You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -102,7 +103,8 @@ Create a boilerplate debugger config by clicking the gear icon and selecting “
102
103
103
104

104
105
105
-
A JSON file will be created and displayed. Replace its contents with the following:
106
+
A JSON file will be created and displayed (on the filesystem this file is located at *app/.vscode/launch.json*). Replace its contents with the following
107
+
106
108
```
107
109
{
108
110
"version": "0.2.0",
@@ -116,7 +118,7 @@ A JSON file will be created and displayed. Replace its contents with the followi
116
118
"restart": true,
117
119
"sourceMaps": false,
118
120
"outFiles": [],
119
-
"localRoot": "${workspaceRoot}/app",
121
+
"localRoot": "${workspaceRoot}/",
120
122
"remoteRoot": "/code"
121
123
}
122
124
]
@@ -162,4 +164,4 @@ Remove the breakpoint and detach the debugger by clicking the stop button. Go ba
162
164
163
165

0 commit comments