microsoft / vscode

Visual Studio Code
https://code.visualstudio.com
MIT License
163.72k stars 29.09k forks source link

Using npm as the preferred package manager. Found multiple lockfiles #171943

Open tjx666 opened 1 year ago

tjx666 commented 1 year ago

There is only one npm lock file exists in my project, but always notify this:

image

Reproduce:

  1. git clone git@github.com:tjx666/vscode-fe-helper.git
  2. npm install
  3. open debug panel and click Run Extension, you will see the notifiction
Version: 1.74.3 (Universal)
Commit: 97dec172d3256f8ca4bfb2143f3f76b503ca0534
Date: 2023-01-09T17:07:18.579Z
Electron: 19.1.8
Chromium: 102.0.5005.167
Node.js: 16.14.2
V8: 10.2.154.15-electron.0
OS: Darwin x64 22.2.0
Sandboxed: No
sancho1952007 commented 1 month ago

Facing the same issue when I use Bun in my workspace

anthonygualandri commented 1 month ago

I'm also having this issue.