Skip to content

Commit

Permalink
update vscode
Browse files Browse the repository at this point in the history
  • Loading branch information
contrun committed Oct 27, 2024
1 parent de5fe3e commit 2bf3eba
Showing 1 changed file with 22 additions and 5 deletions.
27 changes: 22 additions & 5 deletions dot_config/Code/User/settings.json.source
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@
"bison-vagrant": "linux",
"zklab-5": "linux",
"*.gitpod.io": "linux",
"dev": "linux"
"dev": "linux",
"devts": "linux",
"aol": "linux"
},
"editor.multiCursorModifier": "alt",
"editor.wordWrap": "on",
Expand All @@ -49,7 +51,9 @@
"editor.defaultFormatter": "rust-lang.rust-analyzer"
},
"terminal.integrated.scrollback": 100000,
"terminal.integrated.commandsToSkipShell": ["language-julia.interrupt"],
"terminal.integrated.commandsToSkipShell": [
"language-julia.interrupt"
],
"cmake.configureOnOpen": true,
"clangd.onConfigChanged": "restart",
"[cpp]": {
Expand Down Expand Up @@ -81,7 +85,9 @@
}
}
},
"remote.SSH.defaultExtensions": ["gitpod.gitpod-remote-ssh"],
"remote.SSH.defaultExtensions": [
"gitpod.gitpod-remote-ssh"
],
"agdaMode.connection.agdaLanguageServer": true,
"window.zoomLevel": 1,
"workbench.activityBar.location": "hidden",
Expand All @@ -93,7 +99,7 @@
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[jsonc]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
"editor.defaultFormatter": "vscode.json-language-features"
},
"[toml]": {
"editor.defaultFormatter": "tamasfe.even-better-toml"
Expand All @@ -119,5 +125,16 @@
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"editor.formatOnSave": true,
"lldb.suppressUpdateNotifications": true
"lldb.suppressUpdateNotifications": true,
"remote.SSH.connectTimeout": 60,
"github.copilot.enable": {
"*": true,
"plaintext": false,
"markdown": false,
"scminput": false
},
"task.problemMatchers.neverPrompt": {
"shell": true
},
"workbench.colorTheme": "Default Light Modern"
}

0 comments on commit 2bf3eba

Please sign in to comment.