Skip to content

Commit

Permalink
VSCode Workspace (rrweb-io#718)
Browse files Browse the repository at this point in the history
* Add workspace file

* Only setup jest tests for rrdom

* Update .vscode/monorepo.code-workspace
  • Loading branch information
Juice10 authored Oct 7, 2021
1 parent 6483a59 commit f410668
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.vscode
.vscode/*
!/.vscode/monorepo.code-workspace
.idea
node_modules
package-lock.json
Expand Down
26 changes: 26 additions & 0 deletions .vscode/monorepo.code-workspace
Original file line number Diff line number Diff line change
@@ -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"
]
}
}

0 comments on commit f410668

Please sign in to comment.