|
2 | 2 | "displayName": "CSS Language Features", |
3 | 3 | "description": "Provides rich language support for CSS, LESS and SCSS files.", |
4 | 4 | "css.title": "CSS", |
5 | | - "css.alias.paths": "A series of entries which map imports to lookup locations within CSS files. \n Single file reference: \"Stylesheet\": \"src/css/styles.css\". \n Reference folder: \"StylesDir/*\": \"src/css/*\". \n @import 'Stylesheet' \n @import 'StylesDir/styles.css", |
| 5 | + "css.importAliases": "Key-value pairs which can be used to map @import file references to predefined locations. Each key represents an alias and each value a specific file or a folder path; paths are relative to the current project root folder.", |
6 | 6 | "css.customData.desc": "A list of relative file paths pointing to JSON files following the [custom data format](https://github.com/microsoft/vscode-css-languageservice/blob/master/docs/customData.md).\n\nVS Code loads custom data on startup to enhance its CSS support for the custom CSS properties, at directives, pseudo classes and pseudo elements you specify in the JSON files.\n\nThe file paths are relative to workspace and only workspace folder settings are considered.", |
7 | 7 | "css.completion.triggerPropertyValueCompletion.desc": "By default, VS Code triggers property value completion after selecting a CSS property. Use this setting to disable this behavior.", |
8 | 8 | "css.completion.completePropertyWithSemicolon.desc": "Insert semicolon at end of line when completing CSS properties.", |
|
73 | 73 | "less.format.preserveNewLines.desc": "Whether existing line breaks before elements should be preserved.", |
74 | 74 | "less.format.maxPreserveNewLines.desc": "Maximum number of line breaks to be preserved in one chunk, when `#less.format.preserveNewLines#` is enabled.", |
75 | 75 | "scss.title": "SCSS (Sass)", |
76 | | - "scss.alias.paths": "A series of entries which map imports to lookup locations within SCSS files. \n Single file reference: \"Stylesheet\": \"src/scss/styles.scss\". \n Reference folder: \"StylesDir/*\": \"src/scss/*\". \n @import 'Stylesheet' \n @import 'StylesDir/styles.scss", |
| 76 | + "scss.importAliases": "Key-value pairs which can be used to map @import file references to predefined locations. Each key represents an alias and each value a specific file or a folder path; paths are relative to the current project root folder.", |
77 | 77 | "scss.completion.triggerPropertyValueCompletion.desc": "By default, VS Code triggers property value completion after selecting a CSS property. Use this setting to disable this behavior.", |
78 | 78 | "scss.completion.completePropertyWithSemicolon.desc": "Insert semicolon at end of line when completing CSS properties.", |
79 | 79 | "scss.lint.argumentsInColorFunction.desc": "Invalid number of parameters.", |
|
0 commit comments