VSCode Workspace (#718)

* Add workspace file

* Only setup jest tests for rrdom

* Update .vscode/monorepo.code-workspace
This commit is contained in:
Justin Halsall
2026-04-01 12:00:00 +08:00
committed by GitHub
parent edc135819c
commit 819a873b41
2 changed files with 28 additions and 1 deletions

26
.vscode/monorepo.code-workspace vendored Normal file
View 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"
]
}
}