Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"build": "webpack"
},
"dependencies": {
"@github/copilot-language-server": "^1.408.0",
"@github/copilot-language-server": "^1.411.0",

Copilot AI Feb 6, 2026

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

package-lock.json is not updated to match this dependency bump. It still pins @github/copilot-language-server to 1.327.0 (and even the root dependency range differs), which means installs will continue using the old version and npm ci may fail due to an out-of-sync lockfile. Please regenerate and commit the updated lockfile for this change (e.g., re-run install with the updated package.json).

Copilot uses AI. Check for mistakes.
"@xterm/addon-fit": "^0.10.0",
"@xterm/xterm": "^5.5.0",
"monaco-editor": "0.52.2"
Expand Down