Skip to content

Commit 435d56d

Browse files
committed
vscode settings in git and changed cos.json to isc.json
1 parent 8011cdf commit 435d56d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
.DS*
2+
.vscode
23

34
dev.md
45

sc.code.cls

+2-3
Original file line numberDiff line numberDiff line change
@@ -229,11 +229,10 @@ ClassMethod gln() [ CodeMode = expression, Private ]
229229
"^"_$classname()
230230
}
231231

232-
ClassMethod init()
232+
ClassMethod init(confile ="isc.json")
233233
{
234-
#define confile "/cos.json"
235234
set stream=##class(%Stream.FileCharacter).%New()
236-
set sc=stream.LinkToFile(..workdir()_$$$confile)
235+
set sc=stream.LinkToFile(..workdir()_"/"_confile)
237236
s conf={}.%FromJSON(stream.Read($$$MaxCacheInt))
238237

239238
s gln=..gln()

0 commit comments

Comments
 (0)