添加工作区设置

This commit is contained in:
SymphonyIceAttack 2023-08-31 08:29:05 +08:00
parent 19ead0f51f
commit 4216390752
2 changed files with 20 additions and 0 deletions

View file

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

20
workspace.code-workspace Normal file
View file

@ -0,0 +1,20 @@
{
"folders": [
{
"path": "./"
},
{
"path": "./docs"
},
{
"path": "./project/server"
},
{
"path": "./project/VitePage"
}
],
"settings": {
"nuxt.isNuxtApp": false
}
}