You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is already possible as long as your workspace also has a client-side folder. I intentionally gave the folder an uppercased name in the example below so that when it appears in the isfs reference it doesn't look like a server name (as those can't contain uppercase).
I’m using the same trick and it works!
In this way you can see both the local folder and remote server in the same workspace, first listed is the local folder.
Da: John Murray ***@***.***>
Data: venerdì, 30 giugno 2023, 12:14
A: intersystems-community/vscode-objectscript ***@***.***>
Cc: Subscribed ***@***.***>
Oggetto: Re: [intersystems-community/vscode-objectscript] Enable isfs workspace folders to access container instances of IRIS that use dynamic host port assignment (Issue #1168)
This is already possible as long as your workspace also has a client-side folder. I intentionally gave the folder an uppercased name in the example below so that when it appears in the isfs reference it doesn't look like a server name (as those can't contain uppercase).
.code-workspace file:
{
"folders": [
{
"name": "Project",
"path": "."
},
{
"name": "IRIS Server",
"uri": "isfs://Project/"
}
],
"settings": {
}
}
.vscode/settings.json file:
{
"objectscript.conn" :{
"active": true,
"docker-compose": {
"service": "iris",
"internalPort": 52773
},
"ns": "USER",
"username": "SuperUser",
"password": "SYS"
},
}
—
Reply to this email directly, view it on GitHub<#1168 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/BAWUWCZBGEHLPY7OJI3MZETXN2RJNANCNFSM6AAAAAAZJWHTOY>.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
Related to intersystems-community/intersystems-servermanager#187
The text was updated successfully, but these errors were encountered: