Skip to content

Commit

Permalink
feat(vscode): activate document drop edit
Browse files Browse the repository at this point in the history
  • Loading branch information
johnsoncodehk committed Dec 26, 2023
1 parent a858ac8 commit 1c62384
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions extensions/vscode/src/common.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import {
activateAutoInsertion,
// activateDocumentDropEdit,
activateDocumentDropEdit,
activateServerSys,
activateWriteVirtualFiles,
getTsdk,
Expand Down Expand Up @@ -88,7 +88,7 @@ async function doActivate(context: vscode.ExtensionContext, createLc: CreateLang
}

activateAutoInsertion([client], document => supportedLanguages[document.languageId]); // TODO: implement auto insert .value
// activateDocumentDropEdit(selectors, client);
activateDocumentDropEdit(selectors, client);
activateWriteVirtualFiles('volar.action.writeVirtualFiles', client);

activateServerSys(client);
Expand Down

0 comments on commit 1c62384

Please sign in to comment.