Skip to content

Commit

Permalink
fix: activate extension after startup is finished (#257)
Browse files Browse the repository at this point in the history
This is because `workspaceContains:node_modules/expo` doesnt work for non-top-level references.

See: microsoft/vscode#2739
  • Loading branch information
byCedric committed Mar 10, 2024
1 parent f5a2986 commit fd07af8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@
"ms-vscode.js-debug"
],
"activationEvents": [
"onStartupFinished",
"workspaceContains:node_modules/expo",
"onDebug",
"onDebugResolve:expo",
Expand Down

0 comments on commit fd07af8

Please sign in to comment.