Closed hexa00 closed 5 years ago
you can find the code https://github.com/cdietrich/theia/tree/try2 and https://github.com/cdietrich/theia/tree/try1
@cdietrich, I will try to reproduce the issue. Meanwhile, could you please confirm that you have the Python LS installed locally?
i dont have it, but thats the point, i get an error in the default example. but with my changes nothing happens. (no exception please install python language server) the start method is not called at all
I see your point now. Thanks for the clarification!
any news on this issue?
problem found. python
is a default language in monaco and thus a registration is not needed. i propose to add one anyway for sake of consitency
This is from: https://stackoverflow.com/questions/46425991/theia-how-to-write-an-extension
I am trying to write an extension and have the following problem
what do i need to do to get my extension running