go to post John Murray · Feb 7, 2023 In VS Code the "editor.insertSpaces" boolean setting governs whether or not pressing Tab will insert a tab character or a number of space characters (specified in the "editor.tabSize" setting). "editor.insertSpaces" is one of the settings which can be specified per-language. The command "Preferences: Configure Language Specific Settings..." gives you a language picker, then seeds the Settings Editor filter so you can easily set a language-specific value. Below is a screenshot showing how I can make the Tab key enter the tab character when in a document set to the objectscript-class language. You make a good point about how Python-coded methods must be space-indented. VS Code can't help you with this, as it sees the entire .cls document as being objectscript-class language. So I suggest you leave "editor.insertSpaces" at its default (checked / true). The ObjectScript-coded methods won't mind being space-indented.
go to post John Murray · Feb 3, 2023 If you use VS Code you might like to see how one of the extensions in https://openexchange.intersystems.com/package/DX-Jetpack-for-VS-Code shows you all the properties (and other class members, such as methods).
go to post John Murray · Jan 28, 2023 Please see https://community.intersystems.com/post/unc-path-not-recognized#comment-... and the post it refers to.
go to post John Murray · Jan 26, 2023 Presumably those problems are only affecting the Community container build, seeing as Online Distribution is offering an ARM64 of the non-Community variant:
go to post John Murray · Jan 25, 2023 NOTE: ARM Community containers are not available for this Developer Preview #6. Why is this? The same happened for Preview #5.
go to post John Murray · Jan 24, 2023 Today ICR no longer offers build 589 of Community. It has been replaced by 599. I know this is preview, but I do wish InterSystems wouldn't delete the old build immediately they upload a later build. Those of us using dev containers or CI/CD workflows will suddenly find things broken until we update our scripts. And if we're only watching this DC post to learn about the new version we won't even have been notified yet. Plus, still no arm64 build...
go to post John Murray · Jan 23, 2023 Still no ARM64 version of the Community Edition of this build? (Asking for a friend; my employer hasn't bought me an M1 / M2 machine yet )
go to post John Murray · Jan 23, 2023 One of my colleagues just tried using the registration link but got this response from the Global Masters page it leads to:
go to post John Murray · Jan 16, 2023 You could use the technique I described in https://community.intersystems.com/post/class-projections-and-projection...
go to post John Murray · Jan 13, 2023 For VS Code's native Search facility to search the server-side code your ISFS workspace gives you access to you must follow the instructions in the "Enable Proposed APIs" section of the extension's README (which is also available here). One of the steps will have to be repeated each time your InterSystems ObjectScript extension gets upgraded from MarketPlace with a new version.
go to post John Murray · Jan 12, 2023 my guess that if we specify port 57772 as the default port in the web server which I'm assuming that would be Apache , we don't have to specify the port in our url No, if the web server (Apache or any other server) is listening on any port other than 80 (for http protocol) or 443 (for https protocol) your URL needs to tell the client app (e.g. your web browser) to connect to a port that is not the standard one for the specified protocol.
go to post John Murray · Jan 12, 2023 Image (here and on Global Masters) incorrectly shows the time as 4:00 pm CET.
go to post John Murray · Jan 11, 2023 Also, server-side editing mode can deal with CSPs. See https://intersystems-community.github.io/vscode-objectscript/serverside/..., or if you use Server Manager's "pencil" button alongside a namespace in order to create your isfs workspace, hold the Alt key down when clicking it and you'll get a workspace folder which shows you the CSP app files.
go to post John Murray · Jan 11, 2023 Mark, if you are using the server-side editing paradigm, which matches what you're used to with Studio, make sure you follow the instructions in the "Enable Proposed APIs" section of the extension's README (also available here). Until you have done this the Ctrl/Cmd+P technique mentioned by Dmitry won't find anything when you are working server-side.
go to post John Murray · Jan 10, 2023 Yesterday I noticed 2022.3.0.584.0 on Developer Download and today build 589 appeared there and also on containers.intersystems.com Is this Preview #5?
go to post John Murray · Jan 6, 2023 Does WinSQL use ODBC? If so, does the ODBC driver need to be upgraded?