mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 06:11:35 +00:00
workspace symbols
This commit is contained in:
parent
133d001d82
commit
d19f3ac834
9 changed files with 75 additions and 43 deletions
|
@ -61,9 +61,9 @@ export function deactivate(): Thenable<void> {
|
|||
|
||||
function startServer() {
|
||||
let run: lc.Executable = {
|
||||
command: "cargo",
|
||||
args: ["run", "--package", "m"],
|
||||
// command: "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