Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
DonJayamanne committed Sep 17, 2019
1 parent afed329 commit 30a62b9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions build/ci/vscode-python-pr-validation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,14 +102,17 @@ stages:
PythonVersion: '3.7'
VMImageName: 'macos-10.13'
TestsToRun: 'testSmoke'
NeedsPythonTestReqs: true
'Linux-Py3.7':
PythonVersion: '3.7'
VMImageName: 'ubuntu-16.04'
TestsToRun: 'testSmoke'
NeedsPythonTestReqs: true
'Win-Py3.7':
PythonVersion: '3.7'
VMImageName: 'vs2017-win2016'
TestsToRun: 'testSmoke'
NeedsPythonTestReqs: true

pool:
vmImage: $(VMImageName)
Expand Down
2 changes: 1 addition & 1 deletion build/webpack/webpack.debugadapter.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const config = {
'commonjs'
],
plugins: [
...common_1.getDefaultPlugins('extension')
...common_1.getDefaultPlugins('debugger')
],
resolve: {
extensions: ['.ts', '.js'],
Expand Down
2 changes: 1 addition & 1 deletion build/webpack/webpack.debugadapter.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ const config: Configuration = {
'commonjs'
],
plugins: [
...getDefaultPlugins('extension')
...getDefaultPlugins('debugger')
],
resolve: {
extensions: ['.ts', '.js'],
Expand Down

0 comments on commit 30a62b9

Please sign in to comment.