Skip to content

Commit

Permalink
VSCode web launch does not work
Browse files Browse the repository at this point in the history
  • Loading branch information
Zokhoi committed Apr 1, 2023
1 parent f0d3619 commit b93dccd
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,17 @@
"args": [
"--extensionDevelopmentPath=${workspaceFolder}"
]
}
},
// {
// "name": "Run Web Extension in VS Code",
// "type": "extensionHost",
// "debugWebWorkerHost": true,
// "request": "launch",
// "args": [
// "--extensionDevelopmentPath=${workspaceFolder}",
// "--extensionDevelopmentKind=web",
// // "--disable-extensions"
// ]
// }
]
}

0 comments on commit b93dccd

Please sign in to comment.