emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Elisp LSP Server


From: Dmitry Gutov
Subject: Re: Elisp LSP Server
Date: Wed, 13 Oct 2021 03:22:15 +0300
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.13.0

On 13.10.2021 03:00, Po Lu wrote:
lsp-dart-dap-setup tries to download a VS Code extension from the
following URL:

"https://github.com/Dart-Code/Dart-Code/releases/download/v3.25.1/dart-code-3.25.1.vsix";

But the situation seems to have improved since I last tried it, as the
zip archive seems to contain a license and non-minified code now.

Did you intentionally present the situation as worse than it was?

Whether the license file is inside the archive or not, the program inside can be (and was) free. Same goes for minified/non-minified (one *could* hide proprietary code inside such bundle, but checking whether it corresponds to the officially published code is not too difficult).

This file is 5 years old: https://github.com/Dart-Code/Dart-Code/blob/master/LICENSE

And it's been there since the project's start.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]