rust, rust-msvc: Add rls.exe (language server) to bins (#3473)

This commit is contained in:
FriendlyNeighborhoodShane 2022-04-04 01:05:02 +05:30 committed by GitHub
parent 2f2516173f
commit aabdbe23a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -15,6 +15,7 @@
},
"extract_dir": "Rust",
"bin": [
"bin\\rls.exe",
"bin\\rustc.exe",
"bin\\rustdoc.exe",
"bin\\cargo.exe"

View File

@ -15,6 +15,7 @@
},
"extract_dir": "Rust",
"bin": [
"bin\\rls.exe",
"bin\\rustc.exe",
"bin\\rustdoc.exe",
"bin\\cargo.exe"