Skip to content

Commit 4958fb9

Browse files
github-actions[bot]AntoineGS
authored andcommitted
feat: update to latest Copilot LSP
1 parent 19aacfa commit 4958fb9

File tree

6 files changed

+849
-596
lines changed

6 files changed

+849
-596
lines changed

copilot/js/api/types.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ export interface DocumentContext {
114114
export interface ResolveRequest {
115115
// A unique ID to correlate the request with the completion request.
116116
completionId: string;
117+
opportunityId: string;
117118
documentContext: DocumentContext;
118119

119120
activeExperiments: Map<string, string | number | boolean | string[]>;

copilot/js/diffWorker.js

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

copilot/js/diffWorker.js.map

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

copilot/js/main.js

Lines changed: 797 additions & 592 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
@@ -13,7 +13,7 @@ function M.get_editor_info()
1313
editorPluginInfo = {
1414
name = "copilot.lua",
1515
-- reflects version of github/copilot-language-server-release
16-
version = "1.344.0",
16+
version = "1.348.0",
1717
},
1818
}
1919
return info

0 commit comments

Comments
 (0)