mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-18 15:55:59 +01:00
Use standard setting name and fix check
This commit is contained in:
@@ -1451,11 +1451,11 @@
|
||||
"title": "%configuration.format%",
|
||||
"order": 23,
|
||||
"properties": {
|
||||
"js/ts.format.enable": {
|
||||
"js/ts.format.enabled": {
|
||||
"type": "boolean",
|
||||
"default": true,
|
||||
"description": "%format.enable%",
|
||||
"scope": "window",
|
||||
"scope": "language-overridable",
|
||||
"tags": [
|
||||
"JavaScript",
|
||||
"TypeScript"
|
||||
|
||||
Reference in New Issue
Block a user