|
4 | 4 | "configurations": [ |
5 | 5 | { |
6 | 6 | "name": "Run G-Code (Sandbox) - Samples", |
7 | | - "type": "pwa-extensionHost", |
| 7 | + "type": "extensionHost", |
8 | 8 | "request": "launch", |
9 | 9 | "runtimeExecutable": "${execPath}", |
10 | 10 | "args": [ |
|
33 | 33 | }, |
34 | 34 | { |
35 | 35 | "name": "Run G-Code (Sandbox)", |
36 | | - "type": "pwa-extensionHost", |
| 36 | + "type": "extensionHost", |
37 | 37 | "request": "launch", |
38 | 38 | "runtimeExecutable": "${execPath}", |
39 | 39 | "args": [ |
|
60 | 60 | }, |
61 | 61 | { |
62 | 62 | "name": "Run G-Code (Full)", |
63 | | - "type": "pwa-extensionHost", |
| 63 | + "type": "extensionHost", |
64 | 64 | "request": "launch", |
65 | 65 | "runtimeExecutable": "${execPath}", |
66 | 66 | "args": [ |
|
86 | 86 | }, |
87 | 87 | { |
88 | 88 | "name": "Run G-Code As Web Extension", |
89 | | - "type": "pwa-extensionHost", |
| 89 | + "type": "extensionHost", |
90 | 90 | "debugWebWorkerHost": true, |
91 | 91 | "request": "launch", |
92 | 92 | "args": [ |
|
105 | 105 | }, |
106 | 106 | { |
107 | 107 | "name": "G-Code Mocha Unit Tests", |
108 | | - "type": "pwa-node", |
| 108 | + "type": "node", |
109 | 109 | "request": "launch", |
110 | 110 | "internalConsoleOptions": "openOnSessionStart", |
111 | 111 | "program": "${workspaceFolder}/node_modules/mocha/bin/_mocha", |
112 | 112 | "args": [ |
113 | | - "--no-timeouts", |
114 | | - "--colors", |
115 | 113 | "--require", |
116 | 114 | "ts-node/register", |
| 115 | + "--timeout", |
| 116 | + "0", |
| 117 | + "--colors", |
| 118 | + "--recursive", |
117 | 119 | "${workspaceFolder}/test/unit/*.test.ts" |
118 | 120 | ], |
119 | 121 | "skipFiles": [ |
|
0 commit comments