We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6681392 commit 9664e11Copy full SHA for 9664e11
.vscode/settings.json
@@ -88,5 +88,13 @@
88
},
89
"rust-analyzer.showUnlinkedFileNotification": false,
90
"rust-analyzer.cargo.noDefaultFeatures": false,
91
- "rust-analyzer.checkOnSave": true
+ "rust-analyzer.checkOnSave": true,
92
+ "editor.tabCompletion": "on",
93
+ "python.languageServer": "Pylance", // or "Default"
94
+ "python.autoComplete.addBrackets": true,
95
+ "editor.quickSuggestions": {
96
+ "other": true,
97
+ "comments": false,
98
+ "strings": true
99
+ }
100
}
0 commit comments