-
Notifications
You must be signed in to change notification settings - Fork 38.2k
Closed
Labels
debugDebug viewlet, configurations, breakpoints, adapter issuesDebug viewlet, configurations, breakpoints, adapter issuesfeature-requestRequest for new features or functionalityRequest for new features or functionalityon-testplan
Milestone
Description
- Have a single folder workspace and a launch configuration in you user settings
- Notice the error coming from the debug extension how
cwdis not absolute - I would expect the node extension to try harder to figure out the
cwd. For example even if no WorkspaceFolder is passed it could look at the workspace using the vscode API. Or it could look at the active file and based on that determine that
Example launch in user settings:
"launch": {
"version": "0.2.0",
"configurations": [
{
"type": "node",
"request": "launch",
"name": "Launch Program2",
"program": "${workspaceFolder}/test.js"
}
]
},Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
debugDebug viewlet, configurations, breakpoints, adapter issuesDebug viewlet, configurations, breakpoints, adapter issuesfeature-requestRequest for new features or functionalityRequest for new features or functionalityon-testplan