Skip to content

Commit 9664e11

Browse files
author
mlund
committed
Update vsc settings
1 parent 6681392 commit 9664e11

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.vscode/settings.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,5 +88,13 @@
8888
},
8989
"rust-analyzer.showUnlinkedFileNotification": false,
9090
"rust-analyzer.cargo.noDefaultFeatures": false,
91-
"rust-analyzer.checkOnSave": true
91+
"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+
}
92100
}

0 commit comments

Comments
 (0)