about summary refs log tree commit diff
path: root/editors/code
diff options
context:
space:
mode:
authorHofer-Julian <30049909+Hofer-Julian@users.noreply.github.com>2022-05-26 19:12:49 +0200
committerGitHub <noreply@github.com>2022-05-26 19:12:49 +0200
commit2916cd2a867cbdd8632d1bf644458ee92c631e95 (patch)
tree0b2c90b260ccbd0a962bc99d26082cd68d6fcf57 /editors/code
parent37c7f3c4cf1118c0f4f13e2417921c63f4a07c3c (diff)
downloadrust-2916cd2a867cbdd8632d1bf644458ee92c631e95.tar.gz
rust-2916cd2a867cbdd8632d1bf644458ee92c631e95.zip
Fix typo
Diffstat (limited to 'editors/code')
-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 b3dff3db5d3..22e5eda6827 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(