Last active
May 23, 2025 01:21
-
-
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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