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
{{ message }}
This repository was archived by the owner on Nov 18, 2022. It is now read-only.
Hej, currently trying to get the extension up and running. I already set "rust-client.channel": "nightly", but appearently the extension could not compile.
Cargo.toml
[package]
name = "xxx"
version = "0.1.0"
authors = ["Dean Hidri <[email protected]>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
juniper = "0.14.2"
juniper_rocket = "0.5.2"
rocket = "0.4.4"
serde_json = "1.0.48"
Error I'm getting:
{
"resource": "/Users/visualcookie/Development/xxx/Cargo.toml",
"owner": "rust0",
"severity": 8,
"message": "could not compile `serde_derive`.\nerror: could not compile `juniper_codegen`.\n\nTo learn more, run the command again with --verbose.\n",
"startLineNumber": 1,
"startColumn": 1,
"endLineNumber": 10000,
"endColumn": 1
}
The thing is, when I run rustup run cargo build in the Terminal myself, it works without issues, but I can't seem to disable the build process from the extension. Already checked some of the open issues, but nothing worked.
dennybritz, SorteKanin, jsatka, sunny-g, justacec and 5 more