Pawan Kumar Singh

Results 2 issues of Pawan Kumar Singh

Hi, I am trying to connect this JAVA LSP to monaco Editor using - https://github.com/TypeFox/monaco-languageclient By changing this line -- https://github.com/TypeFox/monaco-languageclient/blob/69f41d2c2d9b37bcbb9a080d86ec2eed838d6885/example/src/json-server-launcher.ts#L19 as below ``` const serverConnection = server.createServerProcess('JSON', 'java', [...

Hi, I have the following code -- I run this on the remote machine which I want to access using - VNC ```javascript #!/usr/bin/env node const GuacamoleLite = require('guacamole-lite'); const...