-
Notifications
You must be signed in to change notification settings - Fork 676
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
Alarming interpretation of license requirement #1039
Comments
The intended meaning of that sentence is to say that you cannot take the debugger out of VS Code and use it in another IDE. But it was written by lawyers, so it is maybe not so readable :) We actually just tweaked the wording today. Is now says the following. Is that any more clear? I am happy to take suggestions back to the lawyers.
|
That version fixes my initial misinterpretation which I am happy to see. If it is any help, here is how I read the tweaked wording:
The above tells me:
I don't know if the part I bolded above actually carries the legal weight I interpreted it as above, or if it is just explaining the role of the debugger.
Tells me that the debugger can only be used with those applications, matching what you said the indented meaning is.
The above modification removes [for me] the potential ambiguity in the above making it explicit that the last part is intentioned as restrictions. |
Thanks! I sent your feedback on to our legal team. |
@gregg-miskelly: Is there anything else to follow up on here or can this issue be closed? |
Why is there license restrictions to begin with? |
I just got VS Code compiling a Hello World program on Linux. The first thing I saw when it worked was this banner:
Which lead me on the chase of ???! they are trying to throw some license restriction controlling what editors I can use to write my applications, which really did not match my understanding of what MS had been up to with open source. I tracked that message back to this code base.
I don't think that my initial interpretation was correct. However, I am not a lawyer, nor are most developers, so if there is a way to make that message's intent a little more clear, have a link to "more information," or otherwise make it less alarming it would probably be good. As is, there are about 3 different ways I could potentially parse the statement.
The text was updated successfully, but these errors were encountered: