mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 10:38:59 +01:00
[html] add handlebars
This commit is contained in:
@@ -30,7 +30,7 @@ export function activate(context: ExtensionContext) {
|
||||
// Options to control the language client
|
||||
let clientOptions: LanguageClientOptions = {
|
||||
// Register the server for json documents
|
||||
documentSelector: ['html'],
|
||||
documentSelector: ['html', 'handlebars'],
|
||||
synchronize: {
|
||||
// Synchronize the setting section 'html' to the server
|
||||
configurationSection: ['html'],
|
||||
|
||||
Reference in New Issue
Block a user