VSCode extension re-implementation #1504
Replies: 3 comments 1 reply
-
|
I have another proposal:
This way the extension doesn't have to know or care about bundling or evaluating actually works. It just has to be able to trigger the process and wait for the results. Additionally, keeping manifold in memory means that successive builds are fast. Instantiating Footnotes
|
Beta Was this translation helpful? Give feedback.
-
|
Thanks @tonious, much better worded than me at 1:30 am :)
100% agree, this is also how we do it in CADit atm. This also allows specifying exact manifold-3d versions. (I guess ideally our vscode extension should be compatible with all of them, but let's just focus on getting it running for now.)
Agree.
Using the Bundling (and running it inside the extension webview) would offer more flexibility if we want:
Just some thoughts. |
Beta Was this translation helpful? Give feedback.
-
|
#1536 makes some space in |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
@tonious Creating this topic to discuss the VSCode extension revamp.
Basic features of the extension:
The flow we were imagining:
I think this is the most basic way of doing it, and I guess this should keep the vscode extension as simple as possible.
What do you think?
Let me know if you have any remarks or other ideas.
Beta Was this translation helpful? Give feedback.
All reactions