File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 4
4
// Meta info
5
5
export const publisher = 'Vue' ;
6
6
export const name = 'volar' ;
7
- export const version = '3.0.1 ' ;
8
- export const displayName = 'Vue (Official) ' ;
7
+ export const version = '3.0.5 ' ;
8
+ export const displayName = 'Vue.js ' ;
9
9
export const description = 'Language Support for Vue' ;
10
10
export const extensionId = `${ publisher } .${ name } ` ;
11
11
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ function getWelcomeHtml() {
42
42
<head>
43
43
<meta charset="UTF-8">
44
44
<meta name="viewport" content="width=device-width, initial-scale=1.0">
45
- <title>Vue (Official) </title>
45
+ <title>Vue.js </title>
46
46
<script>
47
47
const vscode = acquireVsCodeApi();
48
48
function verifySponsor() {
@@ -282,7 +282,7 @@ function getWelcomeHtml() {
282
282
</g>
283
283
</svg>
284
284
<div>
285
- <h1>Vue (Official) <sup><small>${ version } </small></sup></h1>
285
+ <h1>Vue.js <sup><small>${ version } </small></sup></h1>
286
286
<div class="links">
287
287
<a href="https://github.com/vuejs/language-tools" target="_blank">
288
288
<svg width="16" height="16" viewBox="0 0 24 24" fill="currentColor" style="vertical-align: middle;">
Original file line number Diff line number Diff line change 14
14
"url" : " https://github.com/sponsors/johnsoncodehk"
15
15
},
16
16
"icon" : " icon.png" ,
17
- "displayName" : " Vue (Official) " ,
17
+ "displayName" : " Vue.js " ,
18
18
"description" : " Language Support for Vue" ,
19
19
"author" : " johnsoncodehk" ,
20
20
"publisher" : " Vue" ,
You can’t perform that action at this time.
0 commit comments