Skip to content

Commit

Permalink
fix: add missing ms-vscode.js-debug dependency and activate in expo…
Browse files Browse the repository at this point in the history
… monorepos (#196)

* fix: enable `vscode-expo` in monorepos where `expo` is installed as dependency

* fix: add missing extension dependency on `ms-vscode.js-debug`

See https://github.com/microsoft/vscode-js-debug/blob/7fe038e4bb338f0dd2b9362a1265b1efa9b20cfc/package.json\#L2-L5
  • Loading branch information
byCedric committed Jun 30, 2023
1 parent 4e47403 commit 27b5550
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,12 @@
"extensionKind": [
"workspace"
],
"extensionDependencies": [
"ms-vscode.js-debug"
],
"activationEvents": [
"workspaceContains:node_modules/expo",
"workspaceContains:**/node_modules/expo",
"onDebug",
"onDebugResolve:expo",
"onDebugInitialConfigurations",
Expand Down

0 comments on commit 27b5550

Please sign in to comment.