-
Notifications
You must be signed in to change notification settings - Fork 13
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
Fix Kaoto editor in vscode.dev web environment #471
Conversation
djelinek
commented
Jan 30, 2024
•
edited
Loading
edited
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we should add a note in the changelog
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oups compilation is no more working.
I think it is due to using a shared onstant and it is introducing more dependencies.
So I guess we need to put the constant in a specific file.
If nto working it would require change of webpack config, I think that it is not worthy to investigate on that side for vs code web dev, in this case I woudl suggest to continue to duplicate the regexp
exactly |
Signed-off-by: Dominik Jelinek <[email protected]>