-
Notifications
You must be signed in to change notification settings - Fork 43
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
Refactor WASM integration for web #503
Conversation
Deploying with Cloudflare Pages
|
@@ -1,7 +1,7 @@ | |||
{ | |||
"editor.formatOnSave": true, | |||
"editor.codeActionsOnSave": { | |||
"source.fixAll.eslint": true | |||
"source.fixAll.eslint": "explicit" |
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.
What does this do?
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'm guessing this is the new accepted value for this setting. vscode changes this value automatically every time i load this project.
1fb598b
to
6f3a798
Compare
6f3a798
to
a18f1bc
Compare
🎉 This PR is included in version 11.3.0-beta.15 🎉 The release is available on: Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 11.3.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
No description provided.