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
I'm building a vscode-extension using wasm and I found this project's vscode-sys is way more extensive compared to https://crates.io/crates/vscode-sys (which is archived now).
Currently I'm using a copy and have added two or three new Api functions for my use case. But I think making vscode-sys a separate project will make it easier for me (or anybody using the project) to push new Api additions, eventually making it more and more extensive.
It'll also be easy to discover.
The text was updated successfully, but these errors were encountered:
I'm building a vscode-extension using
wasm
and I found this project'svscode-sys
is way more extensive compared to https://crates.io/crates/vscode-sys (which is archived now).Currently I'm using a copy and have added two or three new Api functions for my use case. But I think making
vscode-sys
a separate project will make it easier for me (or anybody using the project) to push new Api additions, eventually making it more and more extensive.It'll also be easy to discover.
The text was updated successfully, but these errors were encountered: