python / peps

Python Enhancement Proposals
https://peps.python.org
4.35k stars 1.5k forks source link

Spam #3842

Closed Karliz24 closed 2 months ago

Karliz24 commented 2 months ago

Does this issue occur when all extensions are disabled?: No

Steps to Reproduce:

  1. On a Windows machine share a folder
  2. Add a single python file to that folder
  3. Clone the sample repo: https://github.com/rchiodo/test-unc-paths
  4. Debug the extension
  5. Open the file from step 2 using a UNC path. Like \\rchiodo-work\test_unc_paths\test.py

Expected Result:

UNC path is readable in all worker threads.

Actual Result:

UNC path is only readable in the main thread of the extension.

Related: https://github.com/microsoft/pylance-release/issues/4357

Publicación original de @rchiodo en https://github.com/microsoft/vscode/issues/194662

Rosuav commented 2 months ago

I think you're creating these issues on the wrong repository. We are in no position to fix anything about VS Code.

hugovk commented 2 months ago

Labelled invalid and reported to GitHub for disruptive content, they've been doing this in other repos as well.