-
Notifications
You must be signed in to change notification settings - Fork 48
Extension searching for package.json in wrong directory. #686
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@subratkatiyar Thanks for filing the issue I assume it is happening on your terminal when you do certain action? |
The extension was working perfectly fine. I have auto-updates enabled. That's when I saw this error in extension panel. [Screenshot attached.] I have tried re-installing the extension but the issue persists. |
I have the same problem. |
+1. Have the same problem. Solution: Roll back to old version until this is fixed... I rolled back to |
Not sure why this is happening. Was there some code change related to debugger waiting for Python extension? /cc @eleanorjboyd @karthiknadig |
This is installation and extension packing bug. We don't do anything here specifically. |
Can you please check if this issue is fixed with latest VS Code version? |
Type: Bug
Behaviour
There seems to be a backward slash missing between UserName and .vscode.
package is json is present at
c:\Users\UserName\.vscode\extensions\ms-python.python-2025.2.0-win32-x64\package.json
Steps to reproduce:
Diagnostic data
Output for
Python
in theOutput
panel (View
→Output
, change the drop-down the upper-right of theOutput
panel toPython
)Behaviour
Unable to debug python code.
Diagnostic data
Output for
Python
in theOutput
panel (View
→Output
, change the drop-down the upper-right of theOutput
panel toPython
)Extension version: 2025.2.0
VS Code version: Code 1.97.0 (33fc5a94a3f99ebe7087e8fe79fbe1d37a251016, 2025-02-04T22:41:26.688Z)
OS version: Windows_NT x64 10.0.22631
Modes:
python.languageServer
setting: DefaultUser Settings
Installed Extensions
System Info
canvas_oop_rasterization: enabled_on
direct_rendering_display_compositor: disabled_off_ok
gpu_compositing: enabled
multiple_raster_threads: enabled_on
opengl: enabled_on
rasterization: enabled
raw_draw: disabled_off_ok
skia_graphite: disabled_off
video_decode: enabled
video_encode: enabled
vulkan: disabled_off
webgl: enabled
webgl2: enabled
webgpu: enabled
webnn: disabled_off
A/B Experiments
The text was updated successfully, but these errors were encountered: