mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-03-04 02:34:43 +08:00
chore(dev): update vscode workspace file
This commit is contained in:
parent
cac4c7b233
commit
ff2ac031b6
1 changed files with 3 additions and 3 deletions
|
@ -9,8 +9,8 @@
|
|||
"path": "frontend"
|
||||
},
|
||||
{
|
||||
"name": "shared-types",
|
||||
"path": "packages/shared-types"
|
||||
"name": "packages",
|
||||
"path": "packages"
|
||||
},
|
||||
{
|
||||
"name": "root",
|
||||
|
@ -21,7 +21,7 @@
|
|||
"files.exclude": {
|
||||
"frontend": true,
|
||||
"backend": true,
|
||||
"shared-types": true
|
||||
"packages": true
|
||||
},
|
||||
"search.exclude": {
|
||||
//defaults
|
||||
|
|
Loading…
Reference in a new issue