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

Make theia examples more compliant with VS Code #6260

Open
benoitf opened this issue Sep 25, 2019 · 0 comments
Open

Make theia examples more compliant with VS Code #6260

benoitf opened this issue Sep 25, 2019 · 0 comments
Labels
plug-in system issues related to the plug-in system todo larger scoped issues vscode issues related to VSCode compatibility

Comments

@benoitf
Copy link
Contributor

benoitf commented Sep 25, 2019

Description

As discussed at the last Theia dev meeting, today we have Theia examples that are including theia extensions which have their counterpart as VS Code extensions.

For example vscode-java extension [1] is actively developed by Red Hat but @theia/java is not so active [2]

Also it seems now that VS Code support is the most active development part inside theia and in lot of Pull Requests, we need to remove internal Theia extension and deploy VS Code extensions instead to reproduce/test the PR

So, it makes sense to me to have example which is what we might get if we were using VS Code. So, having build-in VS Code extensions

IMHO it will help people that want to use Theia for 'VS Code' support and make more dog-fooding on this support.

It could be new example or updating current examples. (At the meeting we were in favour of updating the current one)

@akosyakov also reported that for TypeScript support, we may have still troubles with this VS Code extension. We might link/file a new issue.

Based on this first feedback, probably the update of examples has to be incremental.

related to #6183 as well

[1] https://github.com/redhat-developer/vscode-java
[2] https://github.com/eclipse-theia/theia/commits/master/packages/java

@benoitf benoitf added plug-in system issues related to the plug-in system todo larger scoped issues vscode issues related to VSCode compatibility labels Sep 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
plug-in system issues related to the plug-in system todo larger scoped issues vscode issues related to VSCode compatibility
Projects
None yet
Development

No branches or pull requests

1 participant