monaco-languageclient icon indicating copy to clipboard operation
monaco-languageclient copied to clipboard

Add or extend example with own vscode service implementation

Open kaisalmen opened this issue 2 years ago • 4 comments

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 avatar Jun 06 '23 10:06 kaisalmen

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

kaisalmen avatar Jun 12 '23 11:06 kaisalmen

The notification service is probably a good candidate

CGNonofr avatar Jun 12 '23 12:06 CGNonofr

@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

kaisalmen avatar Aug 01 '23 15:08 kaisalmen

@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?

CGNonofr avatar Aug 09 '23 10:08 CGNonofr

Won't be done.

kaisalmen avatar Aug 08 '24 20:08 kaisalmen