-
Notifications
You must be signed in to change notification settings - Fork 38.8k
Closed
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugdebugDebug viewlet, configurations, breakpoints, adapter issuesDebug viewlet, configurations, breakpoints, adapter issuesverification-foundIssue verification failedIssue verification failedverifiedVerification succeededVerification succeeded
Milestone
Description
Problem:
- install Java debugger
- open a folder with no launch.json
- switch to debug view and press gear button
Observe:
it looks like nothing is happening but in reality Java is initialising and starting Java language server. After a long time the debug env drop down appears.
Analysis:
Building the debug env drop down seems to activate all debug extensions.
Solution:
We should try to build the debug env drop down list only from declarative information found in the package.json. No debugger extensions should be activated for this.
/cc @aeschli
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugdebugDebug viewlet, configurations, breakpoints, adapter issuesDebug viewlet, configurations, breakpoints, adapter issuesverification-foundIssue verification failedIssue verification failedverifiedVerification succeededVerification succeeded