Nicolas

Results 20 comments of Nicolas

It's because the RSE Sound Configuration is missing, I will have a look

Hi, This was by design because lower case is preferred in modern cmake guidelines. If you want to change this behavior, look at `cmXxxSuggestions` calls in `provideCompletionItems`. It lookups the...

Hi, thank you for this PR. I will look to add a simple CMake script that call the `cmake --help-xxx-list` and use `configure_file` to generate de tmLanguage file.

Hello, my personal life was a real nightmare since few years I would love to be more active on this project and had lot of ideas but not the time...

as a warkaround, you can add the file associationshere : https://github.com/twxs/vs.language.cmake/blob/master/package.json#L43

Yes, it would be great. I don't know how to handle this properly in the tmLangage. If you have any idea, let me know.

Hi, All modern cmake script I've seen use lower case... By the way, it could be possible to add an option to force upper case on the completion. Currently my...

Hi, could you give me more information about your system ?

The CMake is required by design. The CMake exécutable is used to provide all existing commands, etc of the current installed version. That make you a chance to discover New...

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...