Skip to content

Commit

Permalink
Merge pull request #486 from jneira/more-build-changes
Browse files Browse the repository at this point in the history
Fix error handling of server exec discovery in windows
  • Loading branch information
jneira authored Oct 20, 2021
2 parents 7eb6a48 + cd2b91e commit 508bd0d
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 298 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
node-version: 10.x
- run: npm ci
- run: npm run compile
- run: npm run webpack
- run: xvfb-run -a npm test
if: runner.os == 'Linux'
- run: npm test
Expand Down
4 changes: 2 additions & 2 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"stopOnEntry": false,
"sourceMaps": true,
"outFiles": ["${workspaceRoot}/out/src/**/*.js"],
"preLaunchTask": "npm: watch"
"preLaunchTask": "npm: webpack"
},
{
"name": "Extension Tests",
Expand All @@ -22,7 +22,7 @@
"stopOnEntry": false,
"sourceMaps": true,
"outFiles": ["${workspaceRoot}/out/test/**/*.js"],
"preLaunchTask": "npm: watch"
"preLaunchTask": "npm: test-compile"
}
]
}
Loading

0 comments on commit 508bd0d

Please sign in to comment.