mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-01-31 11:02:07 +08:00
chore: configure vscode-jest extension (#4962)
This commit is contained in:
parent
9007039ac3
commit
774057d262
2 changed files with 27 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -71,6 +71,7 @@ node_modules_bak/
|
|||
#vs code
|
||||
.vscode
|
||||
*.code-workspace
|
||||
!monkeytype.code-workspace
|
||||
|
||||
.idea
|
||||
|
||||
|
|
26
monkeytype.code-workspace
Normal file
26
monkeytype.code-workspace
Normal file
|
@ -0,0 +1,26 @@
|
|||
{
|
||||
"folders": [
|
||||
{
|
||||
"name":"backend",
|
||||
"path":"backend",
|
||||
},
|
||||
{
|
||||
"name":"frontend",
|
||||
"path":"frontend",
|
||||
},
|
||||
{
|
||||
"name":"root",
|
||||
"path": "./"
|
||||
}
|
||||
],
|
||||
"settings": {
|
||||
"files.exclude": {
|
||||
"frontend": true,
|
||||
"backend": true,
|
||||
},
|
||||
"jest.disabledWorkspaceFolders": [
|
||||
"root"
|
||||
]
|
||||
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue