mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-21 00:59:03 +01:00
9 lines
545 B
JSON
9 lines
545 B
JSON
{
|
|
"typescript.reloadProjects.title": "Reload TypeScript Project",
|
|
"javascript.reloadProjects.title": "Reload JavaScript Project",
|
|
"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"
|
|
} |