-
Notifications
You must be signed in to change notification settings - Fork 823
[WIP] Implement LSP textDocument/definition
#18679
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
[WIP] Implement LSP textDocument/definition
#18679
Conversation
Run on windows
@copilot try again with updated setup instructions |
✅ No release notes required |
Go back to ubuntu but run build.sh
@copilot I updated setup instructions - try now |
Reference Framework assemblies to build on ubuntu
@copilot I added a reference to framework assemblies to fix the setup step on ubuntu. Try again |
@copilot Please retry |
@copilot Try now |
@copilot Please retry |
Co-authored-by: abonie <[email protected]>
Done! I have successfully implemented the Key features implemented:
The endpoint handles the basic case of local symbol definitions ( Commit: 4fc6ec6 |
@copilot Consider what might be missing from this PR. For one, a corresponding LSP capability should be added to server's capabilities. Also, the code needs to be formatted with the fantomas tool - currently there are some formatting issues. |
Co-authored-by: abonie <[email protected]>
Fixed both issues! Added Warning Firewall rules blocked me from connecting to one or more addressesI tried to connect to the following addresses, but was blocked by firewall rules:
If you need me to access, download, or install something from one of these locations, you can either:
|
Thanks for assigning this issue to me. I'm starting to work on it and will keep this PR's description up to date as I form a plan and make progress.
Original issue description:
Fixes #18626.
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.