Skip to content

Commit

Permalink
fix: pug intellisense not working
Browse files Browse the repository at this point in the history
  • Loading branch information
johnsoncodehk committed Oct 9, 2022
1 parent 2341832 commit a4012a9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ export function getLanguageServicePlugins(
return _pugPlugin.getPugLs().createScanner(pugDocument);
}
},
isSupportedDocument: (document) => document.languageId === 'html',
isSupportedDocument: (document) => document.languageId === 'jade',
vueLsHost: host,
context: apis.context,
});
Expand Down

0 comments on commit a4012a9

Please sign in to comment.