|
8 | 8 | "name": ".NET Core Launch (console)", |
9 | 9 | "type": "coreclr", |
10 | 10 | "request": "launch", |
11 | | - "preLaunchTask": "build", |
12 | | - "program": "${workspaceRoot}/src/dotnet/Fable.Compiler/bin/Debug/netcoreapp2.1/dotnet-fable.dll", |
| 11 | + "program": "${workspaceRoot}/src/Fable.Cli/bin/Debug/netcoreapp2.1/Fable.Cli.dll", |
13 | 12 | "args": ["fable-splitter", "--args", "-c tests/splitter.config.js"], |
14 | 13 | "cwd": "${workspaceRoot}", |
15 | 14 | "stopAtEntry": false, |
|
51 | 50 | "name": "bench-compile (Node)", |
52 | 51 | "program": "${workspaceRoot}/src/fable-standalone/test/bench-compiler/out-node/app.js", |
53 | 52 | // "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}/../fable-test/fable-test.fsproj", "out-test", "--typescript"], |
55 | 54 | "cwd": "${workspaceRoot}/src/fable-standalone/test/bench-compiler" |
56 | 55 | }, |
57 | 56 | { |
|
60 | 59 | "name": "bench-compile (.NET)", |
61 | 60 | "program": "${workspaceFolder}/src/fable-standalone/test/bench-compiler/bin/Debug/netcoreapp2.1/bench-compiler.dll", |
62 | 61 | // "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}/../fable-test/fable-test.fsproj", "out-test", "--typescript"], |
64 | 63 | "cwd": "${workspaceFolder}/src/fable-standalone/test/bench-compiler" |
65 | 64 | }, |
66 | 65 | { |
|
0 commit comments