And one more topic from me: 

InterSystems Open Exchange -  marketplace of Solutions, Tools and Adapters for InterSystems Data Platforms!

The updated the agenda is here and in the topic:

Tuesday 10/02, at Tech Exchange Global Summit 2018!

2 pm Open source approaches to work with Documents @Eduard Lebedyuk, InterSystems

2-15 InterSystems IRIS on Kubernetes by @Dmitry Maslennikov

2-30 Visual Studio Code IDE for InterSystems Data Platforms by @John Murray, GeorgeJames Software

2-45 Static Analysis for ObjectScript with CacheQuality by @Daniel Tamajon, Lite Solutions

3-00 InterSystems Open Exchange by @Evgeny Shvarov, InterSystems

3-15 Q&A Session on Developer Community, Global Masters and Open Exchange

Few days before Global Summit 2018!

And I can announce yet another presenter: @Eduard Lebedyuk, InterSystems.

Title: Open source approaches to work with Documents.

And we have the day and time!

Find Developer Community Flash Talks "Share Your InterSystems IRIS Solution!"  on Tuesday the 2nd of October on Flash Talks Stage from 2pm to 3-30 pm.

PS I would send an image but I don't know how as the image loader asks for a URL, images are on my desktop and will not load.

Yes, this is "not obvious", but there is a image upload button. 

Here it is.

After loading it worth to apply image settings button to provide a reasonable width (300-700px).

So next question is how do I compile my test.mac in VS Code terminal?

There is a hotkey Ctrl+F7 as in Studio. But I prefer auto-compile on Save. it's not a default option so turn it on in preferences:

 

Few questions, Ciaran, just to be sure:

1. Is it Visual Studio or Visual Studio Code you are testing? "Это две большие разницы, как говорят в Одессе" - this is different, as we say in Odessa ;)  We need the second product.

2. Could you send the screenshot of your mac routine? it should be highlighted as ObjectScript.

3. What is the version of the plugin? Mine is 0.3.6: 

Ciaran!

You need to setup a connection to every workspace in VSCode.

Place your mac file into any folder. Preferably into 

/mycoding/testproject/src/myOSFile.mac

Then open this /testproject/src folder in VSCode.

Then go to VSCode Preferences and find CachéObjectScript settings section. It is what is used by default. If your current project differs from the default (e.g. another server connection or namespace) place it into UserSettings section on the right. Like it is shown in this gif:

You can check the connection in Output window of the terminal with name cos. 

Or you can just try to save any file - it tries to compile on save and will popup you the results.

HTH