go to post John Murray · Nov 26, 2021 I don't think there is any such setting, and I have been using InterSystems products for a long time.
go to post John Murray · Nov 22, 2021 Is anything going on with browser session cookies that might cause this? Do you get the same problem if you access the private webserver via FQDN from, say, Chrome and via unqualified hostname using, say, Firefox? Or use incognito mode?
go to post John Murray · Nov 15, 2021 The Eventbrite record looks a bit strange. Why not on sale until 3 weeks after today's kickoff?
go to post John Murray · Nov 12, 2021 Updating the point made in my 2017 reply, Serenji is now a Visual Studio Code extension and its debugging features include the ability to debug REST classes on the server. More information at https://openexchange.intersystems.com/package/Serenji or https://georgejames.com
go to post John Murray · Nov 11, 2021 It can't be integrated with Management Portal (which is a webapp), but the Server Manager extension gives you ways to launch Management Portal from within VS Code, either as an embedded web page or in your usual browser.
go to post John Murray · Nov 10, 2021 I'm interested to know why VS Code is not an option. You actually wrote "VS", so maybe you are confusing the free Microsoft tool with the other tool with a similar name.
go to post John Murray · Nov 5, 2021 Are any of the other methods useful to you? https://cedocs.intersystems.com/ens20172/csp/documatic/%25CSP.Documatic....
go to post John Murray · Nov 3, 2021 The VS Code core developers recommend https://gifcap.dev/ which is a browser-based tool for doing this.
go to post John Murray · Oct 26, 2021 My article at https://community.intersystems.com/post/who-does-windows-think-i-am may be relevant here.
go to post John Murray · Sep 29, 2021 Stefan, it sounds like you could benefit from using the server-side editing capabilities of this extension, in combination with server-side source control such as Deltanji from George James Software (for whom I work). Properly implemented, server-side source control will also control people who edit using Portal and Studio, or who use our Serenji extension for VS Code instead of the InterSystems one.
go to post John Murray · Aug 19, 2021 That's the MultiValue command. This is the doc for the ObjectScript one: https://docs.intersystems.com/irislatest/csp/docbook/Doc.View.cls?KEY=RC...
go to post John Murray · Jul 23, 2021 That setting affects how the ObjectScript Explorer behaves. That's the tree you get if there's an InterSystems logo on your Activity Bar and you click on it. It's the tree whose primary purpose is to let you export server code into files on your workstation that you then edit locally, probably add to a Git repo, and import to your server to run and debug it. When you select a class or routine in that tree, and it only exists on the server (i.e. it isn't one that you have already exported locally), then the above setting dictates whether the code is opened read-only or editable.
go to post John Murray · Jul 8, 2021 As @Dmitry Maslennikov said, you opened it in the Developer Community repo, here: https://github.com/intersystems-community/developer-community/issues/654 But you need to open it in the extension's repo, here: https://github.com/intersystems-community/vscode-objectscript
go to post John Murray · Jul 6, 2021 IMO storing a password in plaintext like this should only be used as a last resort, or when the password is the default one for a built-in username. In all other cases I recommend using Server Manager's ability to store the password in your workstation's keychain.
go to post John Murray · Jun 29, 2021 Not yet fully documented is the facility to extend the 'Server Actions' quickpick which appears when you click the ObjectScript connection panel on the status bar. Some pointers exist at https://github.com/intersystems-community/vscode-objectscript/issues/667...
go to post John Murray · Jun 22, 2021 If you set up a server-side-editing workspace accessing a namespace for which your class is the source control class, you should see these buttons at the top of an open class or routine: Also these entries on the document's context menu: Each will open a quickpick top-centre of your window. The "Server Source Control..." one will show menuitems from the %SourceMenu and %SourceContext menus in your XData block. The "Server Command Menu..." will show menuitems from all other menus in that block.