go to post John Murray · Mar 17, 2022 Studio connects to the superserver port (tcp 1972) using a proprietary protocol but the VS Code extension uses REST APIs over http(s), typically to the same web server as you use when accessing InterSystems Portal. So if your Portal URI contains :57772 then you should specify 57772 as the port in VS Code's connection spec.
go to post John Murray · Mar 16, 2022 Please download the latest beta VSIX from https://github.com/intersystems-community/vscode-objectscript/releases/d... and see if you still get the problem.
go to post John Murray · Mar 11, 2022 Are you connecting successfully to other servers and only having problems with this one? In the Security section of InterSystems Portal on this server, does the profile of the 'therock' user show any login failure coinciding with your failed attempt to connect from VS Code? Your reference to having pulled existing connections leads me to think you installed the InterSystems Server Manager extension. Are you able to expand the Namespaces subfolder of this server in the Server Manager tree?
go to post John Murray · Feb 3, 2022 Maybe run a local personal instance of IRIS that VS Code can use to compile the classes in. When your changes are ready, push your local file sources to the repo and have some other mechanism to pull them from there into the shared server.
go to post John Murray · Feb 2, 2022 From the Command Palette please run "Format Document With...". Do you see this? If not, what does the "Configure Default Formatter..." option show (assuming it is there for you)?
go to post John Murray · Jan 28, 2022 Maybe the article at https://community.intersystems.com/post/intersystems-iris-and-iris-healt... can help?
go to post John Murray · Jan 26, 2022 To use a " character within an ObjectScript string literal, double it: set teststr ="<book id=""bk105""><author type=""old"">Corets, Eva</author><title>The Sundered Grail</title><genre>Fantasy</genre></book>"
go to post John Murray · Dec 8, 2021 VS Code 1.63 has now been published, so as soon as you have updated to it you will be able to try out the Server Manager Version 3 pre-release.
go to post John Murray · Dec 2, 2021 I just posted another article about my Server Manager 3 entry: https://community.intersystems.com/post/server-manager-now-showcasing-vs...
go to post John Murray · Nov 27, 2021 Are you using 32-bit Windows? If so, see https://github.com/intersystems/language-server/issues/197
go to post John Murray · Nov 26, 2021 This can be done using the Serenji extension. Free evaluation keys for Serenji's debugging features are available on request. The steps are documented here. I demonstrated it on the main stage at Global Summit 2019 during a session hosted by @Jeff Fried but unfortunately the YouTube video of that session has since been set private (see item 10 at https://community.intersystems.com/post/intersystems-global-summit-2019-... for the link).
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.