20 lines
699 B
JSON
20 lines
699 B
JSON
{
|
|
"window.zoomLevel": 1,
|
|
"extensions.autoUpdate": true,
|
|
"editor.cursorStyle": "block",
|
|
"editor.wordWrap": "on",
|
|
"files.autoSave": "onFocusChange",
|
|
"editor.formatOnSave": true,
|
|
"files.trimTrailingWhitespace": true,
|
|
"better-comments.highlightPlainText": true,
|
|
"rust-client.updateOnStartup": true,
|
|
"rust.all_features": true,
|
|
"rust.goto_def_racer_fallback": true,
|
|
"explorer.confirmDelete": false,
|
|
"yaml.format.enable": true,
|
|
"liveshare.audio.joinCallBehavior": "accept",
|
|
"editor.formatOnPaste": true,
|
|
"workbench.editor.highlightModifiedTabs": true,
|
|
"gitlens.codeLens.authors.enabled": false,
|
|
"explorer.confirmDragAndDrop": false
|
|
}
|