File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ All notable changes to the `Vue` extension will be documented in this file.
8
8
- 2019.12.01 Change the extension logo
9
9
- 2019.12.02 Update html and javascript sinppets
10
10
- 2019.12.03 Add vue snippets
11
+ - 2019.08.21 Add vue snippets
11
12
- 2020.08.22 Add syntax highlight
12
13
- 2020.08.23 Support formatting
13
14
Original file line number Diff line number Diff line change @@ -23,12 +23,11 @@ function activate(context) {
23
23
if ( activeTextEditor && activeTextEditor . document . languageId === 'vue' ) {
24
24
format . init ( ) ;
25
25
} else {
26
- vscode . window . showInformationMessage ( 'It‘s not a .vue file' ) ;
26
+ // vscode.window.showInformationMessage('It‘s not a .vue file');
27
27
}
28
28
} ) ;
29
29
statusBarUi . StatusBarUi . init ( vscode . workspace . getConfiguration ( "vue3snippets" ) . get ( "enable-compile-vue-file-on-did-save-code" ) ) ;
30
30
}
31
31
exports . activate = activate ;
32
- function deactivate ( ) {
33
- }
32
+ function deactivate ( ) { } ;
34
33
exports . deactivate = deactivate ;
Original file line number Diff line number Diff line change 9
9
"url" : " https://github.com/Wscats"
10
10
},
11
11
"publisher" : " Wscats" ,
12
- "version" : " 1.0.6 " ,
12
+ "version" : " 1.0.7 " ,
13
13
"license" : " MIT" ,
14
14
"engines" : {
15
15
"vscode" : " ^1.40.0"
You can’t perform that action at this time.
0 commit comments