fix typo in launch.json (#80)

Extentions -> Extensions
add-more-languages
Ikko Eltociear Ashimine 2023-04-11 00:21:17 +09:00 committed by GitHub
parent 882fdbb61f
commit e18f83fd46
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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"],