mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-21 00:59:03 +01:00
Fixes #3909: Revive javascript.validate.enable setting
This commit is contained in:
@@ -4,5 +4,6 @@
|
||||
"configuration.typescript": "TypeScript configuration",
|
||||
"typescript.useCodeSnippetsOnMethodSuggest.dec": "Complete functions with their parameter signature.",
|
||||
"typescript.tsdk.desc": "Specifies the folder path containing the tsserver and lib*.d.ts files to use.",
|
||||
"typescript.validate.enable": "Enable / disable TypeScript validation",
|
||||
"javascript.validate.enable": "Enable / disable JavaScript validation"
|
||||
}
|
||||
Reference in New Issue
Block a user