Jan Zípek
Jan Zípek
So the issue is, that the `baseUrl` will be resolved relative to `tsconfig.json` in root of your project, but in reality, it should point to your `dist` folder (or wherever...
Hey, most likely this is a new command that didn't exist when I last updated the extension. I haven't updated the linter for a while, maybe I'll find time to...
yes, I'm confused, this is probably wrong repo
As said by atacms, there is no c++ code. This is not official tool, it's community built tool and it is based upon old Visual Basic code (by Coffee_), rewritten...
That's weird, it works fine on my machine. Which version of Java are you using?
Yep, it's something sqflint was using for some time now. I've used a newer NetBeans to build the jar for this version, so maybe there's some issue with that. I'll...
I'm unable to replicate this issue. Is it possible it's caused by some code before this statement?
Oh, that makes sense. `#ifdef` is not yet supported, but the parser should accept the empty statement. Could you move the last comment to the top, so it's clear what...
Current "static" type checking doesn't try to recognise the variable type. It may be nice feature in future, along with scope detection. This extension was built to avoid classic errors,...
Thanks for reporting that, I'll probably add it in future, in the meanwhile you can use `"sqflint.ignoredVariables": ["_y"]`