Kai Salmen

Results 99 comments of Kai Salmen

@dylanbob regarding WSL config options this is what you are looking for: https://learn.microsoft.com/en-us/windows/wsl/wsl-config#configuration-setting-for-wslconfig https://learn.microsoft.com/en-us/windows/wsl/wsl-config#example-wslconfig-file

@tyagirajat200 any news here?

@CGNonofr any idea what to do with this issue?

@tyagirajat200 With the latest version of the please try: ```javascript import { ILogService, LogLevel, StandaloneServices } from 'vscode/services'; StandaloneServices.get(ILogService).setLevel(LogLevel.Off); ```

This works as expected with current version.

Hi @RSS1102 can you be more specific?

My understanding is that volar helps to ease building languageservers / languageclient. What we gain with `@codingame/monaco-vscode-api` is there is no more monaco-editor related fiddling needed as it behaves like...

Yes that and a textmate grammar. That is what we load for the Langium Statemachine DSL as well: https://github.com/TypeFox/monaco-languageclient/blob/main/packages/examples/src/langium/statemachineClient.ts#L77-L78 (The references are used in the extension configuration (a few lines...

I have squashed and force pushed the branch on current main and performed a bit of clean-up. We could use this workaround/solution for now until we find a potential better...

Ok, in addition I will apply add the codicon css to the classdiagram example. Then it it is not only documented, but people can see how it is actually done...