go to post John Murray · May 8, 2024 The Deltanji extension is fully compatible with the InterSystems ObjectScript extension. It is only the Serenji one whose debugging component clashes.
go to post John Murray · May 1, 2024 Are the 3 servers where debugging is working running exactly the same $ZVERSION as the 2 where you're getting this error?
go to post John Murray · Apr 29, 2024 Please explain how Deltanji (source control from George James Software) is involved. Perhaps you mean the Serenji extension, also from George James Software. Previous answers on this thread, including mine, have assumed you're using the InterSystems ObjectScript extension, not Serenji.
go to post John Murray · Apr 26, 2024 Yes you can, but your function isn't being found, perhaps because of whitespace in front of its labet.
go to post John Murray · Apr 26, 2024 A consequence of https://jigsawinteractive.com/jigsaw-interactive-acquires-influtive/ I guess.
go to post John Murray · Apr 26, 2024 Did you find this in the IRIS documentation? https://docs.intersystems.com/components/csp/docbook/DocBook.UI.Page.cls...
go to post John Murray · Apr 25, 2024 I want the code in my client with no storage, because it is useless when share with others or pack in a package. Why 'useless'?
go to post John Murray · Apr 25, 2024 My guess is that you put a space at the beginning of the line shown above as: ConvertToMTime(h,m,s) Pasting a screenshot here might help.
go to post John Murray · Apr 25, 2024 Are you using the client-side editing paradigm, where the files on your VS Code workstation are managed with, say, Git, and imported to an IRIS server for execution? Or are you using the server-side editing paradigm, which is equivalent to the IRIS Studio way of working? Also, please explain why you don't want the storage information in the class file.
go to post John Murray · Apr 24, 2024 when I want to do something that I know that a predefined function already does, how can I get inspiration from its code When the product isn't Open Source, you probably can't.
go to post John Murray · Apr 19, 2024 I just logged https://github.com/intersystems/language-server/issues/325 about the incorrect promotion of the `"%%OID`* entries.
go to post John Murray · Apr 19, 2024 A clever way of getting what you want! The controlling logic for this is in https://github.com/intersystems/language-server/blob/master/server/src/p... so I suggest you open an issue at https://github.com/intersystems/language-server/issues for @Brett Saviano to consider.
go to post John Murray · Apr 16, 2024 Have you already found the resources at https://docs.intersystems.com/ens201817/csp/docbook/DocBook.UI.Page.cls?...?
go to post John Murray · Apr 12, 2024 So the section titled For users with IRIS Versions Prior to 2023.2 working on their local machine should suit you.
go to post John Murray · Apr 11, 2024 The set of snippets was recently reduced. Please see https://github.com/intersystems-community/vscode-objectscript/issues/1234 for an explanation.
go to post John Murray · Apr 10, 2024 As @Joel Solon pointed out, there's already a setting to achieve this. It's called files.autoSaveWhenNoErrors
go to post John Murray · Apr 5, 2024 Maybe we can try to get https://github.com/microsoft/vscode/issues/141868 implemented.
go to post John Murray · Mar 16, 2024 At Step 3, if you already use Studio you can take advantage of an option on the ... menu to import your existing server definitions.
go to post John Murray · Feb 23, 2024 I agree that source control is a good way of tackling the "who changed it, when, and why?" questions. If you haven't already, please take a look at Deltanji from my company, George James Software. LUTs are treated the same way as Classes, Routines, Schemas and many more component types. Deltanji operates natively inside all InterSystems platforms, including HealthConnect, dealing with deployment as well as versioning.
go to post John Murray · Feb 21, 2024 So I'm confused that none of the GIFs posted in response to this seem to have a play/pause button. 😕