Closed kittaakos closed 5 years ago
hello @kittaakos I had the same remark (about the twice, not the third ! :-) https://github.com/theia-ide/theia/pull/3483/files#r233357173
@azatsarynnyy @evidolob ?
I've removed the one from the @theia/plugin
https://github.com/theia-ide/theia/pull/3814
SymbolKind
enum from the @theia/languages
is different for some reason
is different for some reason
I see. Thanks for the feedback, @azatsarynnyy!
They're different because
0
1
.Please close this issue if it is done. Thanks!
Closed via https://github.com/theia-ide/theia/pull/3814.
This is super minor. I found it accidentally in the source.
@benoitf, can we use the
SymbolKind
from the@theia/languages
instead of redefining it twice in the plug-in extensions?@theia/plugin
does not directly depend on@theia/languages
but it is available through@theia/monaco
. Thanks!