mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-19 16:18:58 +01:00
Add importModuleSpecifier specifier preference
This commit is contained in:
@@ -429,7 +429,6 @@
|
||||
},
|
||||
"javascript.preferences.quoteStyle": {
|
||||
"type": "string",
|
||||
"default": "double",
|
||||
"enum": [
|
||||
"single",
|
||||
"double"
|
||||
@@ -439,13 +438,30 @@
|
||||
},
|
||||
"typescript.preferences.quoteStyle": {
|
||||
"type": "string",
|
||||
"default": "double",
|
||||
"enum": [
|
||||
"single",
|
||||
"double"
|
||||
],
|
||||
"description": "%typescript.preferences.quoteStyle%",
|
||||
"scope": "window"
|
||||
},
|
||||
"javascript.preferences.importModuleSpecifier": {
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"relative",
|
||||
"non-relative"
|
||||
],
|
||||
"description": "%typescript.preferences.importModuleSpecifier%",
|
||||
"scope": "window"
|
||||
},
|
||||
"typescript.preferences.importModuleSpecifier": {
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"relative",
|
||||
"non-relative"
|
||||
],
|
||||
"description": "%typescript.preferences.importModuleSpecifier%",
|
||||
"scope": "window"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user