mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 11:31:15 +00:00
Fix typo
This commit is contained in:
parent
37c7f3c4cf
commit
2916cd2a86
@ -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…
x
Reference in New Issue
Block a user