twxs / vs.language.cmake

Syntax highlighting for Cmake in Visual Studio Code
MIT License
122 stars 52 forks source link

Doesn't work? #12

Open zethon opened 8 years ago

zethon commented 8 years ago

Installed the extension, set my CMake path, but nothing has changed even after restarting Visual Code. I load a CMakeLists.txt and there is no color coding and I do not see "CMake" as an option in the Language Mode settings.

twxs commented 8 years ago

Hi, Could you give me more information, I've just tested the extension with the latest version of vscode (1.2.1) on windows and it works as expected. If CMake is already in your PATH, you don't need to specify its location.

You could also toggle the developer tools in vscode, you should get error from the extension.

chiumichael commented 5 years ago

Hi, I installed the extension and my CMakeLists.txt is not being highlighted either, but in my case, it does detect the syntax as CMakeLists. Could it be the case that the particular theme I have is causing this?

Thanks!