Skip to content

Commit

Permalink
Merge pull request microsoft#174 from microsoft/feat/in-place-breakpo…
Browse files Browse the repository at this point in the history
…ints

feat: fix pathways to allow debugging hot-transpiled modules
  • Loading branch information
connor4312 authored Jan 6, 2020
2 parents 26b45a4 + 777a78b commit 8ad3517
Show file tree
Hide file tree
Showing 31 changed files with 1,105 additions and 343 deletions.
1 change: 1 addition & 0 deletions .ci/common-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ steps:
timeoutInMinutes: 10
condition: and(eq(${{ parameters.runTests }}, true), ne(variables['Agent.OS'], 'Darwin'))
env:
IS_CI: '1'
DISPLAY: ':99.0'

- task: Gulp@0
Expand Down
39 changes: 39 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@
"request-promise-native": "^1.0.7",
"sinon": "^7.5.0",
"stream-buffers": "^3.0.2",
"ts-node": "^8.5.4",
"vsce": "^1.67.1",
"vscode-debugadapter-testsupport": "^1.37.1",
"vscode-debugprotocol": "^1.37.0",
Expand Down
Loading

0 comments on commit 8ad3517

Please sign in to comment.