Skip to content

Commit d46bd59

Browse files
committed
chore: submodule
1 parent 471e27b commit d46bd59

File tree

3 files changed

+46
-2
lines changed

3 files changed

+46
-2
lines changed

.vscode/launch.json

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
{
2+
// Use IntelliSense to learn about possible attributes.
3+
// Hover to view descriptions of existing attributes.
4+
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
5+
"version": "0.2.0",
6+
"configurations": [
7+
{
8+
"name": "Launch on iOS",
9+
"type": "nativescript",
10+
"request": "launch",
11+
"platform": "ios",
12+
"appRoot": "${workspaceRoot}",
13+
"sourceMaps": true,
14+
"watch": true
15+
},
16+
{
17+
"name": "Attach on iOS",
18+
"type": "nativescript",
19+
"request": "attach",
20+
"platform": "ios",
21+
"appRoot": "${workspaceRoot}",
22+
"sourceMaps": true,
23+
"watch": false
24+
},
25+
{
26+
"name": "Launch on Android",
27+
"type": "nativescript",
28+
"request": "launch",
29+
"platform": "android",
30+
"appRoot": "${workspaceRoot}",
31+
"sourceMaps": true,
32+
"watch": true
33+
},
34+
{
35+
"name": "Attach on Android",
36+
"type": "nativescript",
37+
"request": "attach",
38+
"platform": "android",
39+
"appRoot": "${workspaceRoot}",
40+
"sourceMaps": true,
41+
"watch": false
42+
}
43+
]
44+
}

demo-vue

tools

0 commit comments

Comments
 (0)