Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "JSDT/Confcalls/Minutes 20160628"

(Created page with "== JSDT/Confcalls/Minutes 20160821 == * ''Attendees'': Gorkem, Adalberto, Victor R., Ilya, Patrik, Angel. * ''Quick Links'': [https://goo.gl/nPLxeF JSDT Open Bugs], [https://...")
 
 
Line 29: Line 29:
 
** https://github.com/Microsoft/language-server-protocol
 
** https://github.com/Microsoft/language-server-protocol
 
** https://github.com/gorkem/java-language-server Java Language server (~ JDT)  
 
** https://github.com/gorkem/java-language-server Java Language server (~ JDT)  
* Notes: Eclipse Che is already able to consume language servers services via language server protocol, And there is a growing number of companies interested.  
+
* Eclipse Che is already able to consume language servers services via language server protocol, And there is a growing number of companies interested.  
see [https://www.youtube.com/watch?v=MiUrYH3ybX0 DevNation 2016 Morning General Session]. At [https://www.youtube.com/watch?v=MiUrYH3ybX0&feature=youtu.be&t=56m05s minute 56] starts the demo using .NET Language Servers on Linux, and at [https://www.youtube.com/watch?v=MiUrYH3ybX0&feature=youtu.be&t=1h18m39s 1h18m39s] you can see how a Java Language Server is used in VsCode, on Linux
+
* See [https://www.youtube.com/watch?v=MiUrYH3ybX0 DevNation 2016 Morning General Session]. At [https://www.youtube.com/watch?v=MiUrYH3ybX0&feature=youtu.be&t=56m05s minute 56] starts the demo using .NET Language Servers on Linux, and at [https://www.youtube.com/watch?v=MiUrYH3ybX0&feature=youtu.be&t=1h18m39s 1h18m39s] you can see how a Java Language Server is used in VsCode, on Linux
 
* Note: Legal check on TypeScript language server had an issue
 
* Note: Legal check on TypeScript language server had an issue

Latest revision as of 05:26, 10 August 2016

JSDT/Confcalls/Minutes 20160821

Current Status

Updates

  • IBM is slowing down a little bit for moving offices
  • Ilya fixed termination of node process - Bug 491735 - change https://git.eclipse.org/r/76149
  • Angel worked on hybrid mobile, then on Gulp + Grunt support in JSDT
  • Patrik improve docs by adding a page for user support and install
  • Victor fixed Bug 491751 - JavaScript Problems get doubled in Dynamic Web Projects , where the double validation causes a duplication of error messages. The fix consists in disabling the validator after the first pass. Change https://git.eclipse.org/r/#/c/75493/ (ready to submit)
  • Victor also looking at AERI (Automatic Error Reporting).
    • (Ideas exchange) Validator should be triggered "by extension". e.g. javascript validator called only for .js files. But the (partial) build triggers a "double validation". Ideally we should check the content type - and skip it.
    • this sounds incorrect: maybe it is a bug on the WTP Validator framework. When we check IFile instances for validation, we should check file extensions (and content types).
  • Gorkem started working on Language Servers, and then, he'll work on reviews
  • Shane worked on outline support and Gulp / Grunt quick access. Now workign on Npm scripts
  • Snjezana worked on JSON editor problem, now working on JSON Editor schema

Language Servers

  • Yesterday Microsoft, RedHat and Codenvy declared they want to collaborate to provide a new languageserver protocol

http://developers.redhat.com/blog/2016/06/27/a-common-interface-for-building-developer-tools/

Back to the top