mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 02:58:56 +01:00
html.format.unformatted does not respect scripts. Fixes #16634
This commit is contained in:
@@ -56,7 +56,7 @@ export function getJavascriptMode(documentRegions: LanguageModelCache<HTMLDocume
|
||||
|
||||
return {
|
||||
getId() {
|
||||
return 'html';
|
||||
return 'javascript';
|
||||
},
|
||||
configure(options: any) {
|
||||
settings = options && options.javascript;
|
||||
|
||||
Reference in New Issue
Block a user