mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 02:58:56 +01:00
Fix #32200
This commit is contained in:
@@ -59,6 +59,12 @@
|
||||
"default": true,
|
||||
"description": "%css.completion.triggerPropertyValueCompletion.desc%"
|
||||
},
|
||||
"css.completion.completePropertyWithSemicolon": {
|
||||
"type": "boolean",
|
||||
"scope": "resource",
|
||||
"default": true,
|
||||
"description": "%css.completion.completePropertyWithSemicolon.desc%"
|
||||
},
|
||||
"css.validate": {
|
||||
"type": "boolean",
|
||||
"scope": "resource",
|
||||
|
||||
Reference in New Issue
Block a user