Thanks so much for this.? While I'm a bit of a curmudgeon? I
made the change you outlined below and I'll give it a try. ?
Thanks again
Jay
On 1/21/2024 6:02 PM, thesaabdr via
groups.io wrote:
toggle quoted message
Show quoted text
In playing with it some more, you can modify the extension to
compile in 4 series.
Locate extension.js and edit with a text editor:
C:\Users\[your
username]\.vscode\extensions\mwgustin.crestron-simpl-plus-1.3.0\out\extension.js
on lines 76 and 91 at the end where it says series3, add series4
and save.? Reload VS code and compile your project.? In the
terminal window, it should show seires3 and series4 compiling.
i.e.:
76: processSimpl("\\target series3 series4");
91: term.sendText(compiler.buildCommand("\\target series3
series4"));