vscode-sqflint
vscode-sqflint copied to clipboard
Add working preprocesor for ext/hpp files
Right now, the description.ext
parser gracefully skips preprocesor commands and only includes required files. That works as long as the user doesn't use macros.
This causes issues when loading cfgFunctions
in cases, where they're defined using macro.