ExtendScript Debugger for VSCode: Unable to include script references
I have tried to move an old project from the ESTK into VSCode. While it's generally more difficult to set-up a project, once it is working I think that VSCode is a real improvement on the ESTK. However, I need to debug a script that includes other scripts. In the ESTK I can use #include script_name.jsx
This gives a couple of errors for each use in VSCode:

- Private identifiers are not allowed outside class bodies.
- ';' expected.
What am I missing? Hopefully it's an easy one to fix, I've not found any reference to private identifiers in my JavaScript or ExtendScript documentation.
Ian
