From 73a1947d19b4d3c29aa462e856e3d410d6e1e5dd Mon Sep 17 00:00:00 2001 From: vsrs Date: Wed, 29 Apr 2020 16:52:53 +0300 Subject: MS C++ tools on linux --- editors/code/src/commands/runnables.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'editors/code/src/commands/runnables.ts') diff --git a/editors/code/src/commands/runnables.ts b/editors/code/src/commands/runnables.ts index 2238a5a73..9b0780650 100644 --- a/editors/code/src/commands/runnables.ts +++ b/editors/code/src/commands/runnables.ts @@ -1,6 +1,7 @@ import * as vscode from 'vscode'; import * as lc from 'vscode-languageclient'; import * as ra from '../rust-analyzer-api'; +import * as os from "os"; import { Ctx, Cmd } from '../ctx'; import { Cargo } from '../cargo'; @@ -82,7 +83,7 @@ async function getCppvsDebugConfig(config: ra.Runnable, sourceFileMap: Record