mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-27 05:23:24 +00:00
commit
c567771605
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ import { makeDebugConfig } from "./debug";
|
||||||
import { Config, RunnableEnvCfg } from "./config";
|
import { Config, RunnableEnvCfg } from "./config";
|
||||||
|
|
||||||
const quickPickButtons = [
|
const quickPickButtons = [
|
||||||
{ iconPath: new vscode.ThemeIcon("save"), tooltip: "Save as a launch.json configurtation." },
|
{ iconPath: new vscode.ThemeIcon("save"), tooltip: "Save as a launch.json configuration." },
|
||||||
];
|
];
|
||||||
|
|
||||||
export async function selectRunnable(
|
export async function selectRunnable(
|
||||||
|
|
Loading…
Reference in a new issue