indexing infra

This commit is contained in:
Aleksey Kladov 2018-08-13 13:46:05 +03:00
parent be742a5877
commit 18486a02fa
8 changed files with 223 additions and 60 deletions

View file

@ -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 = {