Skip to content

Add a single dummy language tool. Add install-extension.sh to easily … #1832

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

sorenbs
Copy link
Member

@sorenbs sorenbs commented Apr 30, 2025

…install extension in main VS Code, as the Extension Development Host does not support Copilot

…install extension in main VS Code, as the Extension Development Host does not support Copilot
@CLAassistant
Copy link

CLAassistant commented Apr 30, 2025

CLA assistant check
All committers have signed the CLA.

@FGoessler
Copy link
Contributor

install extension in main VS Code, as the Extension Development Host does not support Copilot

It only doesn't work in the Extension Development Host because it requires the copilot extension to be loaded and our launch.json disables all extensions (I guess to disable the regular installed Prisma extension?). Dropping --disable-extensions from the launch.json and removing your regular prisma extension makes normal debugging and copilot work. ;)

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.

3 participants