microsoft/vscode-react-native

Public

mirrored from https://github.com/microsoft/vscode-react-nativeAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
7b48f26eb8caae7ed9cc1a09249195dfed76fa76

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

test/resources/sampleExpoProject/launch.json

14lines · modecode

1{
2 "version": "0.2.0",
3 "configurations": [
4 {
5 "name": "Debug Exponent Android Hermes",
6 "request": "launch",
7 "type": "reactnativedirect",
8 "cwd": "${workspaceFolder}",
9 "platform": "exponent",
10 "expoPlatformType": "Android",
11 "expoHostType": "tunnel"
12 }
13 ]
14}