microsoft / vscode-react-native

VSCode extension for React Native - supports debugging and editor integration
https://marketplace.visualstudio.com/items?itemName=vsmobile.vscode-react-native
Other
2.62k stars 265 forks source link

[Feature] Provide project parameter in RN Packager Start/Stop Commands #2143

Open serhergz opened 4 months ago

serhergz commented 4 months ago

🚀 Feature request

What do you want to be added? Currently on multi-project workspaces, the React Native Packager commands for starting and stoping the packager open a quick for the user to select the project to act on.

Expected Behaviour: The command should receive a parameter (could be optional) that indicates the path of the project where the project should be started or stopped.

What scenarios will this solve?

Having this parameter improves the user experience by reducing the repetitive interactions for the user, and helps reducing user error, e.g. user selecting the wrong project.

What will this allow you to do? Will this benefit other developers? This will allow me to provide a launch option with 1-click and no user interaction. This will benefit other developers providing launch functionalities.

EzioLi01 commented 4 months ago

Will do this once bug #2142 is fixed. Thank you.

EzioLi01 commented 4 months ago

Linked in enhancement #2144.