mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-12 08:57:43 -05:00
enable inline quick suggestions to force team feedback
This commit is contained in:
7
.vscode/settings.json
vendored
7
.vscode/settings.json
vendored
@@ -99,5 +99,10 @@
|
||||
"*.js": "$(capture).*.js",
|
||||
"bootstrap.js": "bootstrap-*.js"
|
||||
},
|
||||
"explorer.experimental.fileNesting.enabled": true
|
||||
"explorer.experimental.fileNesting.enabled": true,
|
||||
"editor.quickSuggestions": {
|
||||
"other": "inline",
|
||||
"comments": "inline",
|
||||
"strings": "inline"
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user