mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 06:11:35 +00:00
indexing infra
This commit is contained in:
parent
be742a5877
commit
18486a02fa
8 changed files with 223 additions and 60 deletions
|
@ -61,8 +61,9 @@ export function deactivate(): Thenable<void> {
|
|||
|
||||
function startServer() {
|
||||
let run: lc.Executable = {
|
||||
command: "m",
|
||||
// args: ["run", "--package", "m"],
|
||||
command: "cargo",
|
||||
args: ["run", "--package", "m"],
|
||||
// command: "m",
|
||||
options: { cwd: "." }
|
||||
}
|
||||
let serverOptions: lc.ServerOptions = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue