Skip to content
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

VScode extension: Install cargo-concordium through crates #141

Open
limemloh opened this issue Nov 28, 2023 · 1 comment
Open

VScode extension: Install cargo-concordium through crates #141

limemloh opened this issue Nov 28, 2023 · 1 comment
Labels
[Type] Change Request Some visible functionality should be change.

Comments

@limemloh
Copy link
Contributor

limemloh commented Nov 28, 2023

Description
Currently, the VSCode extension ships with binaries of cargo-concordium for every platform, meaning the current process is to first build cargo-concordium for every platform and then a vscode extension for every platform.
This made sense back when cargo-concordium was not released to crates.io, and now that it is, we could have the extension install it through this platform.

This will eliminate the need for platform specific builds of both cargo-concordium and the vscode extension.

@limemloh limemloh added the [Type] Change Request Some visible functionality should be change. label Nov 28, 2023
@abizjak
Copy link
Contributor

abizjak commented Nov 28, 2023

I think this is not a good idea. It's rather expensive to install it from source. It'd be worse user experience to do this.

@abizjak abizjak transferred this issue from Concordium/concordium-node-sdk-js Nov 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[Type] Change Request Some visible functionality should be change.
Projects
None yet
Development

No branches or pull requests

2 participants