-
Notifications
You must be signed in to change notification settings - Fork 182
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
Keeps overwriting package.json with file:// #731
Comments
Experienced the same thing, disabling the Extension solved the weird behavior as well for me. Using Windows 10 here. |
俺也一樣 |
I was about to go crazy and disable extension one by one until I found out. Can confirm that it happens in Windows 11. Edit: In mac, while it did not write "file://" in the package.json itself, it does auto generate package-lock.json even though the project already have yarn.lock |
i have the same thing and i disabled it. |
Type: Bug
Unclear exactly, but everytime i save my package.json - a field gets added to
dependencies
, with the following value:(
package.name
is the value of "name" in the package.json)My only solution seems to be disabling the extension completly
Extension version: 0.9.5
VS Code version: Code 1.92.0 (b1c0a14de1414fcdaa400695b4db1c0799bc3124, 2024-07-31T23:26:45.634Z)
OS version: Windows_NT x64 10.0.19045
Modes:
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
The text was updated successfully, but these errors were encountered: