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
Copy file name to clipboardExpand all lines: README.md
+2-4Lines changed: 2 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -104,7 +104,7 @@ Here are some steps to follow:
104
104
105
105
See the [configuration guide](https://www.jaegertracing.io/docs/latest/frontend-ui/) for details on configuring Google Analytics tracking, menu customizations, and other aspects of UI behavior.
106
106
107
-
## Debug unit tests from Vscode (launch.json file given below)
107
+
## Debug unit tests from Vscode (launch.json file given below)
108
108
109
109
```javascript
110
110
{
@@ -127,16 +127,14 @@ See the [configuration guide](https://www.jaegertracing.io/docs/latest/frontend-
127
127
"console":"integratedTerminal",
128
128
"cwd":"${workspaceFolder}/packages/jaeger-ui",
129
129
},
130
-
130
+
131
131
]
132
132
}
133
133
134
134
```
135
135
136
-
137
136
See the [configuration guide](https://www.jaegertracing.io/docs/latest/frontend-ui/) for details on configuring Google Analytics tracking, menu customizations, and other aspects of UI behavior.
0 commit comments