Send didSave LSP notification iwth Monaco Language Client #348
-
|
Hello, Thanks for your help! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 10 replies
-
|
Hello, You need to have your own implementation of You'll need to use |
Beta Was this translation helpful? Give feedback.
Hello,
You need to have your own implementation of
Workspace, you can extendsMonacoWorkspaceand defineonWillSaveTextDocumentandonDidSaveTextDocumentYou'll need to use
Services.installinstead ofMonacoServices.installto be able to provide your custom implementation (take a look atmonaco-services.ts)