Describe the bug
I recently started using VS Code on a recently reformatted machine at work, and noticed that when I set a break-point, it will open a new read-only window. The nature of the machine has the My Documents folder on a file share, so VS Code is displaying UNC paths (\\server\path to user\Documents\etc) instead of what is normally the standard C:\Users\username\Documents\etc
I'm going to assume the odd setup found an odd bug with path handling
Windows 10 20H2
To Reproduce
Steps to reproduce the behavior:
Open a project that is on a UNC path \\server\share\pathToProject
Any project should do, but Step 2 below is for this repo only: https://github.com/miquelfire/aoc2021
Look at index.js and see what parameter is passed to the run command. Set it to 0 and create a dummy 00.txt
Describe the bug I recently started using VS Code on a recently reformatted machine at work, and noticed that when I set a break-point, it will open a new read-only window. The nature of the machine has the My Documents folder on a file share, so VS Code is displaying UNC paths (
\\server\path to user\Documents\etc
) instead of what is normally the standardC:\Users\username\Documents\etc
I'm going to assume the odd setup found an odd bug with path handling
Windows 10 20H2
To Reproduce Steps to reproduce the behavior:
\\server\share\pathToProject
Any project should do, but Step 2 below is for this repo only: https://github.com/miquelfire/aoc2021index.js
and see what parameter is passed to the run command. Set it to0
and create a dummy00.txt
index.js
on the run commandindex.js
should appearVS Code Version: 1.62.3