Skip to content

Commit

Permalink
vscode: update
Browse files Browse the repository at this point in the history
  • Loading branch information
contrun committed Dec 8, 2023
1 parent c90473b commit 8e34c9e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions dot_config/Code/User/settings.json.source
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
"**/.factorypath": true
},
"editor.suggestSelection": "first",
"workbench.activityBar.visible": false,
"workbench.editor.enablePreview": false,
"workbench.editor.highlightModifiedTabs": true,
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
Expand Down Expand Up @@ -39,7 +38,7 @@
"editor.minimap.enabled": false,
"remote.SSH.showLoginTerminal": true,
"remote.SSH.remoteServerListenOnSocket": true,
"workbench.editor.showTabs": false,
"workbench.editor.showTabs": "single",
"[rust]": {
"editor.defaultFormatter": "matklad.rust-analyzer"
},
Expand Down Expand Up @@ -93,5 +92,7 @@
"gitpod.gitpod-remote-ssh"
],
"agdaMode.connection.agdaLanguageServer": true,
"redhat.telemetry.enabled": false
"redhat.telemetry.enabled": false,
"workbench.activityBar.location": "hidden",
"dart.checkForSdkUpdates": false
}

0 comments on commit 8e34c9e

Please sign in to comment.