From: Patrik Švikruha Date: Thu, 12 May 2022 06:03:55 +0000 (+0200) Subject: chore: change extensions to Vue organization (#95) X-Git-Tag: v3.1.11~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a828b8b2f9121d2e9da234706296626398658952;p=thirdparty%2Fvuejs%2Fcreate-vue.git chore: change extensions to Vue organization (#95) --- diff --git a/template/base/.vscode/extensions.json b/template/base/.vscode/extensions.json index 806eacda..c0a6e5a4 100644 --- a/template/base/.vscode/extensions.json +++ b/template/base/.vscode/extensions.json @@ -1,3 +1,3 @@ { - "recommendations": ["johnsoncodehk.volar", "johnsoncodehk.vscode-typescript-vue-plugin"] + "recommendations": ["Vue.volar", "Vue.vscode-typescript-vue-plugin"] }