Skip to content

Commit dd3e345

Browse files
github-actions[bot]AntoineGS
authored andcommitted
feat: update to latest Copilot LSP
1 parent 3faffef commit dd3e345

File tree

4 files changed

+1115
-837
lines changed

4 files changed

+1115
-837
lines changed

copilot/js/language-server.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env node
22

33
const minMajor = 22;
4-
const minMinor = 0;
4+
const minMinor = 13;
55

66
function main() {
77
const argv = process.argv.slice(2);

copilot/js/main.js

Lines changed: 1110 additions & 832 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

copilot/js/main.js.map

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lua/copilot/util.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ function M.get_editor_info()
2121
editorPluginInfo = {
2222
name = "copilot.lua",
2323
-- reflects version of github/copilot-language-server-release
24-
version = "1.425.0",
24+
version = "1.430.0",
2525
},
2626
}
2727
return info

0 commit comments

Comments
 (0)