Chinmay Pramod Bharti
Chinmay Pramod Bharti
I used the deploy on Heroku button from this [link](https://elements.heroku.com/buttons/peers/peerjs-server) to deploy a peerjs server. To connect to this server I used `const peer = new Peer(host: 'focusmonk-beta.herokuapp.com', port:9000, path:'/')`...
I am running the multilspy typescript client on this repo: https://github.com/rchl/test-tsx. ``` python from multilspy import SyncLanguageServer from multilspy.multilspy_config import MultilspyConfig from multilspy.multilspy_logger import MultilspyLogger config = MultilspyConfig.from_dict({"code_language": "typescript"}) #...
I am using `multilspy` client for typescript language server. [Multilspy](https://github.com/microsoft/multilspy) I am testing on this repo: https://github.com/rchl/test-tsx. ``` python from multilspy import SyncLanguageServer from multilspy.multilspy_config import MultilspyConfig from multilspy.multilspy_logger import...