mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 11:08:51 +01:00
remove no longer needed todo
This commit is contained in:
@@ -633,8 +633,6 @@ class TypeScriptServiceClientHost implements ITypescriptServiceClientHost {
|
||||
return;
|
||||
}
|
||||
|
||||
// TODO: restore opening trigger file?
|
||||
// body.triggerFile ? this.findLanguage(body.triggerFile)
|
||||
(this.findLanguage(body.configFile)).then(language => {
|
||||
if (!language) {
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user