mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-08 17:19:48 +01:00
delete commented out code
This commit is contained in:
@@ -56,7 +56,6 @@ export class LanguageDetectionSimpleWorker extends EditorSimpleWorker {
|
||||
}
|
||||
|
||||
const uri: string = await this._host.fhr('getIndexJsUri', []);
|
||||
// const uri = await this.host.getIndexJsUri();
|
||||
const { ModelOperations } = await import(uri) as typeof import('@vscode/vscode-languagedetection');
|
||||
this._modelOperations = new ModelOperations({
|
||||
modelJsonLoaderFunc: async () => {
|
||||
|
||||
Reference in New Issue
Block a user