File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 3030 "runtimeExecutable" : " ${execPath}" ,
3131 "args" : [
3232 " --extensionDevelopmentPath=${workspaceRoot}" ,
33- " --extensionTestsPath=${workspaceRoot}/client/out/test/index" ,
34- " ${workspaceRoot}/client/testFixture "
33+ " --extensionTestsPath=${workspaceRoot}/dist/ client/out/test/index" ,
34+ " ${workspaceRoot}/test/fixtures "
3535 ],
36- "outFiles" : [" ${workspaceRoot}/client/out/test/**/*.js" ]
36+ "outFiles" : [" ${workspaceRoot}/dist/ client/out/test/**/*.js" ]
3737 },
3838 {
3939 "name" : " Debug ANTLR4 grammar" ,
Original file line number Diff line number Diff line change 1- $ENV: CODE_TESTS_PATH = " $ ( Get-Location ) \client\out\test"
2- $ENV: CODE_TESTS_WORKSPACE = " $ ( Get-Location ) \client\testFixture "
3- Invoke-Expression " node $ ( Get-Location ) \client\out\test\runTest.js"
1+ $ENV: CODE_TESTS_PATH = " $ ( Get-Location ) \dist\ client\out\test"
2+ $ENV: CODE_TESTS_WORKSPACE = " $ ( Get-Location ) \test\fixtures "
3+ Invoke-Expression " node $ ( Get-Location ) \dist\ client\out\test\runTest.js"
Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
22
3- export CODE_TESTS_PATH=" $( pwd) /client/out/test"
4- export CODE_TESTS_WORKSPACE=" $( pwd) /client/testFixture "
3+ export CODE_TESTS_PATH=" $( pwd) /dist/ client/out/test"
4+ export CODE_TESTS_WORKSPACE=" $( pwd) /test/fixtures "
55
6- node " $( pwd) /client/out/test/runTest"
6+ node " $( pwd) /dist/ client/out/test/runTest"
You can’t perform that action at this time.
0 commit comments