|
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 | 19 | { |
20 | | - "name": "📦 @mongosh/browser-runtime-core", |
21 | | - "path": "packages/browser-runtime-core" |
22 | | - }, |
23 | | - { |
24 | | - "name": "📦 @mongosh/browser-runtime-electron", |
25 | | - "path": "packages/browser-runtime-electron" |
| 20 | + "name": "📦 @mongosh/async-rewriter2", |
| 21 | + "path": "packages/async-rewriter2" |
26 | 22 | }, |
27 | 23 | { |
28 | 24 | "name": "📦 @mongosh/build", |
29 | 25 | "path": "packages/build" |
30 | 26 | }, |
31 | | - { |
32 | | - "name": "📦 @mongosh/cli-repl", |
33 | | - "path": "packages/cli-repl" |
34 | | - }, |
35 | | - { |
36 | | - "name": "📦 @mongosh/connectivity-tests", |
37 | | - "path": "packages/connectivity-tests" |
38 | | - }, |
39 | | - { |
40 | | - "name": "📦 @mongosh/e2e-tests", |
41 | | - "path": "packages/e2e-tests" |
42 | | - } |
43 | | - { |
44 | | - "name": "📦 @mongosh/editor", |
45 | | - "path": "packages/editor" |
46 | | - }, |
47 | 27 | { |
48 | 28 | "name": "📦 @mongosh/errors", |
49 | 29 | "path": "packages/errors" |
50 | | - } |
| 30 | + }, |
51 | 31 | { |
52 | 32 | "name": "📦 @mongosh/history", |
53 | 33 | "path": "packages/history" |
54 | 34 | }, |
55 | | - { |
56 | | - "name": "📦 @mongosh/i18n", |
57 | | - "path": "packages/i18n" |
58 | | - }, |
59 | 35 | { |
60 | 36 | "name": "📦 @mongosh/java-shell", |
61 | 37 | "path": "packages/java-shell" |
|
64 | 40 | "name": "📦 @mongosh/js-multiline-to-singleline", |
65 | 41 | "path": "packages/js-multiline-to-singleline" |
66 | 42 | }, |
| 43 | + { |
| 44 | + "name": "📦 @mongosh/types", |
| 45 | + "path": "packages/types" |
| 46 | + }, |
| 47 | + { |
| 48 | + "name": "📦 @mongosh/i18n", |
| 49 | + "path": "packages/i18n" |
| 50 | + }, |
67 | 51 | { |
68 | 52 | "name": "📦 @mongosh/logging", |
69 | 53 | "path": "packages/logging" |
70 | 54 | }, |
71 | 55 | { |
72 | | - "name": "📦 @mongosh/node-runtime-worker-thread", |
73 | | - "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" |
74 | 62 | }, |
75 | 63 | { |
76 | 64 | "name": "📦 @mongosh/service-provider-core", |
|
85 | 73 | "path": "packages/shell-api" |
86 | 74 | }, |
87 | 75 | { |
88 | | - "name": "📦 @mongosh/shell-bson", |
89 | | - "path": "packages/shell-bson" |
| 76 | + "name": "📦 @mongosh/autocomplete", |
| 77 | + "path": "packages/autocomplete" |
90 | 78 | }, |
91 | 79 | { |
92 | 80 | "name": "📦 @mongosh/shell-evaluator", |
|
97 | 85 | "path": "packages/snippet-manager" |
98 | 86 | }, |
99 | 87 | { |
100 | | - "name": "📦 @mongosh/types", |
101 | | - "path": "packages/types" |
| 88 | + "name": "📦 @mongosh/browser-runtime-core", |
| 89 | + "path": "packages/browser-runtime-core" |
| 90 | + }, |
| 91 | + { |
| 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" |
102 | 114 | }, |
103 | 115 | { |
104 | 116 | "name": "📦 @mongosh/browser-repl", |
105 | 117 | "path": "packages/browser-repl" |
| 118 | + }, |
| 119 | + { |
| 120 | + "name": "📦 @mongosh/connectivity-tests", |
| 121 | + "path": "packages/connectivity-tests" |
106 | 122 | } |
107 | 123 | ], |
108 | 124 | "settings": { |
|
118 | 134 | "testExplorer.gutterDecoration": true |
119 | 135 | }, |
120 | 136 | "extensions": { |
121 | | - "recommendations": ["hbenl.vscode-mocha-test-adapter"] |
| 137 | + "recommendations": [ |
| 138 | + "hbenl.vscode-mocha-test-adapter" |
| 139 | + ] |
122 | 140 | } |
123 | 141 | } |
0 commit comments