Pawan Kumar Singh

Results 7 comments of Pawan Kumar Singh

Able to make it work by changing this one -- https://github.com/TypeFox/monaco-languageclient/blob/69f41d2c2d9b37bcbb9a080d86ec2eed838d6885/example/src/client.ts#L28 ```javascript model: monaco.editor.createModel(value, 'json', monaco.Uri.parse('inmemory://model.json')), ``` to ```javascript model: monaco.editor.createModel(value, 'java', monaco.Uri.parse('file:///home/projects/monaco-languageclient/example/demo/java/file.java')), ``` and creating a directory with empty...

@GNSubrahmanyam Hi can you please help me with the configs used to make it work with monaco-languageclient? To ve more specific - How to modify this line --https://github.com/TypeFox/monaco-languageclient/blob/69f41d2c2d9b37bcbb9a080d86ec2eed838d6885/example/src/json-server-launcher.ts#L19 to make...

@cztflove Hi, Were you able to solve it? I am getting the same error, when trying to run it with typescript language server.

Hi, @nasir-rabbani I know its very old, but were you able to solve it? At least can you give me a pointer on what to change in `monaco-language-client` to get...

@geonilpark Hi, Can you please give me any pointer on how to get started with Integrating Monaco Editor with this language server. Thanks, Pawan

@keegancsmith Thanks for pointing me to right direction, will check there.

Hi, was this undo issue solved?