|
5 | 5 | "path": "." |
6 | 6 | }, |
7 | 7 | { |
8 | | - "name": "📦 @mongosh/arg-parser", |
9 | | - "path": "packages/arg-parser" |
| 8 | + "name": "📦 @mongodb-js/eslint-config-mongosh", |
| 9 | + "path": "configs/eslint-config-mongosh" |
10 | 10 | }, |
11 | 11 | { |
12 | | - "name": "📦 @mongosh/async-rewriter2", |
13 | | - "path": "packages/async-rewriter2" |
| 12 | + "name": "📦 @mongodb-js/tsconfig-mongosh", |
| 13 | + "path": "configs/tsconfig-mongosh" |
14 | 14 | }, |
15 | 15 | { |
16 | | - "name": "📦 @mongosh/autocomplete", |
17 | | - "path": "packages/autocomplete" |
| 16 | + "name": "📦 @mongosh/docker-build-scripts", |
| 17 | + "path": "scripts/docker" |
18 | 18 | }, |
19 | | - // { |
20 | | - // "name": "📦 @mongosh/browser-repl", |
21 | | - // "path": "packages/browser-repl" |
22 | | - // }, |
23 | 19 | { |
24 | | - "name": "📦 @mongosh/browser-runtime-core", |
25 | | - "path": "packages/browser-runtime-core" |
26 | | - }, |
27 | | - { |
28 | | - "name": "📦 @mongosh/browser-runtime-electron", |
29 | | - "path": "packages/browser-runtime-electron" |
| 20 | + "name": "📦 @mongosh/async-rewriter2", |
| 21 | + "path": "packages/async-rewriter2" |
30 | 22 | }, |
31 | 23 | { |
32 | 24 | "name": "📦 @mongosh/build", |
33 | 25 | "path": "packages/build" |
34 | 26 | }, |
35 | | - { |
36 | | - "name": "📦 @mongosh/cli-repl", |
37 | | - "path": "packages/cli-repl" |
38 | | - }, |
39 | | - { |
40 | | - "name": "📦 @mongosh/connectivity-tests", |
41 | | - "path": "packages/connectivity-tests" |
42 | | - }, |
43 | | - { |
44 | | - "name": "📦 @mongosh/e2e-tests", |
45 | | - "path": "packages/e2e-tests" |
46 | | - }, |
47 | | - { |
48 | | - "name": "📦 @mongosh/editor", |
49 | | - "path": "packages/editor" |
50 | | - }, |
51 | 27 | { |
52 | 28 | "name": "📦 @mongosh/errors", |
53 | 29 | "path": "packages/errors" |
|
56 | 32 | "name": "📦 @mongosh/history", |
57 | 33 | "path": "packages/history" |
58 | 34 | }, |
59 | | - { |
60 | | - "name": "📦 @mongosh/i18n", |
61 | | - "path": "packages/i18n" |
62 | | - }, |
63 | 35 | { |
64 | 36 | "name": "📦 @mongosh/java-shell", |
65 | 37 | "path": "packages/java-shell" |
|
68 | 40 | "name": "📦 @mongosh/js-multiline-to-singleline", |
69 | 41 | "path": "packages/js-multiline-to-singleline" |
70 | 42 | }, |
| 43 | + { |
| 44 | + "name": "📦 @mongosh/types", |
| 45 | + "path": "packages/types" |
| 46 | + }, |
| 47 | + { |
| 48 | + "name": "📦 @mongosh/i18n", |
| 49 | + "path": "packages/i18n" |
| 50 | + }, |
71 | 51 | { |
72 | 52 | "name": "📦 @mongosh/logging", |
73 | 53 | "path": "packages/logging" |
74 | 54 | }, |
75 | 55 | { |
76 | | - "name": "📦 @mongosh/node-runtime-worker-thread", |
77 | | - "path": "packages/node-runtime-worker-thread" |
| 56 | + "name": "📦 @mongosh/shell-bson", |
| 57 | + "path": "packages/shell-bson" |
| 58 | + }, |
| 59 | + { |
| 60 | + "name": "📦 @mongosh/arg-parser", |
| 61 | + "path": "packages/arg-parser" |
78 | 62 | }, |
79 | 63 | { |
80 | 64 | "name": "📦 @mongosh/service-provider-core", |
|
89 | 73 | "path": "packages/shell-api" |
90 | 74 | }, |
91 | 75 | { |
92 | | - "name": "📦 @mongosh/shell-bson", |
93 | | - "path": "packages/shell-bson" |
| 76 | + "name": "📦 @mongosh/autocomplete", |
| 77 | + "path": "packages/autocomplete" |
94 | 78 | }, |
95 | 79 | { |
96 | 80 | "name": "📦 @mongosh/shell-evaluator", |
|
101 | 85 | "path": "packages/snippet-manager" |
102 | 86 | }, |
103 | 87 | { |
104 | | - "name": "📦 @mongosh/testing", |
105 | | - "path": "packages/testing" |
| 88 | + "name": "📦 @mongosh/browser-runtime-core", |
| 89 | + "path": "packages/browser-runtime-core" |
106 | 90 | }, |
107 | 91 | { |
108 | | - "name": "📦 @mongosh/types", |
109 | | - "path": "packages/types" |
| 92 | + "name": "📦 @mongosh/editor", |
| 93 | + "path": "packages/editor" |
| 94 | + }, |
| 95 | + { |
| 96 | + "name": "📦 @mongosh/browser-runtime-electron", |
| 97 | + "path": "packages/browser-runtime-electron" |
| 98 | + }, |
| 99 | + { |
| 100 | + "name": "📦 @mongosh/cli-repl", |
| 101 | + "path": "packages/cli-repl" |
| 102 | + }, |
| 103 | + { |
| 104 | + "name": "📦 @mongosh/e2e-tests", |
| 105 | + "path": "packages/e2e-tests" |
| 106 | + }, |
| 107 | + { |
| 108 | + "name": "📦 mongosh", |
| 109 | + "path": "packages/mongosh" |
| 110 | + }, |
| 111 | + { |
| 112 | + "name": "📦 @mongosh/node-runtime-worker-thread", |
| 113 | + "path": "packages/node-runtime-worker-thread" |
| 114 | + }, |
| 115 | + { |
| 116 | + "name": "📦 @mongosh/browser-repl", |
| 117 | + "path": "packages/browser-repl" |
| 118 | + }, |
| 119 | + { |
| 120 | + "name": "📦 @mongosh/connectivity-tests", |
| 121 | + "path": "packages/connectivity-tests" |
110 | 122 | } |
111 | 123 | ], |
112 | 124 | "settings": { |
113 | 125 | "typescript.tsdk": "node_modules/typescript/lib", |
114 | | - "mochaExplorer.files": "./{src,lib}/**/*.spec.ts", |
115 | | - "mochaExplorer.require": [ |
116 | | - "../../scripts/import-expansions.js", |
117 | | - "ts-node/register" |
118 | | - ], |
| 126 | + "mochaExplorer.configFile": ".mocharc.json", |
119 | 127 | "mochaExplorer.timeout": 60000, |
| 128 | + "mochaExplorer.files": "", |
120 | 129 | "mochaExplorer.ui": "bdd", |
121 | 130 | "mochaExplorer.esmLoader": false, |
122 | 131 | "mochaExplorer.monkeyPatch": true, |
123 | 132 | "mochaExplorer.autoload": true, |
124 | 133 | "testExplorer.codeLens": true, |
125 | 134 | "testExplorer.gutterDecoration": true |
| 135 | + }, |
| 136 | + "extensions": { |
| 137 | + "recommendations": ["hbenl.vscode-mocha-test-adapter"] |
126 | 138 | } |
127 | 139 | } |
0 commit comments