Remove avoidable VS Code references - #142
Conversation
|
@GitMensch , please see this PR to follow up on #138. Created a new one to avoid forking from your fork. |
|
@jreineckearm What is the status of this PR? |
|
Thanks for the reminder, @GitMensch . Slipped off the radar.... 😕 |
Signed-off-by: Jens Reinecke <jens.reinecke@arm.com>
Signed-off-by: Jens Reinecke <jens.reinecke@arm.com>
8aa6b0f to
0c41ce2
Compare
|
I agree that there are some references that are unnecessary and can be removed, but I find it rather confusing that the README now only calls this an “extension” but never specifies what it extends. One can only guess it from the project name. I think there should be at least one mention of Visual Studio Code somewhere near the beginning, e.g.
or
That seems consistent with Microsoft’s brand guidelines. Other than that, I have no strong opinions. |
|
I agree with @cwalther (I think my original PR used "vscode" in at least one place). I'd have to check, but the DAP part may even be usable without vscode - for example in emacs/vim? Then "Debug Adapter Protocol" may be used in some place as well. |
|
I like the wording "Visual Studio Code and compatible IDEs". I'll add that to the first paragraph of the readme tomorrow. Yes, the original PR used "vscode". But TBF: I'd stay with "VS Code" and similar. At the end of the day we are shipping a VSIX (Visual Studio Extension). So, I am not convinced there is a lot of benefit in introducing subtle differences like saying "vscode". It may rather confuse users who are not that familiar with all these details. |
6c37540 to
6fea5cf
Compare
|
Text should be fixed. I am planning to squash on merge, hence won't bother with fixing the commit history now. |
|
👍 on that. I am still missing the change from 6c37540 that I think was good, regardless of commit history. (Or an explanation that you removed it intentionally.) |
The point is exactly that "VS Code" = "Visual Studio Code" ==> the Microsoft product (= software + customizations, partially closed source, often not under a free license), while "vscode" is the MIT licensed software (where people can build free versions from and which the community sends PRs against as well). Extensions are written to the software, not the specific product. There is also software - like Theia, which are not based on vscode, but provide a vscode compatible extension interface. --> Visual Studio Code (which possibly should be best referred to with including Microsoft as it is their product under their license). /rant off |
Signed-off-by: Jens Reinecke <jens.reinecke@arm.com>
f2a2ad2 to
9ecc3e2
Compare
|
@cwalther , must have screwed up that commit while squashing things initially. Now squashed all changes since yesterday into one commit to move on. @GitMensch , I get where you are coming from. But even Theia, which is probably the closest to this project, uses Microsoft terminology, not Will follow that example to keep consistency. |
|
@jreineckearm, my last comment still stands – I think you missed one commit in your squashing. Please |
Signed-off-by: Jens Reinecke <jens.reinecke@arm.com>
|
Change reinstated as 94ae385 |
Removed avoidable VS Code references.
See discussion on original PR #138 .