mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-23 10:08:49 +01:00
8 lines
472 B
JSON
8 lines
472 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.",
|
|
"javascript.validate.enable": "Enable / disable JavaScript validation"
|
|
} |