mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 02:58:56 +01:00
[html] only enable embedded content support on demand
This commit is contained in:
@@ -59,7 +59,9 @@ export function activate(context: ExtensionContext) {
|
||||
// Synchronize the setting section 'html' to the server
|
||||
configurationSection: ['html'],
|
||||
},
|
||||
|
||||
initializationOptions: {
|
||||
embeddedLanguages: { 'css': true },
|
||||
['format.enable']: workspace.getConfiguration('html').get('format.enable')
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user