VSCode Workspace (#718)
* Add workspace file * Only setup jest tests for rrdom * Update .vscode/monorepo.code-workspace
This commit is contained in:
26
.vscode/monorepo.code-workspace
vendored
Normal file
26
.vscode/monorepo.code-workspace
vendored
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"folders": [
|
||||
{
|
||||
"name": "Monorepo",
|
||||
"path": ".."
|
||||
},
|
||||
{
|
||||
"path": "../packages/rrdom"
|
||||
},
|
||||
{
|
||||
"path": "../packages/rrweb"
|
||||
},
|
||||
{
|
||||
"path": "../packages/rrweb-player"
|
||||
},
|
||||
{
|
||||
"path": "../packages/rrweb-snapshot"
|
||||
}
|
||||
],
|
||||
"settings": {
|
||||
"jest.disabledWorkspaceFolders": [
|
||||
"Monorepo",
|
||||
"rrweb-player"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user