We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Since 2.0, the format of the URI of virtual code's document has changed to:
{originalUri}?virtualCodeId={virtualCodeId}
Which seems to be semantically inaccurate. We can consider changing to the format used by VSCode's embedded language programming example:
volar-embedded-content://{encodeURIComponent(virtualCodeId)}/{encodeURIComponent(originalUri)}
The text was updated successfully, but these errors were encountered:
2a04a3b
No branches or pull requests
Since 2.0, the format of the URI of virtual code's document has changed to:
Which seems to be semantically inaccurate. We can consider changing to the format used by VSCode's embedded language programming example:
The text was updated successfully, but these errors were encountered: