-
Notifications
You must be signed in to change notification settings - Fork 37.7k
Open
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 issueshelp wantedIssues identified as good community contribution opportunitiesIssues identified as good community contribution opportunities
Milestone
Description
- VSCode Version: 1.51.1
- OS Version: Windows 10.0.19042
Steps to Reproduce:
- Open a project inside a devcontainer
- Run a launch configuration that prints a file:///path/to/file.txt link to the debug console.
- Ctrl+click on it
vscode will convert the path to C:\path\to\file.txt and open it on the host Windows filesystem. Expected: file is opened from the devcontainer filesystem. Works as expected in the Terminal tab.
Does this issue occur when all extensions are disabled?: Can't use devcontainers without extensions
StefanBrand
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 issueshelp wantedIssues identified as good community contribution opportunitiesIssues identified as good community contribution opportunities