The Wayback Machine - https://web.archive.org/web/20250409115205/https://github.com/microsoft/vscode/issues/241167
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

Terminal suggest: Support LSP-based completion provider #241167

Open
Tyriar opened this issue Feb 19, 2025 · 1 comment · May be fixed by #243528
Open

Terminal suggest: Support LSP-based completion provider #241167

Tyriar opened this issue Feb 19, 2025 · 1 comment · May be fixed by #243528
Assignees
Labels
feature-request Request for new features or functionality terminal-suggest
Milestone

Comments

@Tyriar
Copy link
Member

Tyriar commented Feb 19, 2025

Prototype: https://github.com/microsoft/vscode/tree/tyriar/lsp_terminal_completions

cc @meganrogge

@Tyriar Tyriar added feature-request Request for new features or functionality terminal-suggest labels Feb 19, 2025
@Tyriar Tyriar added this to the March 2025 milestone Feb 19, 2025
@Tyriar
Copy link
Member Author

Tyriar commented Feb 25, 2025

For this we need to be mindful of our fake resources showing up in other places like problems. We likely need a new scheme, and then we need to special case that scheme for things like not displaying problems. We do want LSP to evaluate problems, hovers, etc. as we may later use them, so no changes on the server side of things.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request Request for new features or functionality terminal-suggest
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants