Skip to content

Commit 9c2b30e

Browse files
authored
Add Error Log link to settings.json
1 parent bd0c2d4 commit 9c2b30e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.vscode/settings.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,10 @@
1414
"internalPort": 52773
1515
},
1616
"links": {
17-
"UnitTest Portal": "${serverUrl}/csp/sys/%25UnitTest.Portal.Home.cls?$NAMESPACE=IRISAPP"
17+
"UnitTest Portal": "${serverUrl}/csp/sys/%25UnitTest.Portal.Home.cls?$NAMESPACE=IRISAPP",
18+
"Error Log": "${serverUrl}/csp/sys/op/UtilSysAppErrorNamespaces.csp"
1819
}
1920
},
2021
"intersystems.testingManager.client.relativeTestRoot": "tests"
2122

22-
}
23+
}

0 commit comments

Comments
 (0)