mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
refactoring circular imports
This commit is contained in:
10
tests/.vscode/launch.json
vendored
10
tests/.vscode/launch.json
vendored
@@ -9,7 +9,10 @@
|
||||
"appRoot": "${workspaceRoot}",
|
||||
"sourceMaps": true,
|
||||
"watch": true,
|
||||
"stopOnEntry": true
|
||||
"stopOnEntry": true,
|
||||
"tnsArgs": [
|
||||
"--sync-all-files"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Attach on iOS",
|
||||
@@ -28,7 +31,10 @@
|
||||
"appRoot": "${workspaceRoot}",
|
||||
"sourceMaps": true,
|
||||
"watch": true,
|
||||
"stopOnEntry": true
|
||||
"stopOnEntry": false,
|
||||
"tnsArgs": [
|
||||
"--sync-all-files"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Attach on Android",
|
||||
|
||||
Reference in New Issue
Block a user