Skip to content

Commit

Permalink
Add "--enabled-proposed-api" in launch.json
Browse files Browse the repository at this point in the history
This allows the extension to work on VSCodium.
  • Loading branch information
Charlie Lin authored Jul 20, 2021
1 parent 99eb6e2 commit f91aab6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"request": "launch",
"runtimeExecutable": "${execPath}",
"args": [
"--extensionDevelopmentPath=${workspaceFolder}"
"--extensionDevelopmentPath=${workspaceFolder}",
"--enable-proposed-api"
],
"outFiles": [
"${workspaceFolder}/out/**/*.js"
Expand Down

0 comments on commit f91aab6

Please sign in to comment.