delete commented out code

This commit is contained in:
Tyler Leonhardt 2021-08-06 16:55:35 -07:00
parent accf5ae359
commit fdf231d1fb
No known key found for this signature in database
GPG key ID: 1BC2B6244363E77E

View file

@ -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 () => {