We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d864ead commit a5a061fCopy full SHA for a5a061f
src/standardLanguageClient.ts
@@ -123,6 +123,7 @@ export class StandardLanguageClient {
123
});
124
}
125
126
+ registerPasteEventHandler(context, this.languageClient);
127
activationProgressNotification.hide();
128
if (!hasImported) {
129
showImportFinishNotification(context);
@@ -595,7 +596,6 @@ export class StandardLanguageClient {
595
596
context.subscriptions.push(languages.registerInlayHintsProvider(JAVA_SELECTOR, new JavaInlayHintsProvider(this.languageClient)));
597
598
- registerPasteEventHandler(context, this.languageClient);
599
600
601
0 commit comments