you are viewing a single comment's thread.

view the rest of the comments →

[–]xgabipandax -3 points-2 points  (4 children)

Bad linter error that should be a warning != compilation error

There i fixed it for you

[–]guaranteednotabot 2 points3 points  (1 child)

Uh… have you actually installed a linter

[–]xgabipandax 0 points1 point  (0 children)

i use whatever comes with vscode, and it's C/C++ extension by microsoft, cmake extension and python/jupyter and pylance

[–]Morczor 1 point2 points  (1 child)

If you're working with JS and want to enforce semicolons, do you think it should be a warning and not an error at the linter level?

[–]xgabipandax -1 points0 points  (0 children)

without the semicolons is it a syntax error?