mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-19 16:18:58 +01:00
New config to turn off TypeScript autocomplete suggestions (#58011)
* New config to turn off TypeScript autocomplete suggestions * add missing semicolon * Exclude everything, even name suggestions, when suggestions disabled
This commit is contained in:
committed by
Matt Bierner
parent
d140d23129
commit
b9dbeb90d1
@@ -529,6 +529,12 @@
|
||||
"type": "boolean",
|
||||
"default": true,
|
||||
"description": "%typescript.autoClosingTags%"
|
||||
},
|
||||
"typescript.suggestions.enabled": {
|
||||
"type": "boolean",
|
||||
"default": true,
|
||||
"description": "%typescript.suggestions.enabled%",
|
||||
"scope": "resource"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user