Add importModuleSpecifier specifier preference

This commit is contained in:
Matt Bierner
2018-05-02 16:42:32 -07:00
parent e1a4a6812b
commit 85c67a9768
3 changed files with 23 additions and 6 deletions

View File

@@ -54,6 +54,7 @@
"typescript.experimental.syntaxFolding": "Enables/disables syntax aware folding markers.",
"taskDefinition.tsconfig.description": "The tsconfig file that defines the TS build.",
"javascript.suggestionActions.enabled": "Enable/disable suggestion diagnostics for JavaScript files in the editor. Requires TypeScript >= 2.8",
"typescript.suggestionActions.enabled": "Enable/disable suggestion diagnostics for TypeScript files in the editor. Requires TypeScript >= 2.8.",
"typescript.preferences.quoteStyle": "Prefered quote style ('single' or 'double') to use for quick fixes. Requires TS >= 2.9.0"
"typescript.suggestionActions.enabled": "Enable/disable suggestion diagnostics for TypeScript files in the editor. Requires TypeScript >= 2.8",
"typescript.preferences.quoteStyle": "Preferred quote style ('single' or 'double') to use for quick fixes. Requires TS >= 2.9",
"typescript.preferences.importModuleSpecifier": "Preferred ('relative' or 'non-relative') for auto imports. Requires TS >= 2.9"
}