Skip to content

Commit

Permalink
Update extension target engine and clean up extension activation even…
Browse files Browse the repository at this point in the history
…ts (#2282)
  • Loading branch information
EzioLi01 authored Feb 10, 2025
1 parent 67405e7 commit 9b87bc8
Showing 1 changed file with 2 additions and 15 deletions.
17 changes: 2 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"url": "https://github.com/microsoft/vscode-react-native"
},
"engines": {
"vscode": "^1.46.0"
"vscode": "^1.75.0"
},
"categories": [
"Debuggers",
Expand All @@ -33,20 +33,7 @@
"onDebugResolve:reactnative",
"onDebugResolve:reactnativedirect",
"onDebugDynamicConfigurations:reactnative",
"onDebugInitialConfigurations",
"onCommand:reactNative.runAndroidSimulator",
"onCommand:reactNative.runAndroidDevice",
"onCommand:reactNative.runIosSimulator",
"onCommand:reactNative.runIosDevice",
"onCommand:reactNative.runExponent",
"onCommand:reactNative.startPackager",
"onCommand:reactNative.stopPackager",
"onCommand:reactNative.restartPackager",
"onCommand:reactNative.publishToExpHost",
"onCommand:reactNative.showDevMenu",
"onCommand:reactNative.reloadApp",
"onCommand:reactNative.runInspector",
"onCommand:reactNative.testDevEnvironment"
"onDebugInitialConfigurations"
],
"main": "./src/extension/rn-extension",
"contributes": {
Expand Down

0 comments on commit 9b87bc8

Please sign in to comment.