mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-20 00:28:52 +01:00
[html] remove console.log
This commit is contained in:
@@ -170,7 +170,6 @@ function validateTextDocument(textDocument: TextDocument): void {
|
||||
if (embeddedLanguages) {
|
||||
let embeddedLanguageIds = hasEmbeddedContent(languageService, textDocument, htmlDocument, embeddedLanguages);
|
||||
let p = { uri: textDocument.uri, version: textDocument.version, embeddedLanguageIds };
|
||||
console.log(JSON.stringify(p));
|
||||
connection.sendNotification(EmbeddedContentChangedNotification.type, p);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user