Skip to content
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

Duplicate sources.list entry for vs-code #113

Closed
eraserix opened this issue Jul 9, 2018 · 1 comment · Fixed by #114
Closed

Duplicate sources.list entry for vs-code #113

eraserix opened this issue Jul 9, 2018 · 1 comment · Fixed by #114

Comments

@eraserix
Copy link

eraserix commented Jul 9, 2018

On Debian, this role leads to duplicate entries for the microsoft apt repository:

  • One is created by the role to install visual studio code (package_microsoft_com_repos_vscode.list)
  • The other entry is created by the Debian package of visual studio code (vscode.list)

This creates warnings about duplicate entries:

W: Target Packages (main/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list.d/packages_microsoft_com_repos_vscode.list:1 and /etc/apt/sources.list.d/vscode.list:3

I suggest removing the entry that is created by the role and relying on the one that is created by vs-code during installation.

@eraserix eraserix changed the title Doublicate sources.list entry for vs-code Dublicate sources.list entry for vs-code Jul 9, 2018
@freemanjp freemanjp changed the title Dublicate sources.list entry for vs-code Duplicate sources.list entry for vs-code Jul 15, 2018
freemanjp added a commit that referenced this issue Jul 15, 2018
The default name generated by Ansible didn't match the name used by VS Code itself.

Fix: resolves #113
freemanjp added a commit that referenced this issue Jul 15, 2018
The default name generated by Ansible didn't match the name used by VS Code itself.

Fix: resolves #113
freemanjp added a commit that referenced this issue Jul 15, 2018
The default name generated by Ansible didn't match the name used by VS Code itself.

Fix: resolves #113
@freemanjp
Copy link
Member

@eraserix thanks for reporting this issue. You should find the issue is resolved in the 4.0.1 release of this role.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants