Jinbo Wang
Jinbo Wang
The selection behavior is controlled by VS Code itself, not by Java Debugger. Could you mind opening an issue to VS Code repo https://github.com/microsoft/vscode/issues? thanks.
Can you check if Xcode menu `Editor -> GitHub Copilot` is greyed out? If so, you need to quit Xcode first and restart Xcode.
https://github.com/github/CopilotForXcode/blob/main/TROUBLESHOOTING.md#extension-permission See the troubleshooting guide here, you need ensure grant `Xcode Source Editor` extension permission to "GitHub Copilot for Xcode". With extension permission granted, restart Xcode and then you should...
> [2025-01-09T01:13:29.296Z] [info] [GitHubCopilot] [3794] window/logMessage: { "message" : "[fetchCompletions] Rate limited by server. Denying completions for the next 10 seconds.", "type" : 2 } It hits rate limit for...
@lwangwangl what kind of GitHub Copilot subscription do you use? Is it copilot free plan?
@arnoldfederis thanks for reaching out to us. Could you share more on what do you expect? a shortcut to toggle on/off the chat window?
/azp run
@imerljak thanks for contribution.
transferred it from vscode-maven repo since the issue is related to the features of vscode-gradle extension.
"java.jdt.ls.java.home" setting is machine scope, and it cannot be shared across devices. In the context of GitHub Codespaces, this setting can only point to a path within the GitHub Codespaces...