Does this issue occur when all extensions are disabled?: Yes/No
Yes
- VS Code Version: 1.124.2
- OS Version: macOS Sequoia 15.7.8
Steps to Reproduce:
- Visit the language server package in the VSCode repository: ./extensions/json-language-features/server
- Observe that the last commit was made (at the time of writing) three weeks ago
- Click the "npm v1.3.4" badge to visit the NPM page
- Observe that it was last published five years ago.
This may be caused by the fact that the extension version in package.json hasn't changed since February 2021. I'm trying to use the language server in one of my own projects, and currently I need to download the entire repository and build it myself if I want the latest version.
Does this issue occur when all extensions are disabled?: Yes/No
Yes
Steps to Reproduce:
This may be caused by the fact that the extension version in package.json hasn't changed since February 2021. I'm trying to use the language server in one of my own projects, and currently I need to download the entire repository and build it myself if I want the latest version.