You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What you are doing is already great
but
if you can figure out how to run vs code extension in nucleus.
i know Its not a easy thing
you need to change whole core architecture of this project to support those feature.
For this
you need to understand Vscode codebase Vscode Github
If you can Figure out that somehow Then you can Make a ultimate code editor .......
The text was updated successfully, but these errors were encountered:
Running vscode extensions in Nucleus would be nice. Though changing the core architecture for it is probably not going to happen. Vscode uses Electron which uses Nodejs while Nucleus uses Tauri which uses Rust. Supporting the extensions that rely on Nodejs wont be possible unless its rewritten in Rust (or typescript but going through the tauri api).
Now depending on how complex the extension is that might be possible but there probably is not going to be a way to directly load extensions from the vscode extension marketplace.
Its something I need to think about as I start building the api.
What you are doing is already great
but
if you can figure out how to run vs code extension in nucleus.
i know Its not a easy thing
you need to change whole core architecture of this project to support those feature.
For this
you need to understand Vscode codebase
Vscode Github
If you can Figure out that somehow Then you can Make a ultimate code editor .......
The text was updated successfully, but these errors were encountered: