mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 02:28:34 +01:00
Externalize strings for TypeScript extensions
This commit is contained in:
@@ -56,12 +56,12 @@
|
||||
],
|
||||
"configuration": {
|
||||
"type": "object",
|
||||
"title": "TypeScript configuration",
|
||||
"title": "%configuration.typescript%",
|
||||
"properties": {
|
||||
"typescript.useCodeSnippetsOnMethodSuggest": {
|
||||
"type": "boolean",
|
||||
"default": false,
|
||||
"description": "Complete functions with their parameter signature."
|
||||
"description": "%typescript.useCodeSnippetsOnMethodSuggest.dec%"
|
||||
},
|
||||
"typescript.tsdk": {
|
||||
"type": ["string", "null"],
|
||||
|
||||
Reference in New Issue
Block a user