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.
go to post John Murray · Jun 9, 2021 No, nothing changed. When the "Choose Server and Namespace" button appears in the Explorer view (the VS Code Explorer, not to be confused with the ObjectScript Explorer) it's because you don't have a workspace open. After clicking that and working through the input prompts you now have an untitled (i.e. unsaved) workspace consisting of a single isfs-type root folder.
go to post John Murray · Jun 4, 2021 When you created the new file in the Explorer tree and named it (for example) foo.mac you should see a new file tab open with a first line like this: I'm guessing you deleted or replaced that first line. Don't do that. Rather, start coding your routine at line 2. The first line is essential and should not normally be touched.
go to post John Murray · Apr 28, 2021 Please confirm your exact $ZVERSION string. From a Terminal session this will show it: write $ZVERSION
go to post John Murray · Apr 27, 2021 Please open two separate issues at https://github.com/intersystems-community/vscode-objectscript/issues to report these problems. Update: I think both issues lie in the Language Server, so need raising at https://github.com/intersystems/language-server/issues
go to post John Murray · Apr 27, 2021 @Anastasia Dyubaylo the REGISTER TODAY! link in the post doesn't yet point to the Eventbrite page. I tried using my mod powers to fix this but ran into https://github.com/intersystems-community/developer-community/issues/611
go to post John Murray · Apr 26, 2021 I feel honoured that Server Manager 2.0 achieved first place in both categories. Building good tools for developers has been a major part of my professional life for nearly thirty years, so I am pleased this one is proving popular. Thank you to everyone who voted for me, and to my employer George James Software for allowing me to work on this during office hours. Congratulations to Lorenzo, Henrique and José for their successes. There were some really great entries in the contest, so take a look at them if you haven’t already.
go to post John Murray · Apr 22, 2021 Maintenance release 2.0.2 is now on Marketplace, so your VS Code can easily update to it. Here's what it contains: Support Alt / Option modifier on Edit and View buttons to add workspace folder for server-side web application files. Add newly defined server to the 'Recent' list. Handle repeated use of the same Edit or View button better. Notify user if ObjectScript extension is missing. Add more information to README. Thanks for all the votes this entry has received so far.
go to post John Murray · Apr 19, 2021 @Irina.Podmazko wrote: Participants, improve & promote your solutions! But in the contest posting I see this (my highlighting): The way I read it, we participants should not be changing our entries during voting week. @Evgeny Shvarov what do you say?
go to post John Murray · Apr 19, 2021 See https://community.intersystems.com/post/portal-tip-system-mode