https://code.visualstudio.com/docs/setup/setup-overview
- Project manager https://marketplace.visualstudio.com/items?itemName=alefragnani.project-manager
- Scala metals https://marketplace.visualstudio.com/items?itemName=scalameta.metals
- Scala syntax coloring https://marketplace.visualstudio.com/items?itemName=scala-lang.scala
- Settings Sync https://marketplace.visualstudio.com/items?itemName=Shan.code-settings-sync
- VS Live Share https://marketplace.visualstudio.com/items?itemName=MS-vsliveshare.vsliveshare
- Emacs keymapping https://marketplace.visualstudio.com/items?itemName=lfs.vscode-emacs-friendly
- Go https://marketplace.visualstudio.com/items?itemName=ms-vscode.Go
- Markdown Preview Github Styling https://marketplace.visualstudio.com/items?itemName=bierner.markdown-preview-github-styles
- Linux Themes https://marketplace.visualstudio.com/items?itemName=SolarLiner.linux-themes
code .
code -r .
code -n
"projectManager.git.baseFolders": ["/home/USERNAME/FOLDER","/home/USERNAME/ANOTHERFOLDER"]
- Change the terminal rendering (Terminal › Integrated: Renderer Type) to
canvas
- Start VS Code with
code --ignore-gpu-blacklist
{
"key": "ctrl+[Backquote]",
"command": "workbench.action.terminal.focus"
},
{
"key": "ctrl+[Backquote]",
"command": "workbench.action.focusActiveEditorGroup",
"when": "terminalFocus"
},
{
"key": "ctrl+j",
"command": "workbench.action.toggleMaximizedPanel"
},
{
"key": "ctrl+l",
"command": "workbench.debug.panel.action.clearReplAction"
}
"telemetry.enableTelemetry": false,
"telemetry.enableCrashReporter": false,
"liveshare.guestApprovalRequired": true,
"editor.minimap.enabled": false,
"window.newWindowDimensions": "maximized"
"search.exclude": {
"**/.class": true,
"**/.git": true,
"**/.hg": true,
"**/.idea": true,
"**/.svn": true,
"**/.vscode": true,
"**/*.semanticdb": true,
"**/bower_components": true,
"**/node_modules": true,
"**/project": true,
"**/target": true,
"**/.bloop": true,
"**/.metals": true
},
"metals.serverVersion": "0.3.3+161-e6b9f172-SNAPSHOT",
https://scalameta.org/metals/docs/editors/vscode.html#using-latest-metals-snapshot