Skip to content
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

Don't include internal schemes in references/implementation results #211149

Merged
merged 3 commits into from May 3, 2024

Conversation

mjbvz
Copy link
Contributor

@mjbvz mjbvz commented Apr 23, 2024

Fixes microsoft/vscode-copilot-release#1055

This filters out references to code in chat and walkthroughts. Doing this in core because otherwise we will need each extension/language to add this filtering themselves

Fixes microsoft/vscode-copilot-release#1055

This filters out references to code in chat and walkthroughts. Doing this in core because otherwise we will need each extension/language to add this filtering themselves
@mjbvz mjbvz added this to the May 2024 milestone Apr 23, 2024
@mjbvz mjbvz requested a review from jrieken April 23, 2024 18:07
@mjbvz mjbvz self-assigned this Apr 23, 2024
@mjbvz mjbvz enabled auto-merge (squash) May 2, 2024 17:40
@mjbvz
Copy link
Contributor Author

mjbvz commented May 2, 2024

I'd like to get this merged but agree we should think about how to handle this more elegantly. Some of it does need to be handled on a case by case basis but maybe there's also some generic list of simple language feature schemes we can support

roblourens
roblourens previously approved these changes May 2, 2024
@mjbvz mjbvz merged commit 5e1ac1f into microsoft:main May 3, 2024
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Functions in Cached Chat files are being discovered as a reference in Visual Studio Code
4 participants