Skip to content

Commit c567771

Browse files
committed
Auto merge of rust-lang#12397 - Hofer-Julian:patch-1, r=lnicola
Fix typo
2 parents 37c7f3c + 2916cd2 commit c567771

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

editors/code/src/run.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { makeDebugConfig } from "./debug";
88
import { Config, RunnableEnvCfg } from "./config";
99

1010
const quickPickButtons = [
11-
{ iconPath: new vscode.ThemeIcon("save"), tooltip: "Save as a launch.json configurtation." },
11+
{ iconPath: new vscode.ThemeIcon("save"), tooltip: "Save as a launch.json configuration." },
1212
];
1313

1414
export async function selectRunnable(

0 commit comments

Comments
 (0)