Skip to content

Commit e166ae7

Browse files
author
Claudio Bantaloukas
authored
Merge pull request #3 from ccdc-opensource/wandisco_git
Centos 7 GUI tooling update Sep 2021
2 parents ba97991 + a5939a9 commit e166ae7

File tree

2 files changed

+6
-14
lines changed

2 files changed

+6
-14
lines changed

defaults/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
visual_studio_extensions:
3-
# Git/Mercurial
3+
# Git
44
- eamodio.gitlens
5-
- mrcrowl.hg
5+
- mhutchie.git-graph
66

77
# C++
88
- ms-vscode.cpptools

tasks/CentOS.yml

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -13,31 +13,23 @@
1313
name:
1414
- "@^gnome-desktop-environment"
1515
- "@Development Tools"
16-
- sclo-git25-git-all
1716
- firefox
1817
- flatpak
1918
- yum-plugin-versionlock
2019
state: present
2120
use_backend: yum
2221
become: true
2322

24-
# Please refer to this issue if you want to have a more up to date visual studio code on
25-
# the very obsolete centos 7
26-
# https://github.com/microsoft/vscode/issues/115784
27-
- name: Install latest version of visual studio code that works with centos 7
23+
# Visual studio code versions 1.53 till 1.59 included would not work on Centos 7
24+
# Version 1.60 and above is ok
25+
- name: Install latest version of visual studio code
2826
yum:
2927
name:
30-
- code-1.52.1
28+
- code
3129
state: present
3230
use_backend: yum
3331
become: true
3432

35-
#- name: lock the visual studio code version until something happens
36-
# community.general.yum_versionlock:
37-
# state: present
38-
# name: code
39-
# become: true
40-
4133
- name: Install VS Code extensions # noqa: command-instead-of-shell
4234
shell: code --install-extension {{ extension }}
4335
loop: "{{ visual_studio_extensions }}"

0 commit comments

Comments
 (0)