mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-27 05:23:24 +00:00
Fix typo
This commit is contained in:
parent
37c7f3c4cf
commit
2916cd2a86
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