1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
| { "terminal.integrated.shell.windows": "C:\\Windows\\System32\\cmd.exe", "files.associations": { ".ejs": "html" }, "[dart]": { "editor.formatOnSave": true, "editor.formatOnType": true, "editor.rulers": [ 80 ], "editor.selectionHighlight": false, "editor.suggest.snippetsPreventQuickSuggestions": false, "editor.suggestSelection": "first", "editor.tabCompletion": "onlySnippets", "editor.wordBasedSuggestions": false }, "dart.debugExternalLibraries": true, "dart.debugSdkLibraries": false, "dart.previewLsp": true, "terminal.integrated.allowMnemonics": true, "terminal.integrated.cursorBlinking": true, }
|