mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-06 16:51:20 +00:00
rust, rust-msvc: Add rls.exe (language server) to bins (#3473)
This commit is contained in:
parent
2f2516173f
commit
aabdbe23a9
@ -15,6 +15,7 @@
|
|||||||
},
|
},
|
||||||
"extract_dir": "Rust",
|
"extract_dir": "Rust",
|
||||||
"bin": [
|
"bin": [
|
||||||
|
"bin\\rls.exe",
|
||||||
"bin\\rustc.exe",
|
"bin\\rustc.exe",
|
||||||
"bin\\rustdoc.exe",
|
"bin\\rustdoc.exe",
|
||||||
"bin\\cargo.exe"
|
"bin\\cargo.exe"
|
||||||
|
|||||||
@ -15,6 +15,7 @@
|
|||||||
},
|
},
|
||||||
"extract_dir": "Rust",
|
"extract_dir": "Rust",
|
||||||
"bin": [
|
"bin": [
|
||||||
|
"bin\\rls.exe",
|
||||||
"bin\\rustc.exe",
|
"bin\\rustc.exe",
|
||||||
"bin\\rustdoc.exe",
|
"bin\\rustdoc.exe",
|
||||||
"bin\\cargo.exe"
|
"bin\\cargo.exe"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user