changed default terminal to internal
mellbacon committed
Aug 20, 2024 at 19:13 UTC
e6f37d7ca604dda815722bed16fb024958f46d09
1 file changed
+1
-1
src-tauri/src/main.rs
+1
-1
@@ -356,7 +356,7 @@ fn load_settings(app: &mut App) {
356
"editor.tabSize": 4,
357
"editor.autosave": false,
358
"nucleus.showKeybinds": false,
359
- "nucleus.useExternalTerminal": true,
359
+ "nucleus.useExternalTerminal": false,
360
"terminal.external.profile": "powershell",
361
"terminal.internal": {
362
"profile": "powershell",