Skip to content

Commit 79fde8f

Browse files
chore: add radon-ide launch config
1 parent bcc02b9 commit 79fde8f

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
.expo/
77

88
# VSCode
9-
.vscode/
109
jsconfig.json
1110

1211
# Xcode

.vscode/launch.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"configurations": [
3+
{
4+
"type": "radon-ide",
5+
"request": "launch",
6+
"name": "Radon IDE panel",
7+
"appRoot": "example",
8+
}
9+
]
10+
}

0 commit comments

Comments
 (0)