tomaciazek / vscode-ansible

Ansible VS Code Extension
MIT License
28 stars 3 forks source link

Clear up what this repo is and how it differs from the Red Hat repo #41

Closed Gaibhne closed 2 years ago

Gaibhne commented 2 years ago

Problem

I am confused about the relationship of this repository to the Red Hat repository (https://github.com/ansible/vscode-ansible) this repository seems to be copied from. At first glance, the README appears to be the same, with the only differences I could find being the removal of author information.

Solution

You could add a section near the top to clear up the relationship, and maybe explain why one would chose one repository over the other.

Alternatives

No response

Additional context

No response

JHBoricua commented 2 years ago

Did you read the credits on the Red Hat repo?

tomaciazek commented 2 years ago

This repository is not copied from the Red Hat repository, it's the other way around ;) In any case, here's more relevant information on the topic: https://github.com/tomaciazek/vscode-ansible/discussions/33#discussioncomment-1635945 I'm about to implement a mechanism that will smoothly transition the users to the other extension.

Gaibhne commented 2 years ago

Ah, thank you - I looked at oldest commit age, and so figured that since the RH one had commits before this one, that was the direction of the copying. Glad to see this isn't the result of drama and a team splitting up but the other way around! Thanks for your work on this!