Skip to content

Commit dcbad9c

Browse files
authored
Don't hand-code debug configuration list
1 parent 5a57f4c commit dcbad9c

1 file changed

Lines changed: 1 addition & 13 deletions

File tree

.github/test_plan.md

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -182,19 +182,7 @@ def foo():pass
182182
- Test the current debugger
183183
- Test the experimental debugger (and note whether it is _at least_ as fast as the old debugger)
184184

185-
- [ ] [Configurations](https://code.visualstudio.com/docs/python/debugging#_debugging-specific-app-types) work
186-
- [ ] `Current File`
187-
- [ ] `Module`
188-
- [ ] `Attach`
189-
- [ ] `Terminal (integrated)`
190-
- [ ] `Terminal (external)`
191-
- [ ] `Django`
192-
- [ ] `Flask`
193-
- [ ] `Pyramid`
194-
- [ ] `Watson`
195-
- [ ] `Scrapy`
196-
- [ ] `PySpark`
197-
- [ ] `All debug Options` with [appropriate values](https://code.visualstudio.com/docs/python/debugging#_standard-configuration-and-options) edited to make values valid
185+
- [ ] [Configurations](https://code.visualstudio.com/docs/python/debugging#_debugging-specific-app-types) work (see [`package.json`](https://github.com/Microsoft/vscode-python/blob/master/package.json) and the `"configurationSnippets"` section for all of the possible configurations)
198186
- [ ] Running code from start to finish w/ no special debugging options (e.g. no breakpoints)
199187
- [ ] Breakpoint-like things
200188
- [ ] Breakpoint

0 commit comments

Comments
 (0)