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
Hello!
I'm relatively new to ComsWasm and Gitpod, but I found a number of inconsistencies between the template and gitpod documentation, so I'd like to comment on them and may be I am wrong somewhere, please ignore me then.
.gitpod.Dockerfile and .gitpod.yml are inconsistent
.gitpod.yml says that as a base image cosmwasm/cw-gitpod-base:v0.16, so it is not using .gitpod.Dockerfile. I think the file should be dropped for consistency.
Extension rust-lang.rust is outdated
VSCode recommends to replace it with rust-lang.rust-analyzer
I'm happy to send a pull request if what I'm saying makes sense
Thank you!
The text was updated successfully, but these errors were encountered:
Hello!
I'm relatively new to ComsWasm and Gitpod, but I found a number of inconsistencies between the template and gitpod documentation, so I'd like to comment on them and may be I am wrong somewhere, please ignore me then.
.gitpod.Dockerfile and .gitpod.yml are inconsistent
.gitpod.yml
says that as a base imagecosmwasm/cw-gitpod-base:v0.16
, so it is not using.gitpod.Dockerfile
. I think the file should be dropped for consistency.Extension
rust-lang.rust
is outdatedVSCode recommends to replace it with rust-lang.rust-analyzer
I'm happy to send a pull request if what I'm saying makes sense
Thank you!
The text was updated successfully, but these errors were encountered: