Browse Source

Fixes casing

main
Eric Amodio 2 years ago
parent
commit
b5c592d596
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .vscode/launch.json

+ 1
- 1
.vscode/launch.json View File

@ -26,7 +26,7 @@
"trace": true
},
{
"name": "Run (Sandboxed)",
"name": "Run (sandboxed)",
"type": "pwa-extensionHost",
"request": "launch",
"runtimeExecutable": "${execPath}",

Loading…
Cancel
Save