From 2916cd2a867cbdd8632d1bf644458ee92c631e95 Mon Sep 17 00:00:00 2001 From: Hofer-Julian <30049909+Hofer-Julian@users.noreply.github.com> Date: Thu, 26 May 2022 19:12:49 +0200 Subject: [PATCH] Fix typo --- editors/code/src/run.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editors/code/src/run.ts b/editors/code/src/run.ts index b3dff3db5d..22e5eda682 100644 --- a/editors/code/src/run.ts +++ b/editors/code/src/run.ts @@ -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(