11// The module 'vscode' contains the VS Code extensibility API
22// Import the module and reference it with the alias vscode in your code below
3- import * as vscode from 'vscode' ;
3+ import * as vscode from 'vscode'
44
55// this method is called when your extension is activated
66// your extension is activated the very first time the command is executed
77export function activate ( context :vscode . ExtensionContext ) {
88
99// Use the console to output diagnostic information (console.log) and errors (console.error)
1010// This line of code will only be executed once when your extension is activated
11- console . log ( 'Congratulations, your extension "coderoad-vscode" is now active!' ) ;
11+ console . log ( 'Congratulations, your extension "coderoad-vscode" is now active!' )
1212
1313// The command has been defined in the package.json file
1414// Now provide the implementation of the command with registerCommand
@@ -17,11 +17,11 @@ export function activate(context: vscode.ExtensionContext) {
1717// The code you place here will be executed every time your command is executed
1818
1919// Display a message box to the user
20- vscode . window . showInformationMessage ( 'HelloWorld !' ) ;
21- } ) ;
20+ vscode . window . showInformationMessage ( 'HelloYou !' )
21+ } )
2222
2323context . subscriptions . push ( disposable ) ;
2424}
2525
2626// this method is called when your extension is deactivated
27- export function deactivate ( ) { }
27+ export function deactivate ( ) { }