Skip to content

Commit

Permalink
extension: Only run in the UI, not on a remote (#58)
Browse files Browse the repository at this point in the history
https://code.visualstudio.com/api/advanced-topics/remote-extensions#architecture-and-extension-kinds

Signed-off-by: Tyler Smalley <tyler@tailscale.com>
(cherry picked from commit 4f5e54d)
  • Loading branch information
tylersmalley committed Jun 29, 2023
1 parent 0271aa1 commit 5d44cd3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@
"activationEvents": [
"*"
],
"extensionKind": [
"ui"
],
"main": "./dist/extension.js",
"contributes": {
"walkthroughs": [
Expand Down

0 comments on commit 5d44cd3

Please sign in to comment.