-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Feedback source
None
GitHub Copilot plugin version
0.15.0
Eclipse IDE and version
4.38
Platform
RHEL 9.6
Steps to reproduce
Just start Eclipse with Copilot installed. There are always 3 warnings shown.
Logs (optional)
!ENTRY org.eclipse.lsp4e 2 0 2026-01-27 09:58:42.354
!MESSAGE [LS:GitHub Copilot Language Server][Warning] [McpAutoApproveService] Invalid McpAutoApproveService config, resetting to empty undefined
!ENTRY org.eclipse.lsp4e 2 0 2026-01-27 09:58:42.377
!MESSAGE [LS:GitHub Copilot Language Server][Warning] [default] Policy watcher not available - continuing without policy watching: Unsupported platform
!ENTRY org.eclipse.lsp4e 1 0 2026-01-27 09:58:42.377
!MESSAGE [LS:GitHub Copilot Language Server][Info] [GithubAvailableEmbeddingTypes] Could not find any available embedding types. Error: noSession
Expected behavior
- No warning is logged
- If a warning is shown, it has at least some stack attached
Actual behavior
- Warnings are reported during many Eclipse tests
- Warnings have no context, no idea how to "fix" them
The problem is that we have tests check for unexpected errors and warnings and now every time tests start (~30 times during our automated tests) we have multiple warnings reported as test failures. Our customers are also not accepting any warnings or errors in the logs "by default" in a freshly installed application.
This is a blocker for us for 0.15.0 use.
Additional information
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working