-
-
Notifications
You must be signed in to change notification settings - Fork 182
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Troubles with python/websocket & theme #810
Comments
also, if I place a function on websocket "onCall" (https://github.com/Koxx3/sdx-front3/blob/with_react_compo/src/config.ts#L50) like this :
it fails with this error :
|
I managed to get the websocket & highlight working ... but now, I can't edit the text in the editor, and the theme isn't loading. nota : repo updated |
Hi @Koxx3 regarding the formatter you can try this one: and use the vsix loading plugin demonstrated here: https://github.com/TypeFox/monaco-languageclient/blob/main/packages/examples/src/appPlayground/main.ts#L25 You have to install the package: https://github.com/TypeFox/monaco-languageclient/blob/main/package.json#L16 Regarding the textmate worker issue try setting this: https://github.com/TypeFox/monaco-languageclient/blob/main/packages/examples/src/python/client/config.ts#L76 to
Just do it on the client side with the editor |
Hello,
I followed the README for the project initialization (this one : https://github.com/CodinGame/monaco-vscode-api/wiki/Getting-started-guide)
I have been trying for hours to get the react/python working with lsp.
when I run it from your code examples, no problem. I can see exchanges on the websocket.
with the same server, but the code I initialized, after the websocket initialization, I don't see any exchange when I type.
also, impossible to load the theme & get highlight, even after configuring getThemeServiceOverride & getTextmateServiceOverride.
I place my 'refactored' version of your example in this repo :
https://github.com/Koxx3/sdx-front3/tree/with_react_compo
To run :
yarn install; yarn dev
Logs :
Can anybody help please ?
The text was updated successfully, but these errors were encountered: