|
31 | 31 | "type": "node", |
32 | 32 | "request": "launch", |
33 | 33 | "name": "Launch Quicktest.js", |
34 | | - "program": "${workspaceRoot}/src/tools/temp/QuickTest.js", |
| 34 | + "program": "${workspaceRoot}/src/quicktest/bin/QuickTest.js", |
35 | 35 | "args": ["--help"], |
36 | | - "cwd": "${workspaceRoot}/src/tools/temp", |
| 36 | + "cwd": "${workspaceRoot}/src/quicktest", |
37 | 37 | "stopOnEntry": true |
38 | 38 | }, |
39 | 39 | { |
|
48 | 48 | { |
49 | 49 | "type": "node", |
50 | 50 | "request": "launch", |
51 | | - "name": "bench-compile tests (Node)", |
| 51 | + "name": "bench-compile (Node)", |
52 | 52 | "program": "${workspaceRoot}/src/fable-standalone/test/bench-compiler/out-node/app.js", |
53 | | - "args": ["${workspaceRoot}/tests/Main/Fable.Tests.fsproj", "out-tests", "--commonjs"], |
54 | | - // "args": ["${workspaceRoot}/../fable-test/fable-test.fsproj", "out-test", "--commonjs", "--optimize-fcs"], |
| 53 | + // "args": ["${workspaceRoot}/tests/Main/Fable.Tests.fsproj", "out-tests", "--commonjs"], |
| 54 | + "args": ["${workspaceRoot}/../fable-test/fable-test.fsproj", "out-test", "--commonjs", "--optimize-fcs"], |
55 | 55 | "cwd": "${workspaceRoot}/src/fable-standalone/test/bench-compiler" |
56 | 56 | }, |
57 | 57 | { |
58 | 58 | "type": "coreclr", |
59 | 59 | "request": "launch", |
60 | | - "name": "bench-compile tests (.NET)", |
| 60 | + "name": "bench-compile (.NET)", |
61 | 61 | "program": "${workspaceFolder}/src/fable-standalone/test/bench-compiler/bin/Debug/netcoreapp2.1/bench-compiler.dll", |
62 | | - "args": ["${workspaceRoot}/tests/Main/Fable.Tests.fsproj", "out-tests", "--commonjs"], |
63 | | - // "args": ["${workspaceRoot}/../fable-test/fable-test.fsproj", "out-test", "--commonjs", "--optimize-fcs"], |
| 62 | + // "args": ["${workspaceRoot}/tests/Main/Fable.Tests.fsproj", "out-tests", "--commonjs"], |
| 63 | + "args": ["${workspaceRoot}/../fable-test/fable-test.fsproj", "out-test", "--commonjs", "--optimize-fcs"], |
64 | 64 | "cwd": "${workspaceFolder}/src/fable-standalone/test/bench-compiler" |
65 | 65 | }, |
66 | 66 | { |
|
0 commit comments