Skip to content

Commit 427eea1

Browse files
chore(vscode): update extension display name "Vue.js" (#5582)
1 parent 287b0ca commit 427eea1

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

extensions/vscode/lib/generated-meta.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
// Meta info
55
export const publisher = 'Vue';
66
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';
99
export const description = 'Language Support for Vue';
1010
export const extensionId = `${publisher}.${name}`;
1111

extensions/vscode/lib/welcome.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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;">

extensions/vscode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
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",

0 commit comments

Comments
 (0)