Serpen / VBS-VSCode

VSCode VBScript language extension
https://marketplace.visualstudio.com/items?itemName=Serpen.vbsvscode
MIT License
24 stars 11 forks source link

Syntax for Including Files #37

Closed Serpen closed 3 years ago

Serpen commented 3 years ago

The scripts i use, have a proprietary include function include ("namewithoutextension") which searches in a specific path [mostly ..] for include files. All these Files didn't get parsed.

To support my proprietary function is a bad idea, maybe define a pseudo directive ' # include path

or allow a configuration variable reg ex which searches a file for this specific include statement and define include pathes...

Serpen commented 3 years ago

Added Configuration Variable for custom include statement and include search pathes