vscode-objectscript
vscode-objectscript copied to clipboard
InterSystems ObjectScript extension for Visual Studio Code
When using the server-side editing paradigm namespace folders can hold folder-specific settings (see doc at https://docs.intersystems.com/components/csp/docbook/DocBook.UI.Page.cls?KEY=GVSCO_ssworkflow#GVSCO_ssworkflow_config_folderspec). When building a webapp using the technology formerly known as CSP it is common...
There are a bunch of places in our code where we check the scheme of a URI and use `"file"` to mean client-side editing. We should consider supporting any scheme...
To aid in migration from Studio, it would be great to be able to have an isfs folder containing a single view with *everything* in a namespace, ideally broken down...
The optional `objectscript.conn.docker-compose` object allows a VS Code workspace to connect to a local IRIS container instance for which the port serving the /api/atelier API outside the container is assigned...
Related to https://github.com/intersystems-community/intersystems-servermanager/issues/187
It's not clear what is the SQL name of a persistent ObjectScript class. It can be obtained but developers spend several minutes every time to figure out the SQL name...
There is a bug when you click Go to definition on the label which is defined like this ``` label DO gOverviewRefresh, gDetail QUIT label2 DO gOverviewRefresh, gDetail QUIT gDetail...
Since upgrading an environment to 2023.1.1 the find in files functionality no longer works Iris Implementation: IRIS for UNIX (Red Hat Enterprise Linux 8 for x86-64) 2023.1.1 (Build 380_0_22870U) [Health:3.5.0]...
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 reference in...
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.16.2 to 1.16.5. Release notes Sourced from nokogiri's releases. v1.16.5 / 2024-05-13 Security [CRuby] Vendored libxml2 is updated to address CVE-2024-34459. See GHSA-r95h-9x8f-r3f7 for more information. Dependencies...