InterSystems Official Evan Gabhart · Oct 22, 2024 Production Decomposition - CCR Now Allows Source Controlling Individual Production Items Production Decomposition #CCR #Interoperability #Source Control #InterSystems Official 4 1 0 136
Question Evan Gabhart · Feb 21, 2024 Can I Import .rtn Files from VS Code? I am very pleased with the added XML import/export feature in VS Code, this is something I found valuable in Studio. Similarly, I would find it very useful to allow import/export of .rtn files from VS Code. Is this currently possible (other than using SMP)? If not, are there plans for adding this? I frequently work with exported routines in .rtn format that I import into multiple instances. #VSCode 0 2 0 158
Question Evan Gabhart · Oct 5, 2023 How can I use macros within a break? I am currently debugging a piece of code relying heavily on macros. I am using breaks in the method to then check the values of macros and object properties as I go. However, any time I invoke a macro within a break I get an error. To get around this I am converting the macro calls into the underlying code. Some of these macros have messy translations and this is somewhat time consuming. Is there an easier way to access macros from within a break? #Debugging #ObjectScript #InterSystems IRIS 0 5 0 240
InterSystems Official Evan Gabhart · Aug 23, 2023 New Timeout Introduced for Client-bound ItemSets within CCR CCR Client ItemSets now have a "stale" cut-off time. When a client-bound ItemSet is created in CCR, a user has 24 hours to deploy it to any environments. After 24 hours, this ItemSet is no longer deployable or downloadable. The deploy links will be disabled and instead the user will notice a "Refresh ItemSet" option which will create a new ItemSet. Users can then use this fresh ItemSet to deploy their changes, see below: Stale ItemSet: Fresh ItemSet: #CCR #InterSystems Official 1 1 0 147
Question Evan Gabhart · Feb 6, 2023 Jumping to line using tag + offset in VS Code How would one jump to a particular line by typing a tag and adding an offset in VS Code (zMethodName + n)? I know this can be done in Studio and would be particularly helpful for debugging error messages. #VSCode 4 6 0 1K