TypeFox / monaco-languageclient

Repo hosts npm packages for monaco-languageclient, vscode-ws-jsonrpc, monaco-editor-wrapper, @typefox/monaco-editor-react and monaco-languageclient-examples
https://www.npmjs.com/package/monaco-languageclient
MIT License
1.05k stars 178 forks source link

Add or extend example with own vscode service implementation #500

Closed kaisalmen closed 1 month ago

kaisalmen commented 1 year ago

Add or extend an example to show how a service can be implemented and used: https://github.com/CodinGame/monaco-vscode-api#monaco-standalone-services

kaisalmen commented 1 year ago

@CGNonofr any good idea what we could add here as a demonstrator to an existing example?

CGNonofr commented 1 year ago

The notification service is probably a good candidate

kaisalmen commented 1 year ago

@CGNonofr I started to implement a notification service stub and I now the init fails. What am I missing or am I doing it completely wrong? image

CGNonofr commented 1 year ago

@CGNonofr I started to implement a notification service stub and I now the init fails. What am I missing or am I doing it completely wrong? image

I missed that one

Did you import service-overrides/configuration without actually using the service override?

kaisalmen commented 1 month ago

Won't be done.