mirror of
https://github.com/bitwarden/browser.git
synced 2024-12-21 16:18:28 +01:00
Add vscode workspace file (#2846)
* Create vscode workspace file * Update paths in sourceMapPathOverrides * Add bit-web as folder
This commit is contained in:
parent
d336d4dfa3
commit
1d533f801d
42
clients.code-workspace
Normal file
42
clients.code-workspace
Normal file
@ -0,0 +1,42 @@
|
||||
{
|
||||
"folders": [
|
||||
{
|
||||
"name": "root",
|
||||
"path": "."
|
||||
},
|
||||
{
|
||||
"name": "web vault",
|
||||
"path": "apps/web"
|
||||
},
|
||||
{
|
||||
"name": "web vault (bit)",
|
||||
"path": "bitwarden_license/bit-web"
|
||||
},
|
||||
{
|
||||
"name": "cli",
|
||||
"path": "apps/cli"
|
||||
},
|
||||
{
|
||||
"name": "desktop",
|
||||
"path": "apps/desktop"
|
||||
},
|
||||
{
|
||||
"name": "browser",
|
||||
"path": "apps/browser"
|
||||
},
|
||||
{
|
||||
"name": "libs",
|
||||
"path": "libs"
|
||||
}
|
||||
],
|
||||
"settings": {
|
||||
"debug.javascript.terminalOptions": {
|
||||
"sourceMapPathOverrides": {
|
||||
"meteor://💻app/*": "${workspaceFolder}/*",
|
||||
"webpack:///./~/*": "${workspaceFolder}/node_modules/*",
|
||||
"webpack://?:*/*": "${workspaceFolder}/*",
|
||||
"webpack://@bitwarden/cli/*": "${workspaceFolder}/apps/cli/*"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user