mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-26 13:03:31 +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";
|
||||
|
||||
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(
|
||||
|
|
Loading…
Reference in a new issue