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: CHANGELOG.md
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -2,11 +2,12 @@
2
2
3
3
## [2.12.6] 23-Jul-2024
4
4
- Enhancements
5
-
- Support command stepping in debugger (#1385)
5
+
- Support command stepping in debugger (requires InterSystems IRIS 2023.1.5, 2024.1.1+, or 2024.2+) (#1385)
6
6
- Add `Compile` command to server-side file explorer (#1389)
7
7
- Associate unit test debug sessions with the test runs (#1395)
8
8
- Add command for opening InterSystems documents (#1398)
9
-
- Set file readonly if class is deployed or if server-side source control reports it not editable (off by default) (#1399)
9
+
- Make server-side class readonly if it's deployed (#1399)
10
+
- Add new `objectscript.serverSourceControl.respectEditableStatus` setting to make server-side file readonly if source control reports it i not editable (#1399)
10
11
- Fixes
11
12
- Improve triggering of `AttemptedEdit` source control action (#1380)
12
13
- Use hyphen instead of underscore in HTTP request header names (#1384)
0 commit comments