You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
murrellr opened this issue
Feb 4, 2022
· 1 comment
Assignees
Labels
bugIssue identified by VS Code Team member as probable bugdebugDebug viewlet, configurations, breakpoints, adapter issuesverifiedVerification succeeded
The query string and route fragment will be encoded only if there's a matching file on disk (? is valid in file paths on unix, and # is across platforms.) Otherwise they'll be preserved as before.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
bugIssue identified by VS Code Team member as probable bugdebugDebug viewlet, configurations, breakpoints, adapter issuesverifiedVerification succeeded
Issue Type: Bug
The January 2022 update broke debugging of Javascript using a file URL. This is one of my launch configurations:
When I start a debug session, Chrome used to start with this URL in the address bar:
file:///C:/workspace/_Battery/debug.html?172.23.165.1
Now it starts with this URL and reports "Your file couldn't be accessed". I have to manually change the "%3F" to "?":
file:///C:/workspace/_Battery/debug.html%3F172.23.165.1
VS Code version: Code 1.64.0 (5554b12, 2022-02-03T04:22:20.678Z)
OS version: Windows_NT x64 10.0.19042
Restricted Mode: No
System Info
gpu_compositing: enabled
multiple_raster_threads: enabled_on
oop_rasterization: enabled
opengl: enabled_on
rasterization: enabled
skia_renderer: enabled_on
video_decode: enabled
vulkan: disabled_off
webgl: enabled
webgl2: enabled
Extensions (5)
(3 theme extensions excluded)
A/B Experiments
The text was updated successfully, but these errors were encountered: