fix invalid syntax not being called on an invalid assignment

This commit is contained in:
2025-06-02 00:13:24 +01:00
parent d2518afb8e
commit e4c2af3cc7
7 changed files with 131 additions and 569 deletions

View File

@@ -3,8 +3,8 @@
{
"name": "Linux",
"compilerPath": "/usr/bin/clang",
"cStandard": "c17",
"cppStandard": "c++17",
"cStandard": "c99",
"cppStandard": "c++99",
"intelliSenseMode": "linux-clang-x64",
"includePath": [
"${workspaceFolder}/**"