Skip to content

Instantly share code, notes, and snippets.

@isc-rsingh
Last active May 23, 2025 01:21
Show Gist options
  • Save isc-rsingh/3f641ff3ad64e266cd0f725cde9b09f7 to your computer and use it in GitHub Desktop.
Save isc-rsingh/3f641ff3ad64e266cd0f725cde9b09f7 to your computer and use it in GitHub Desktop.
This VS Code workspace settings file contains a server definition and an ISFS folder that only shows MultiValue files. Rename to settings.json to use. More information at: https://docs.intersystems.com/components/csp/docbook/DocBook.UI.Page.cls?KEY=GVSCO_serverflow.
{
"folders": [
{
"name": "iris:USER",
"uri": "isfs://iris:user/?filter=*.mvb,*.mvi"
}
],
"settings": {
"intersystems.servers": {
"iris": {
"webServer": {
"scheme": "http",
"host": "localhost",
"port": 52773,
"pathPrefix": "/iris"
},
"username": "yyyy",
"password": "zzzz"
}
}
},
"launch": {}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment