From e18f83fd46ac3cf211830737158c3fee7bd82d74 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Tue, 11 Apr 2023 00:21:17 +0900 Subject: [PATCH] fix typo in launch.json (#80) Extentions -> Extensions --- clients/vscode/.vscode/launch.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clients/vscode/.vscode/launch.json b/clients/vscode/.vscode/launch.json index 205397c..888a4c7 100644 --- a/clients/vscode/.vscode/launch.json +++ b/clients/vscode/.vscode/launch.json @@ -6,7 +6,7 @@ "version": "0.2.0", "configurations": [ { - "name": "Run Extension without Local Extentions", + "name": "Run Extension without Local Extensions", "type": "extensionHost", "request": "launch", "args": ["--extensionDevelopmentPath=${workspaceFolder}", "--disable-extensions"],