2022-06-08 06:58:27 +10:00
|
|
|
{
|
2022-06-13 21:39:36 -05:00
|
|
|
"folders": [
|
|
|
|
{
|
|
|
|
"name": "root",
|
2024-01-29 12:45:51 -05:00
|
|
|
"path": ".",
|
2022-06-13 21:39:36 -05:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "web vault",
|
2024-01-29 12:45:51 -05:00
|
|
|
"path": "apps/web",
|
2022-06-13 21:39:36 -05:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "web vault (bit)",
|
2024-01-29 12:45:51 -05:00
|
|
|
"path": "bitwarden_license/bit-web",
|
2022-06-13 21:39:36 -05:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "cli",
|
2024-01-29 12:45:51 -05:00
|
|
|
"path": "apps/cli",
|
2022-06-13 21:39:36 -05:00
|
|
|
},
|
2024-05-16 00:09:24 +10:00
|
|
|
{
|
|
|
|
"name": "cli (bit)",
|
|
|
|
"path": "bitwarden_license/bit-cli",
|
|
|
|
},
|
2022-06-13 21:39:36 -05:00
|
|
|
{
|
|
|
|
"name": "desktop",
|
2024-01-29 12:45:51 -05:00
|
|
|
"path": "apps/desktop",
|
2022-06-13 21:39:36 -05:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "browser",
|
2024-01-29 12:45:51 -05:00
|
|
|
"path": "apps/browser",
|
2022-06-13 21:39:36 -05:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "libs",
|
2024-01-29 12:45:51 -05:00
|
|
|
"path": "libs",
|
|
|
|
},
|
2024-05-20 11:18:23 +01:00
|
|
|
{
|
|
|
|
"name": "common (bit)",
|
|
|
|
"path": "bitwarden_license/bit-common",
|
|
|
|
},
|
2022-06-13 21:39:36 -05:00
|
|
|
],
|
2022-06-08 06:58:27 +10:00
|
|
|
"settings": {
|
2023-01-26 14:26:21 +01:00
|
|
|
"eslint.options": {
|
|
|
|
"overrideConfig": {
|
|
|
|
"parserOptions": {
|
2024-01-29 12:45:51 -05:00
|
|
|
"project": ["${workspaceFolder}/tsconfig.eslint.json"],
|
|
|
|
},
|
|
|
|
},
|
2023-01-26 14:26:21 +01:00
|
|
|
},
|
2022-06-08 06:58:27 +10:00
|
|
|
"debug.javascript.terminalOptions": {
|
|
|
|
"sourceMapPathOverrides": {
|
2022-06-24 08:40:40 +10:00
|
|
|
"webpack:///./~/*": "${workspaceFolder:root}/node_modules/*",
|
2022-06-08 06:58:27 +10:00
|
|
|
"webpack://?:*/*": "${workspaceFolder}/*",
|
2024-01-29 12:45:51 -05:00
|
|
|
"webpack://@bitwarden/cli/*": "${workspaceFolder}/*",
|
|
|
|
},
|
2022-06-27 13:38:12 -04:00
|
|
|
},
|
|
|
|
"jest.disabledWorkspaceFolders": [
|
|
|
|
"browser",
|
|
|
|
"cli",
|
|
|
|
"desktop",
|
|
|
|
"libs",
|
|
|
|
"web vault",
|
|
|
|
"web vault (bit)",
|
2024-01-23 19:43:49 +01:00
|
|
|
"root",
|
2022-06-27 13:38:12 -04:00
|
|
|
],
|
|
|
|
"jest.jestCommandLine": "npx jest",
|
2022-09-29 08:01:49 +10:00
|
|
|
"angular.enable-strict-mode-prompt": false,
|
|
|
|
"typescript.preferences.importModuleSpecifier": "project-relative",
|
2024-01-29 12:45:51 -05:00
|
|
|
"javascript.preferences.importModuleSpecifier": "project-relative",
|
2022-06-13 21:39:36 -05:00
|
|
|
},
|
2022-06-27 13:38:12 -04:00
|
|
|
"extensions": {
|
|
|
|
"recommendations": [
|
|
|
|
"orta.vscode-jest",
|
2022-06-13 21:39:36 -05:00
|
|
|
"dbaeumer.vscode-eslint",
|
2022-06-27 13:38:12 -04:00
|
|
|
"esbenp.prettier-vscode",
|
2024-01-29 12:45:51 -05:00
|
|
|
"Angular.ng-template",
|
|
|
|
],
|
|
|
|
},
|
2022-06-08 06:58:27 +10:00
|
|
|
}
|