-
Notifications
You must be signed in to change notification settings - Fork 40
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
Add support for github.dev #856
Comments
Found this restriction list https://code.visualstudio.com/api/extension-guides/web-extensions#web-extension-main-file Here I can see that the most problematic ones are
We would need to
|
This item from our blocker list is now taken care of:
|
This issue is closed now. Does this mean it's completely implemented and the VSCode plug-in can be used with https://vscode.dev and https://github.dev now? |
I'm not sure why it was closed actually, since on github.dev the extension is still marked with |
Note that the extension works with GitHub Codespaces https://github.com/codespaces |
I suspect @m-abdelwahab just misunderstood what I wrote. We'll keep this issue open and around and work on removing the other blockers when we have time and it makes sense from a priority perspective. |
Problem
It would be nice to make the Prisma extension compatible with https://github.dev. So far, there's no syntax highlighting, formatting, etc. for
schema.prisma
files.Suggested solution
Make a web extension version. Guide from VS Code docs repo
Alternative
Use GitHub Codespaces where the extension is compatible.
The text was updated successfully, but these errors were encountered: