Description
I've been following the exact steps from Facebook for creating a new React Native project, and following the VS Code extension guide. I'm stuck where it says:
In case if you haven't created the .vscode/launch.json file yet, you can add a whole default debug configuration set. To do that click the debug icon Choose React Native debugger in the View bar, and then click the configuration (gear) icon Configure-gear, then choose the React Native debug environment.
I don't have a .vscode/launch.json file, I go to debug page, click the configuration icon but there's only Chrome and node.js, and a "More..." link which takes me to extensions page with the search query "tag:debuggers @sort:installs", where I can also see React Native Tools 0.9.0 installed and enabled.
(Yes, I've seen #281 but I don't have Flow installed anyway)
Actual Behavior
- Follow instructions at https://github.com/Microsoft/vscode-react-native to create React Native debug environment
- React Native is not in list:
Expected Behavior
- Follow instructions at https://github.com/Microsoft/vscode-react-native to create React Native debug environment
- React Native should be in the list for creating a debug environment.
Software versions
- React-Native VS Code extension version: 0.9.0
- VSCode version: 1.32.3
- OS platform and version: macOS 10.14.2
- NodeJS version: 11.12
- React Native version: 0.59.1