Skip to content

Commit

Permalink
Merge pull request #283 from imyelo/feat/remote
Browse files Browse the repository at this point in the history
feat: support remote development mode with workspace execution location
  • Loading branch information
alisonatwork authored Feb 28, 2021
2 parents 2e2cf1a + 286eba5 commit 8a8c884
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@
},
"main": "./dist/extension",
"extensionKind": [
"ui"
"ui",
"workspace"
],
"contributes": {
"configuration": {
Expand Down

0 comments on commit 8a8c884

Please sign in to comment.