[html] only enable embedded content support on demand

This commit is contained in:
Martin Aeschlimann
2016-10-21 22:33:54 +02:00
parent 1b2478dd2b
commit e7a9f820ad
2 changed files with 8 additions and 4 deletions

View File

@@ -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')
}
};