Search Criteria
Package Details: rust-analyzer-vscode-git r7300.c9e1aab88-2
Package Actions
| Git Clone URL: | https://aur.archlinux.org/rust-analyzer-vscode-git.git (read-only, click to copy) |
|---|---|
| Package Base: | rust-analyzer-vscode-git |
| Description: | An experimental Rust compiler front-end for IDEs (VSCode installation). |
| Upstream URL: | https://github.com/rust-analyzer/rust-analyzer/ |
| Keywords: | rust |
| Licenses: | MIT |
| Conflicts: | rust-analyzer-git, rust-analyzer-vscode-git |
| Provides: | rust-analyzer-vscode-git |
| Submitter: | Kibouo |
| Maintainer: | None |
| Last Packager: | Kibouo |
| Votes: | 0 |
| Popularity: | 0.000000 |
| First Submitted: | 2019-07-15 17:18 (UTC) |
| Last Updated: | 2020-02-04 23:49 (UTC) |
Dependencies (4)
- code (vscodius-binAUR, code-gitAUR, visual-studio-code-binAUR, visual-studio-code-live-binAUR, visual-studio-code-cli-binAUR)
- rustup (rustup-gitAUR)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- npm (python-nodejs-wheelAUR, npm-corepackAUR) (make)
Latest Comments
marlon-sousa commented on 2021-03-14 16:10 (UTC)
Hello,
This package worked for me. However, its installation didn't succeed.
I got the following error:
Installation procedure was the following:
Although it aborted, everything I apparently should be getting from VS Code is working, code completion, goto definition, etc.
Due to being blind I can not confirm if syntax highlighting works.
Kibouo commented on 2020-02-04 18:04 (UTC) (edited on 2020-02-04 18:04 (UTC) by Kibouo)
@kralyk thanks for your comment. I updated the build section to use the command recommended by upstream (they build everything using
cargo xtasknow).If there is a distinction to be made between
codeandcodiumyou should try having a look at theirxtaskconfig. This also eliminates the use ofcode --install-extension.vojtechkral commented on 2019-12-10 15:38 (UTC)
Hi. Thanks for the package. Running the
code --install-extensionfrom PKGBUILD can't really work. Consider doing this in an install script instead. Also, the script should probably detect whether to usecodeorcodium.