mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-08 17:19:48 +01:00
Fix warning for missing property "scope" (#152977)
This commit is contained in:
committed by
GitHub
parent
72c723502f
commit
30970aed7d
@@ -212,7 +212,7 @@ const textmateColorSchema: IJSONSchema = {
|
||||
}
|
||||
},
|
||||
required: [
|
||||
'settings', 'scope'
|
||||
'settings'
|
||||
],
|
||||
additionalProperties: false
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user