We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 37c7f3c + 2916cd2 commit c567771Copy full SHA for c567771
editors/code/src/run.ts
@@ -8,7 +8,7 @@ import { makeDebugConfig } from "./debug";
8
import { Config, RunnableEnvCfg } from "./config";
9
10
const quickPickButtons = [
11
- { iconPath: new vscode.ThemeIcon("save"), tooltip: "Save as a launch.json configurtation." },
+ { iconPath: new vscode.ThemeIcon("save"), tooltip: "Save as a launch.json configuration." },
12
];
13
14
export async function selectRunnable(
0 commit comments