Unnamed repository; edit this file 'description' to name the repository.
-rw-r--r--editors/code/src/run.ts2
1 files changed, 1 insertions, 1 deletions
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(