File tree Expand file tree Collapse file tree 2 files changed +6
-14
lines changed Expand file tree Collapse file tree 2 files changed +6
-14
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
visual_studio_extensions :
3
- # Git/Mercurial
3
+ # Git
4
4
- eamodio.gitlens
5
- - mrcrowl.hg
5
+ - mhutchie.git-graph
6
6
7
7
# C++
8
8
- ms-vscode.cpptools
Original file line number Diff line number Diff line change 13
13
name :
14
14
- " @^gnome-desktop-environment"
15
15
- " @Development Tools"
16
- - sclo-git25-git-all
17
16
- firefox
18
17
- flatpak
19
18
- yum-plugin-versionlock
20
19
state : present
21
20
use_backend : yum
22
21
become : true
23
22
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
28
26
yum :
29
27
name :
30
- - code-1.52.1
28
+ - code
31
29
state : present
32
30
use_backend : yum
33
31
become : true
34
32
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
-
41
33
- name : Install VS Code extensions # noqa: command-instead-of-shell
42
34
shell : code --install-extension {{ extension }}
43
35
loop : " {{ visual_studio_extensions }}"
You can’t perform that action at this time.
0 commit comments