Skip to content

Commit e0730ba

Browse files
authored
Merge pull request #432 from chuckries/exact_source
Add requireExactSource to launch.json schema
2 parents 9bc4d2f + 339348a commit e0730ba

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

package.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -294,6 +294,11 @@
294294
},
295295
"default": []
296296
},
297+
"requireExactSource": {
298+
"type": "boolean",
299+
"description": "Optional flag to require current source code to match the pdb.",
300+
"default": true
301+
},
297302
"pipeTransport": {
298303
"type": "object",
299304
"description": "When present, this tells the debugger to connect to a remote computer using another executable as a pipe that will relay standard input/output between VS Code and the .NET Core debugger backend executable (clrdbg).",
@@ -467,6 +472,11 @@
467472
"items": {
468473
"type": "string"
469474
},
475+
"requireExactSource": {
476+
"type": "boolean",
477+
"description": "Optional flag to require current source code to match the pdb.",
478+
"default": true
479+
},
470480
"default": []
471481
}
472482
}

0 commit comments

Comments
 (0)