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 44// Meta info
55export const publisher = 'Vue' ;
66export 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 ' ;
99export const description = 'Language Support for Vue' ;
1010export const extensionId = `${ publisher } .${ name } ` ;
1111
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ function getWelcomeHtml() {
4242<head>
4343 <meta charset="UTF-8">
4444 <meta name="viewport" content="width=device-width, initial-scale=1.0">
45- <title>Vue (Official) </title>
45+ <title>Vue.js </title>
4646 <script>
4747 const vscode = acquireVsCodeApi();
4848 function verifySponsor() {
@@ -282,7 +282,7 @@ function getWelcomeHtml() {
282282 </g>
283283 </svg>
284284 <div>
285- <h1>Vue (Official) <sup><small>${ version } </small></sup></h1>
285+ <h1>Vue.js <sup><small>${ version } </small></sup></h1>
286286 <div class="links">
287287 <a href="https://github.com/vuejs/language-tools" target="_blank">
288288 <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 1414 "url" : " https://github.com/sponsors/johnsoncodehk"
1515 },
1616 "icon" : " icon.png" ,
17- "displayName" : " Vue (Official) " ,
17+ "displayName" : " Vue.js " ,
1818 "description" : " Language Support for Vue" ,
1919 "author" : " johnsoncodehk" ,
2020 "publisher" : " Vue" ,
You can’t perform that action at this time.
0 commit comments