Ok, one more thing.? So, you are working in SimplWin, you
right-click on an S+ module, and choose Edit User Module from the
pop-up men.? Any way to make that open VSCode instead of the
Crestron S+ Editor?? That is a much more efficient workflow than
having to open VSCode and locating the file to edit.?
Thanks
Jay
On 1/21/2024 7:04 PM, jbasen via
groups.io wrote:
toggle quoted message
Show quoted text
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:
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"));