You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get no syntax highlight, but of course this does not compile.
Setup
macOS 11.2.2
VSCode
Zig version: 0.8.0-dev.2133+ad33e3483
ZLS version fully configured from the README on this page both in ZLS server and VSCode
I get the following message load: [notice-main] zls initialized and [notice-main] Using zig lib path '/usr/local/bin/lib'
Notes
I am quite sure ZLS and the extension is running properly because before I turned it on, there was no syntax highlighting, and when I got zls server to run properly and pointed the extension to run there the syntax highlighting for keywords appeared, though not for errors.
The text was updated successfully, but these errors were encountered:
I am just starting out with Zig getting the tools set up. Here is something I ran into:
Problem Descriptions
The following code does not raise any errors in VSCode:
I get no syntax highlight, but of course this does not compile.
Setup
[notice-main] zls initialized
and[notice-main] Using zig lib path '/usr/local/bin/lib'
Notes
I am quite sure ZLS and the extension is running properly because before I turned it on, there was no syntax highlighting, and when I got zls server to run properly and pointed the extension to run there the syntax highlighting for keywords appeared, though not for errors.
The text was updated successfully, but these errors were encountered: