You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using a VS Code starter extension created with yo code
// The module 'vscode' contains the VS Code extensibility API// Import the module and reference it with the alias vscode in your code belowimport{log}from'console';import*asvscodefrom'vscode';// This method is called when your extension is activated// Your extension is activated the very first time the command is executedexportfunctionactivate(context: vscode.ExtensionContext){// Use the console to output diagnostic information (console.log) and errors (console.error)// This line of code will only be executed once when your extension is activatedconsole.log('Congratulations, your extension "test-ext" is now active!');}// This method is called when your extension is deactivatedexportfunctiondeactivate(){}
From #59539
🔎 Search Terms
🕗 Version & Regression Information
5.7.0-dev.20241015
💻 Code
yo code
other.ts
:other.ts
copywindow.createWebviewPanel({});
and paste it into into the body ofactivate
🙁 Actual behavior
No edits returned from
getPasteEdits
:Here's the full log: tsserver.log
The text was updated successfully, but these errors were encountered: