-
Notifications
You must be signed in to change notification settings - Fork 26
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
Use definition from textDocument/documentLink
#1174
Conversation
Skipping CI for Draft Pull Request. |
@@ -67,28 +64,15 @@ const allItems = Object.values({ | |||
|
|||
class ResourceReferencesProvider | |||
extends Emitter<{ | |||
didChangeResourceReferences: [] | |||
didChangeResourceReferences: [] // TODO |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这个跟早上提到的 diagnostics 类似,如果 editor 总是在合适的时候去拉的话,通过事件主动推也就没什么必要了;这里定义先留着,不着急实现
Copilot
AI
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot reviewed 5 out of 5 changed files in this pull request and generated 1 comment.
This PR has been deployed to the preview environment. You can explore it using the preview URL. Warning Please note that deployments in the preview environment are temporary and will be automatically cleaned up after a certain period. Make sure to explore it before it is removed. For any questions, contact the Go+ Builder team. |
Use definition from
textDocument/documentLink
forHover
for code editor #1105