André Thiele
André Thiele
This is my dockerfile, which works fine in app engine: ``` FROM node:14-slim RUN apt-get update \ && apt-get install -y wget gnupg \ && wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub...
same issue
I don't think so, had this problem since the beginning and updated AS and Gradle several times in between. I can check with 0.11.0 though Edit: Still happening on AS...
@LouisCAD I configured buildSrc and it works now. However, I think the docs should be more clear, that you should configure buildSrc as well. The docs currently only say: "Auto-completion...
@taylors1512 @LouisCAD does not work on my end
Any updates regarding this?
According to [#816](https://github.com/rust-lang/vscode-rust/pull/816) it should have been moved here I thought.
Are there any releases planned in the near future? The latest release was in May 2020.
Ok, I will keep an eye on future releases but will stick with [intellij-rust](https://github.com/intellij-rust/intellij-rust) until then.
I'm relatively new to Rust but as far as I can tell, the Rust Language Servers gives the less recommendations when typing code but I'm not sure if it should...