Hello, I'm on Windows 10 using VS Code, and I'm a bit confused about something that's happening.
I downloaded this template that's super helpful for getting started, and the first time I ran it it worked perfectly. However, after closing the project and reopening it later, my environment is no longer recognizing my "+=" operator.
I've double-checked my .vscode settings json over and over, which includes the following lines:
"Lua.diagnostics.disable": ["undefined-global", "lowercase-global", "undefined-doc-class"],
"Lua.runtime.nonstandardSymbol": ["+=", "-=", "*=", "/="],
I'm under the impression I shouldn't be seeing these errors anymore but I'm not sure what to do. It's incredibly frustrating - I also was having issues with it recognizing the playdate SDK but I think I got those ones figured out. Now it's just this.
Help is appreciated!