1
0
mirror of https://github.com/chatopera/cosin.git synced 2025-08-01 16:38:02 +08:00

add: vscode plugins recommendations

Signed-off-by: Kaifuny <superbiger.github@gmail.com>
This commit is contained in:
Kaifuny 2023-07-20 00:49:12 +08:00
parent 54f6baa8de
commit b371ab5647
2 changed files with 8 additions and 0 deletions

1
.gitignore vendored
View File

@ -23,3 +23,4 @@ nohup.out
docker-compose.dev.yml docker-compose.dev.yml
docker-compose.custom.yml docker-compose.custom.yml
private/ private/
!contact-frontend/.vscode

View File

@ -0,0 +1,7 @@
{
"recommendations": [
"Vue.volar",
"Vue.vscode-typescript-vue-plugin",
"lokalise.i18n-ally"
]
}