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

Copilot chat code blocks should be able to reference code from other copilot chat blocks #7518

Open
dibarbet opened this issue Sep 5, 2024 · 0 comments

Comments

@dibarbet
Copy link
Member

dibarbet commented Sep 5, 2024

From microsoft/vscode-dotnettools#1361 (comment)

It can be useful for C# code inside copilot chat code to reference previous (or subsequent) code blocks generated by copilot chat.

Currently copilot chat code block contents goes into the misc workspace with a URI, and have no references to other misc files. Likely we need to create a copilot chat workspace and have all the code block contents go into the same project. This should allow language features to see the code from other code blocks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant