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
this can wait for after initial merge we need for v1 to open text-to-cad in modeling-app from the website
https://www.electronjs.org/docs/latest/tutorial/launch-app-from-url-in-another-app
The text was updated successfully, but these errors were encountered:
https://github.com/microsoft/vscode/blob/main/src/main.js#L119
Sorry, something went wrong.
Okay this works, we just need a route for sending raw kcl code that does the following:
zoo-studio://some-path-we-define?code={kcl-code}&filename={optional kcl file name user can override in app}
So sick.
useSearchParams
Successfully merging a pull request may close this issue.
this can wait for after initial merge we need for v1 to open text-to-cad in modeling-app from the website
https://www.electronjs.org/docs/latest/tutorial/launch-app-from-url-in-another-app
The text was updated successfully, but these errors were encountered: