Skip to content

Commit f801b8e

Browse files
Janaka AbeywardhanaJanaka Abeywardhana
authored andcommitted
Merge: latest upstream master
2 parents d5cd8fc + c3145af commit f801b8e

File tree

9 files changed

+5461
-534
lines changed

9 files changed

+5461
-534
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ node_js:
44
- "8"
55

66
env:
7-
- CODE_VERSION=1.18.0
7+
- CODE_VERSION=1.24.0
88

99
before_install:
1010
- if [ $TRAVIS_OS_NAME == "linux" ]; then

debugger-launchjson.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ You can optionally configure a file by file mapping by providing map following t
8686
## Just My Code
8787
You can optionally disable `justMyCode` by setting it to "false". You should disable Just My Code when you are trying to debug into a library that you pulled down which doesn't have symbols or is optimized.
8888

89-
"justMyCode":false*
89+
"justMyCode":false
9090

9191
Just My Code is a set of features that makes it easier to focus on debugging your code by hiding some of the details of optimized libraries that you might be using, like the .NET Framework itself. The most important sub parts of this feature are --
9292

0 commit comments

Comments
 (0)