Open bamurtaugh opened 2 years ago
Still repros:
Should the Python extension not contribute launch configurations when in a virtual workspace on desktop?
This is where we disable the debug configuration view for virtual workspaces if that's relevant: https://github.com/microsoft/vscode-python/blob/983a8dfd4c8eb524614490b2e63bc894a859cb72/package.json#L1509
Do we have the appropriate hooks already to intercept this to suggest people run locally? As Kartik pointed out we can probably disable debugging for virtual workspaces (although it looks like we already do something which is probably what's making the prompt show up to begin with).
Testing https://github.com/microsoft/vscode-python/issues/18092
@joyceerhl @karrtikr @kimadeline Although the test plan item came from the vscode-python repo, I thought this flow may be part of GitHub Repositories and/or debugging overall, so filing here. Please let me know if I should file elsewhere or it's already being tracked/considered. Thank you!