mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-12 10:14:10 +01:00
1d533f801d
* Create vscode workspace file * Update paths in sourceMapPathOverrides * Add bit-web as folder
43 lines
756 B
Plaintext
43 lines
756 B
Plaintext
{
|
|
"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/*"
|
|
}
|
|
}
|
|
}
|
|
}
|