Created Run Files
This commit is contained in:
parent
cff6ab0ab7
commit
3ad272c57f
2 changed files with 12 additions and 0 deletions
6
scripts/cargo/cargo
Executable file
6
scripts/cargo/cargo
Executable file
|
@ -0,0 +1,6 @@
|
||||||
|
docker run --rm -i \
|
||||||
|
--name cargo \
|
||||||
|
--user rustacean \
|
||||||
|
-v "$PWD:$PWD:Z" \
|
||||||
|
-w "$PWD" \
|
||||||
|
rust-ls:cargo "$@"
|
6
scripts/rust-analyzer/rust-ls
Executable file
6
scripts/rust-analyzer/rust-ls
Executable file
|
@ -0,0 +1,6 @@
|
||||||
|
docker run --rm -i \
|
||||||
|
--name rust-analyzer \
|
||||||
|
--user rustacean \
|
||||||
|
-v "$PWD:$PWD:Z" \
|
||||||
|
-w "$PWD" \
|
||||||
|
rust-ls:analyzer "$@"
|
Loading…
Reference in a new issue