Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [linuxtools-dev] Using a Dockerfile language server for the Docker editor...

On Tue, Jul 25, 2017 at 9:31 PM, akurtakov <akurtakov@xxxxxxxxx> wrote:
> The last one would be the most time consuming as we will need all the CQs
> and etc. so we can distribute the language server with Linux Tools.

Is it a fair assumption that someone who installs the tools has Docker
installed locally? If that is the case, perhaps the language server
could be wrapped as a docker image and then the plug-in would just use
`docker run` to launch and connect to it? Or is this idea a little too
crazy?

Regadrs,
Remy

>
>>
>>
>> Regards,
>> Remy
>>
>> On Tue, Jul 25, 2017 at 3:54 AM, Roland Grunberg <rgrunber@xxxxxxxxxx>
>> wrote:
>> > On Sat, 2017-07-22 at 16:54 +0900, Remy Suen wrote:
>> >> Hi,
>> >>
>> >> For the past two months or so I've been hacking away on a language
>> >> server for Dockerfiles. It is licensed under MIT and I was wondering
>> >> if the LinuxTools project would be interested in adopting it for use
>> >> in your Dockerfile editor.
>> >>
>> >> https://github.com/rcjsuen/dockerfile-language-server-nodejs/
>> >>
>> >> You can get a feel for some of its features with just a browser thanks
>> >> Orion and the Play With Docker project. Please refer to this email I
>> >> sent to the orion-dev mailing list for more details.
>> >>
>> >> https://dev.eclipse.org/mhonarc/lists/orion-dev/msg04093.html
>> >
>> > I wouldn't mind having a look at this and implementing some kind of
>> > editor on the Eclipse side to consume this (presumably using the
>> > existing lsp4e libraries.
>> >
>> > Perhaps it could end up replacing the current approach at some point,
>> > assuming it's easier to keep up to date with the latest language
>> > features.
>> >
>> > Cheers,
>> > --
>> > Roland Grunberg
>> > _______________________________________________
>> > linuxtools-dev mailing list
>> > linuxtools-dev@xxxxxxxxxxx
>> > To change your delivery options, retrieve your password, or unsubscribe
>> > from this list, visit
>> > https://dev.eclipse.org/mailman/listinfo/linuxtools-dev
>> _______________________________________________
>> linuxtools-dev mailing list
>> linuxtools-dev@xxxxxxxxxxx
>> To change your delivery options, retrieve your password, or unsubscribe
>> from this list, visit
>> https://dev.eclipse.org/mailman/listinfo/linuxtools-dev
>
>
>
> _______________________________________________
> linuxtools-dev mailing list
> linuxtools-dev@xxxxxxxxxxx
> To change your delivery options, retrieve your password, or unsubscribe from
> this list, visit
> https://dev.eclipse.org/mailman/listinfo/linuxtools-dev


Back to the top