Skip to content

Commit

Permalink
Prevent lwc and lightning extensions getting activated in non-salesfo…
Browse files Browse the repository at this point in the history
…rce project (#2070)

@W-7321960@
  • Loading branch information
lcampos authored Mar 12, 2020
1 parent bb8ac71 commit 9dd7391
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions packages/salesforcedx-vscode-lightning/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,6 @@
"test:vscode-insiders-integration": "cross-env CODE_VERSION=insiders npm run test:vscode-integration"
},
"activationEvents": [
"onLanguage:html",
"onLanguage:javascript",
"workspaceContains:sfdx-project.json",
"workspaceContains:**/workspace-user.xml",
"onView:salesforce-lightning-explorer"
Expand Down
2 changes: 0 additions & 2 deletions packages/salesforcedx-vscode-lwc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,6 @@
"test:vscode-insiders-integration": "cross-env CODE_VERSION=insiders npm run test:vscode-integration"
},
"activationEvents": [
"onLanguage:html",
"onLanguage:javascript",
"workspaceContains:sfdx-project.json",
"workspaceContains:**/workspace-user.xml",
"onView:salesforce-lightning-explorer",
Expand Down

0 comments on commit 9dd7391

Please sign in to comment.