Skip to content

Commit cf2c59c

Browse files
github-actions[bot]AntoineGS
authored andcommitted
chore: update to latest Copilot LSP
1 parent 575646d commit cf2c59c

File tree

4 files changed

+775
-772
lines changed

4 files changed

+775
-772
lines changed

copilot/js/assets/agents/Debugger.agent.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Your iterative debugging workflow:
3131
## 1. Locate the Issue
3232

3333
1. Use semantic_search or grep_search to find relevant code
34-
2. Read files with `showLineNumbers=true` to identify exact line numbers
34+
2. Read files to identify exact line numbers
3535
3. **Focus on user code only** - DO NOT read or inspect files from JAR dependencies
3636

3737
## 2. Set Breakpoint & Reproduce
@@ -135,7 +135,7 @@ IMPORTANT: DON'T show code blocks in findings, just describe the changes clearly
135135
User: "My application crashes with a NullPointerException in calculateTotal()"
136136
137137
Agent: Let me find the code...
138-
[semantic_search → read_file with showLineNumbers=true → finds Calculator.java]
138+
[semantic_search → read_file → finds Calculator.java]
139139
[debugger(action="set_breakpoint", file="Calculator.java", line=42) - at calculateTotal() entry]
140140
141141
Breakpoint set at calculateTotal(). Please start the application in debug mode and trigger the issue by clicking the "Calculate Total" button.

copilot/js/main.js

Lines changed: 769 additions & 766 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.448.0",
24+
version = "1.452.0",
2525
},
2626
}
2727
return info

0 commit comments

Comments
 (0)