Skip to content

Commit eb5ee29

Browse files
committed
cleanup and color scheme
1 parent 2446f99 commit eb5ee29

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.vscode/settings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"links": {
1717
"UnitTest Portal": "${serverUrl}/csp/sys/%25UnitTest.Portal.Home.cls?$NAMESPACE=IRISAPP"
1818
}
19-
}
19+
},
20+
"workbench.colorTheme": "InterSystems Default Dark"
2021

2122
}

src/dc/sample/ObjectScript.cls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Class dc.sample.ObjectScript
33

44
ClassMethod Test() As %Status
55
{
6-
set a=43
6+
set a=42
77
write "Hello World!",!
88
write "This is InterSystems IRIS with version ",$zv,!
99
write "Current time is: "_$zdt($h,2)

0 commit comments

Comments
 (0)