-
Type: Bug
Opening my workspace connected to local irishealth system I can open server side files no problem, but find in files action fails and displays this error in the Objectscript output window…
-
Type: Bug
When writing Method/ClassMethod in Embedded Python (set language=Python), the following VSCode features don't work:
1. Syntax Highlighting
2. Debugging
Extension version: 2.10.6-beta…
-
https://github.com/intersystems-community/iris-fhir-template?tab=readme-ov-file#how-to-start-development
> Open /src/cls/PackageSample/ObjectScript.cls class and try to make changes - it will be co…
-
Hi,
We have spotted what looks like a fault with blank line endings when saving routines in VS Code. If the routine ends with a blank line, the blank line is removed by the time it is sent to the P…
-
We use a custom source control solution enabled by ISC Source Control hooks to store our ObjectScript source code in an external repository. For the purposes of this, we use project files that export …
-
Maybe I'm asking for too much but here goes
1. If I have
```
ClassMethod CreateTasks(pVerbose As %Boolean = 0) As %Status
{
#dim tSC As %Status=$$$OK
#dim eException As %Exception…
-
When connecting to a production environment it would be useful to have a visual indicator to prevent unintended changes. The environment information necessary is stored in ^%SYS("SystemMode"). For ref…
-
I see this popup window with EVERY VSCode change in ObjectScript file which is under git-source-control
-
Last Friday, November 17, 2023, we experienced a new issue in our project on 3 different laptops,
In short, when I switch to my target namespace and the load my package in developer mode, it does n…
-
Dear team,
I was just made aware that we're getting the following messages from the ObjectScript extension since the automatic update to 1.12.0 today:
`ERROR #5540: SQLCODE: -99 Message: User is …