1
1
// The module 'vscode' contains the VS Code extensibility API
2
2
// 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'
4
4
5
5
// this method is called when your extension is activated
6
6
// your extension is activated the very first time the command is executed
7
7
export function activate ( context :vscode . ExtensionContext ) {
8
8
9
9
// Use the console to output diagnostic information (console.log) and errors (console.error)
10
10
// 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!' )
12
12
13
13
// The command has been defined in the package.json file
14
14
// Now provide the implementation of the command with registerCommand
@@ -17,11 +17,11 @@ export function activate(context: vscode.ExtensionContext) {
17
17
// The code you place here will be executed every time your command is executed
18
18
19
19
// Display a message box to the user
20
- vscode . window . showInformationMessage ( 'HelloWorld !' ) ;
21
- } ) ;
20
+ vscode . window . showInformationMessage ( 'HelloYou !' )
21
+ } )
22
22
23
23
context . subscriptions . push ( disposable ) ;
24
24
}
25
25
26
26
// this method is called when your extension is deactivated
27
- export function deactivate ( ) { }
27
+ export function deactivate ( ) { }