Skip to content

Commit

Permalink
feat: show (takeover) instead of (vue)
Browse files Browse the repository at this point in the history
close #2365
  • Loading branch information
johnsoncodehk committed Feb 15, 2023
1 parent afbc747 commit 8fbb9ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vscode-vue/src/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ async function doActivate(context: vscode.ExtensionContext, createLc: CreateLang
);
},
text => {
text += ' (vue)';
text += ' (takeover)';
if (noProjectReferences()) {
text += ' (noProjectReferences)';
}
Expand Down

0 comments on commit 8fbb9ed

Please sign in to comment.