MonacoServices install successfully as below function calls:
MonacoServices.install(editor, {rootUri: 'file:///efs/editor-workspace/c/'});
Now if language is changed and i want to install service with other language, then i call again...
MonacoServices.install(editor, {rootUri: 'file:///efs/editor-workspace/java/'});
But getting below error message:
Error: Language Client services has been overridden
at Object.install (services.js:30)
at Object.install (monaco-services.js:28)