Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion _extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
"onLanguage:javascript",
"onLanguage:javascriptreact",
"onLanguage:typescript",
"onLanguage:typescriptreact"
"onLanguage:typescriptreact",
"onCommand:typescript.native-preview.enable"
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since you contribute the command, your extension should already be activated automatically. However there is an enablement field for that command. Could that be false for the user?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, since the enablement depends on something we explicitly set on activate ☹️

],
"contributes": {
"configuration": [
Expand Down
Loading