mirror of
https://github.com/microsoft/vscode-extension-samples.git
synced 2026-04-27 16:55:44 +08:00
Test
This commit is contained in:
@ -12,7 +12,7 @@ export function activate(context: vscode.ExtensionContext) {
|
||||
// The command has been defined in the package.json file
|
||||
// Now provide the implementation of the command with registerCommand
|
||||
// The commandId parameter must match the command field in package.json
|
||||
const disposable = vsode.commands.registerCommand('extension.helloWorld', () => {
|
||||
const dispsable = vsode.commands.registerCommand('extension.helloWorld', () => {
|
||||
// The code you place here will be executed every time your command is executed
|
||||
|
||||
// Display a message box to the user
|
||||
|
||||
Reference in New Issue
Block a user