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

TypeError: Cannot read property 'ClrOrMono' of undefined #1026

Open
ghost opened this issue May 5, 2018 · 3 comments
Open

TypeError: Cannot read property 'ClrOrMono' of undefined #1026

ghost opened this issue May 5, 2018 · 3 comments

Comments

@ghost
Copy link

ghost commented May 5, 2018

The following error occurs on Debian 9.4 when first opening a folder with a solution in Atom.

solution-manager.ts:197 Uncaught (in promise) TypeError: Cannot read property 'ClrOrMono' of undefined
    at SolutionInstanceManager._addSolution (solution-manager.ts:197)
    at solution-manager.ts:154
    at handleCandidate (solution-manager.ts:612)
    at addCandidatesInOrder (solution-manager.ts:625)
    at solution-manager.ts:154
    at <anonymous>

After some debugging, it seems that omnisharp-client doesn't have a Runtime that this script is expecting.

@rschiang
Copy link

Seems thatomnisharp-atom is not matching the current client API interface, as OmniSharp/omnisharp-node-client@7e628a0 has already removed this enum.

Still need further investigation though.

@ghost
Copy link
Author

ghost commented May 30, 2018

@rschiang Willing to troubleshoot if I can get some steps.

@rschiang
Copy link

rschiang commented Jun 4, 2018

@adam-becker I'm not sure as I'm also trying to get this thing up and running. 😕
My best guess is that omnisharp-atom needs a rewrite to match the newer omnisharp-node-client.

@david-driscoll is there any projected releases soon? Or could you give us a hint on possible PRs?

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

No branches or pull requests

1 participant