Configured frontend.code-workspace

This commit is contained in:
Alexey Safronov 2022-07-29 12:21:10 +03:00
parent 4c097607f9
commit f068d41b4f
2 changed files with 57 additions and 40 deletions

23
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,23 @@
{
"files.exclude": {
"**/packages": true,
"**/.nuget": true,
"**/build": true,
"**/common": true,
"**/Data": true,
"**/i18next": true,
"**/node_modules": true,
"**/migrations": true,
"**/products": true,
"**/Logs": true,
"**/thirdparty": true,
"**/web": true,
"**/*.sln": true,
"**/*.slnf": true,
"**/NuGet.Config": true,
"**/.gitignore": true,
"**/.gitmodules": true,
"**/.editorconfig": true,
"**/LICENSE": true,
}
}

View File

@ -1,29 +1,23 @@
{ {
"folders": [ "folders": [{
{ "name": "🌐 root",
"path": "."
}, {
"name": "🚀 @docspace/client",
"path": "packages\\client"
}, {
"name": "🔑 @docspace/login",
"path": "packages\\login"
}, {
"name": "📄 @docspace/editor",
"path": "packages\\editor"
}, {
"name": "📦 @docspace/common", "name": "📦 @docspace/common",
"path": "packages\\common" "path": "packages\\common"
}, }, {
{
"name": "📦 @docspace/components", "name": "📦 @docspace/components",
"path": "packages\\components" "path": "packages\\components"
}, },
{
"name": "☁️ @docspace/client",
"path": "packages\\client"
},
{
"name": "🚀 @docspace/login",
"path": "packages\\login"
},
{
"name": "📄 @docspace/editor",
"path": "packages\\editor"
},
{
"name": "🌐 @docspace/public",
"path": "public"
}
], ],
"settings": { "settings": {
"window.zoomLevel": 0, "window.zoomLevel": 0,