Skip to content
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

Pass options with rootUri to createMonacoServices #31

Closed
akosyakov opened this issue Sep 7, 2017 · 1 comment
Closed

Pass options with rootUri to createMonacoServices #31

akosyakov opened this issue Sep 7, 2017 · 1 comment

Comments

@akosyakov
Copy link
Contributor

createMonacoServices should accept options as the second optional argument to pass rootUri to the workspace service now and additional options in the future

export function createMonacoServices(editor: monaco.editor.IStandaloneCodeEditor): BaseLanguageClient.IServices {

cdietrich added a commit to cdietrich/monaco-languageclient that referenced this issue Sep 22, 2017
…ypeFox#31

Signed-off-by: Christian Dietrich <christian.dietrich@itemis.de>
akosyakov pushed a commit that referenced this issue Sep 22, 2017


Signed-off-by: Christian Dietrich <christian.dietrich@itemis.de>
@akosyakov
Copy link
Contributor Author

Fixed with #31, thanks @cdietrich

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant