Closed ghost closed 8 months ago
With the updates made on 3/2/2024 to the compiler and the lsp the error reporting is now showing up in the Problem window. THANK YOU ! that was the more important item to save dev time. Hover still does not pop up in the error window and know that is a work in progress. Thanks for the efforts and progress, very much appreciated.
This is NOT related to issue (bug): https://github.com/onyx-lang/onyx/issues/40#issue-2022039802
Description of issue: VS Code Extension in Windows (native not WSL) is not showing hover or static compiler errors in edit window or problems window. I am on Windows 11 Pro 64-bit PC with the VS Code (1.87.0) w/ Onyx extension (0.1.11) installed.
main :: () { printf("Hello, Onyx!\n");
}