Remove yet more unnecessary quotes around values
Fixed in https://github.com/adrienverge/yamllint/issues/242
This commit is contained in:
parent
648662f794
commit
4120893077
21 changed files with 220 additions and 220 deletions
|
@ -1,3 +1,3 @@
|
|||
-r requirements.txt
|
||||
yamllint==1.21.0
|
||||
yamllint==1.22.1
|
||||
ansible-lint==4.2.0
|
||||
|
|
|
@ -6,8 +6,8 @@
|
|||
become_user: aur_builder
|
||||
when: item not in installed_packages.stdout_lines
|
||||
loop:
|
||||
- 'virtualbox-host-modules-arch'
|
||||
- 'virtualbox-guest-modules-arch'
|
||||
- virtualbox-host-modules-arch
|
||||
- virtualbox-guest-modules-arch
|
||||
|
||||
- name: Install general applications
|
||||
aur:
|
||||
|
@ -17,26 +17,26 @@
|
|||
become_user: aur_builder
|
||||
when: item not in installed_packages.stdout_lines
|
||||
loop:
|
||||
- 'bleachbit'
|
||||
- 'clamtk'
|
||||
- 'filezilla'
|
||||
- 'firefox'
|
||||
- 'gimp'
|
||||
- 'ghostwriter'
|
||||
- 'glogg'
|
||||
- 'gparted'
|
||||
- 'hplip'
|
||||
- 'inkscape'
|
||||
- 'kdenlive'
|
||||
- 'kodi'
|
||||
- bleachbit
|
||||
- clamtk
|
||||
- filezilla
|
||||
- firefox
|
||||
- gimp
|
||||
- ghostwriter
|
||||
- glogg
|
||||
- gparted
|
||||
- hplip
|
||||
- inkscape
|
||||
- kdenlive
|
||||
- kodi
|
||||
- libreoffice-fresh
|
||||
- libreoffice-fresh-en-gb
|
||||
- 'minecraft'
|
||||
- 'obs-studio'
|
||||
- 'slack-desktop'
|
||||
- 'steam'
|
||||
- 'thunderbird'
|
||||
- 'tor-browser'
|
||||
- 'virtualbox'
|
||||
- 'vlc'
|
||||
- 'xsane'
|
||||
- minecraft
|
||||
- obs-studio
|
||||
- slack-desktop
|
||||
- steam
|
||||
- thunderbird
|
||||
- tor-browser
|
||||
- virtualbox
|
||||
- vlc
|
||||
- xsane
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
become_user: aur_builder
|
||||
when: item not in installed_packages.stdout_lines
|
||||
loop:
|
||||
- 'dex'
|
||||
- dex
|
||||
|
||||
- name: Create autostart directory
|
||||
file:
|
||||
|
@ -24,11 +24,11 @@
|
|||
state: link
|
||||
force: true
|
||||
loop:
|
||||
- 'blueman'
|
||||
- 'pulseaudio'
|
||||
- 'nm-applet'
|
||||
- 'lxqt-policykit-agent'
|
||||
- 'solaar'
|
||||
- blueman
|
||||
- pulseaudio
|
||||
- nm-applet
|
||||
- lxqt-policykit-agent
|
||||
- solaar
|
||||
|
||||
- name: Autostart applications
|
||||
file:
|
||||
|
@ -39,5 +39,5 @@
|
|||
state: link
|
||||
force: true
|
||||
loop:
|
||||
- 'flameshot'
|
||||
- 'libinput-gestures'
|
||||
- flameshot
|
||||
- libinput-gestures
|
||||
|
|
|
@ -6,11 +6,11 @@
|
|||
become_user: aur_builder
|
||||
when: item not in installed_packages.stdout_lines
|
||||
loop:
|
||||
- 'grub-customizer'
|
||||
- 'grub2-theme-archlinux'
|
||||
- 'lightdm'
|
||||
- 'lightdm-gtk-greeter'
|
||||
- 'os-prober'
|
||||
- grub-customizer
|
||||
- grub2-theme-archlinux
|
||||
- lightdm
|
||||
- lightdm-gtk-greeter
|
||||
- os-prober
|
||||
|
||||
- name: Enable lightdm
|
||||
systemd:
|
||||
|
@ -68,5 +68,5 @@
|
|||
become_user: aur_builder
|
||||
when: item not in installed_packages.stdout_lines
|
||||
loop:
|
||||
- 'amd-ucode'
|
||||
- 'intel-ucode'
|
||||
- amd-ucode
|
||||
- intel-ucode
|
||||
|
|
|
@ -6,10 +6,10 @@
|
|||
become_user: aur_builder
|
||||
when: item not in installed_packages.stdout_lines
|
||||
loop:
|
||||
- 'heroku-cli'
|
||||
- 'mercurial'
|
||||
- 'ngrok'
|
||||
- 'python-aws-mfa'
|
||||
- heroku-cli
|
||||
- mercurial
|
||||
- ngrok
|
||||
- python-aws-mfa
|
||||
|
||||
- name: Clone DabApps Dotfiles
|
||||
git:
|
||||
|
|
|
@ -6,9 +6,9 @@
|
|||
become_user: aur_builder
|
||||
when: item not in installed_packages.stdout_lines
|
||||
loop:
|
||||
- 'biber'
|
||||
- 'pandoc-bin'
|
||||
- 'texlive-most'
|
||||
- biber
|
||||
- pandoc-bin
|
||||
- texlive-most
|
||||
|
||||
- name: Install dev packages
|
||||
aur:
|
||||
|
@ -18,18 +18,18 @@
|
|||
become_user: aur_builder
|
||||
when: item not in installed_packages.stdout_lines
|
||||
loop:
|
||||
- 'arduino'
|
||||
- 'arduino-cli'
|
||||
- 'arduino-builder'
|
||||
- 'aws-cli'
|
||||
- 'docker'
|
||||
- 'docker-compose'
|
||||
- 'hugo'
|
||||
- 'poetry'
|
||||
- 'postgresql'
|
||||
- 'postman-bin'
|
||||
- 'sublime-text'
|
||||
- 'tig'
|
||||
- arduino
|
||||
- arduino-cli
|
||||
- arduino-builder
|
||||
- aws-cli
|
||||
- docker
|
||||
- docker-compose
|
||||
- hugo
|
||||
- poetry
|
||||
- postgresql
|
||||
- postman-bin
|
||||
- sublime-text
|
||||
- tig
|
||||
|
||||
- name: Create global .gitignore
|
||||
copy:
|
||||
|
|
|
@ -6,15 +6,15 @@
|
|||
become_user: aur_builder
|
||||
when: item not in installed_packages.stdout_lines
|
||||
loop:
|
||||
- 'all-repository-fonts'
|
||||
- 'fonts-meta-extended-lt'
|
||||
- 'otf-fira-code'
|
||||
- 'otf-font-awesome'
|
||||
- 'ttf-joypixels'
|
||||
- 'ttf-fira-code'
|
||||
- 'ttf-font-awesome'
|
||||
- 'ttf-ms-fonts'
|
||||
- 'ttf-wps-fonts'
|
||||
- all-repository-fonts
|
||||
- fonts-meta-extended-lt
|
||||
- otf-fira-code
|
||||
- otf-font-awesome
|
||||
- ttf-joypixels
|
||||
- ttf-fira-code
|
||||
- ttf-font-awesome
|
||||
- ttf-ms-fonts
|
||||
- ttf-wps-fonts
|
||||
|
||||
- name: Install font configurations
|
||||
file:
|
||||
|
@ -23,6 +23,6 @@
|
|||
mode: 0644
|
||||
state: link
|
||||
loop:
|
||||
- '11-lcdfilter-default.conf'
|
||||
- '10-sub-pixel-rgb.conf'
|
||||
- '30-infinality-aliases.conf'
|
||||
- 11-lcdfilter-default.conf
|
||||
- 10-sub-pixel-rgb.conf
|
||||
- 30-infinality-aliases.conf
|
||||
|
|
|
@ -38,12 +38,12 @@
|
|||
become_user: aur_builder
|
||||
when: item not in installed_packages.stdout_lines
|
||||
loop:
|
||||
- 'gtk-engine-murrine'
|
||||
- 'lxappearance'
|
||||
- 'numix-gtk-theme-git'
|
||||
- 'matcha-gtk-theme'
|
||||
- 'numix-square-icon-theme'
|
||||
- 'qt5-styleplugins'
|
||||
- gtk-engine-murrine
|
||||
- lxappearance
|
||||
- numix-gtk-theme-git
|
||||
- matcha-gtk-theme
|
||||
- numix-square-icon-theme
|
||||
- qt5-styleplugins
|
||||
|
||||
|
||||
- name: Patch out terrible looking QT
|
||||
|
@ -97,7 +97,7 @@
|
|||
state: link
|
||||
force: true
|
||||
loop:
|
||||
- 'org.gnome.SettingsDaemon.XSettings'
|
||||
- 'org.gnome.SettingsDaemon.DiskUtilityNotify'
|
||||
- 'org.gnome.SettingsDaemon.Keyboard'
|
||||
- 'gsettings-data-convert'
|
||||
- org.gnome.SettingsDaemon.XSettings
|
||||
- org.gnome.SettingsDaemon.DiskUtilityNotify
|
||||
- org.gnome.SettingsDaemon.Keyboard
|
||||
- gsettings-data-convert
|
||||
|
|
36
tasks/i3.yml
36
tasks/i3.yml
|
@ -6,24 +6,24 @@
|
|||
become_user: aur_builder
|
||||
when: item not in installed_packages.stdout_lines
|
||||
loop:
|
||||
- 'arandr'
|
||||
- 'betterlockscreen'
|
||||
- 'brightnessctl'
|
||||
- 'picom'
|
||||
- 'dmenu'
|
||||
- 'dunst'
|
||||
- 'feh'
|
||||
- 'flameshot'
|
||||
- 'i3-gaps'
|
||||
- 'i3lock-color'
|
||||
- 'lxrandr'
|
||||
- 'lxqt-policykit'
|
||||
- 'aur/polybar'
|
||||
- 'redshift'
|
||||
- 'rofi'
|
||||
- 'rofi-calc'
|
||||
- 'tbg'
|
||||
- 'xdotool'
|
||||
- arandr
|
||||
- betterlockscreen
|
||||
- brightnessctl
|
||||
- picom
|
||||
- dmenu
|
||||
- dunst
|
||||
- feh
|
||||
- flameshot
|
||||
- i3-gaps
|
||||
- i3lock-color
|
||||
- lxrandr
|
||||
- lxqt-policykit
|
||||
- aur/polybar
|
||||
- redshift
|
||||
- rofi
|
||||
- rofi-calc
|
||||
- tbg
|
||||
- xdotool
|
||||
|
||||
|
||||
- name: Set i3 variables
|
||||
|
|
|
@ -6,13 +6,13 @@
|
|||
become_user: aur_builder
|
||||
when: item not in installed_packages.stdout_lines
|
||||
loop:
|
||||
- 'gpointing-device-settings'
|
||||
- 'ibus'
|
||||
- 'ibus-uniemoji'
|
||||
- 'libinput'
|
||||
- 'libinput-gestures'
|
||||
- 'solaar'
|
||||
- 'xorg-xev'
|
||||
- gpointing-device-settings
|
||||
- ibus
|
||||
- ibus-uniemoji
|
||||
- libinput
|
||||
- libinput-gestures
|
||||
- solaar
|
||||
- xorg-xev
|
||||
|
||||
- name: Install mouse config
|
||||
copy:
|
||||
|
|
|
@ -6,14 +6,14 @@
|
|||
become_user: aur_builder
|
||||
when: item not in installed_packages.stdout_lines
|
||||
loop:
|
||||
- 'calibre'
|
||||
- 'deluge'
|
||||
- 'feedreader'
|
||||
- 'nextcloud-client'
|
||||
- "quassel-client"
|
||||
- calibre
|
||||
- deluge
|
||||
- feedreader
|
||||
- nextcloud-client
|
||||
- quassel-client
|
||||
- terraform
|
||||
- terraform-lsp-bin
|
||||
- 'turtl'
|
||||
- turtl
|
||||
|
||||
|
||||
- name: Create dotfiles directory
|
||||
|
|
|
@ -6,5 +6,5 @@
|
|||
become_user: aur_builder
|
||||
when: item not in installed_packages.stdout_lines
|
||||
loop:
|
||||
- 'nodejs'
|
||||
- 'nvm'
|
||||
- nodejs
|
||||
- nvm
|
||||
|
|
|
@ -6,8 +6,8 @@
|
|||
become_user: aur_builder
|
||||
when: item not in installed_packages.stdout_lines
|
||||
loop:
|
||||
- 'ffmpeg-compat-57'
|
||||
- 'spotify'
|
||||
- ffmpeg-compat-57
|
||||
- spotify
|
||||
|
||||
- name: Install media-related packages
|
||||
aur:
|
||||
|
@ -17,11 +17,11 @@
|
|||
become_user: aur_builder
|
||||
when: item not in installed_packages.stdout_lines
|
||||
loop:
|
||||
- 'bcm20702a1-firmware'
|
||||
- 'bluez-firmware'
|
||||
- 'bluez-utils-compat'
|
||||
- 'blueman'
|
||||
- 'handbrake'
|
||||
- bcm20702a1-firmware
|
||||
- bluez-firmware
|
||||
- bluez-utils-compat
|
||||
- blueman
|
||||
- handbrake
|
||||
|
||||
- name: Install pulseaudio
|
||||
aur:
|
||||
|
|
|
@ -6,9 +6,9 @@
|
|||
become_user: aur_builder
|
||||
when: item not in installed_packages.stdout_lines
|
||||
loop:
|
||||
- 'bind-tools'
|
||||
- 'gnu-netcat'
|
||||
- 'nmap'
|
||||
- bind-tools
|
||||
- gnu-netcat
|
||||
- nmap
|
||||
|
||||
- name: Install NetworkManager and associated tools
|
||||
aur:
|
||||
|
@ -18,8 +18,8 @@
|
|||
become_user: aur_builder
|
||||
when: item not in installed_packages.stdout_lines
|
||||
loop:
|
||||
- 'networkmanager'
|
||||
- 'network-manager-applet'
|
||||
- networkmanager
|
||||
- network-manager-applet
|
||||
|
||||
- name: Enable NetworkManger
|
||||
systemd:
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
- name: Define keys for pacman
|
||||
set_fact:
|
||||
keys:
|
||||
- '1EDDE2CDFC025D17F6DA9EC0ADAE6AD28A8F901A' # Sublime Text
|
||||
- 'EF6E286DDA85EA2A4BA7DE684E2C6E8793298290' # Tor Browser
|
||||
- '9D5F1C051D146843CDA4858BDE64825E7CBC0D51' # ArchStrike
|
||||
- 1EDDE2CDFC025D17F6DA9EC0ADAE6AD28A8F901A # Sublime Text
|
||||
- EF6E286DDA85EA2A4BA7DE684E2C6E8793298290 # Tor Browser
|
||||
- 9D5F1C051D146843CDA4858BDE64825E7CBC0D51 # ArchStrike
|
||||
|
||||
- name: Install pacman config
|
||||
template:
|
||||
|
@ -74,7 +74,7 @@
|
|||
become_user: aur_builder
|
||||
when: item not in installed_packages.stdout_lines
|
||||
loop:
|
||||
- 'archstrike-keyring'
|
||||
- archstrike-keyring
|
||||
|
||||
- name: Install ccache
|
||||
aur:
|
||||
|
|
|
@ -6,13 +6,13 @@
|
|||
become_user: aur_builder
|
||||
when: item not in installed_packages.stdout_lines
|
||||
loop:
|
||||
- 'acpi'
|
||||
- acpi
|
||||
- ethtool
|
||||
- nbfc
|
||||
- 'powertop'
|
||||
- 'psensor'
|
||||
- powertop
|
||||
- psensor
|
||||
- smartmontools
|
||||
- 'sysstat'
|
||||
- sysstat
|
||||
- tlp
|
||||
- xfce4-power-manager
|
||||
|
||||
|
|
|
@ -6,11 +6,11 @@
|
|||
become_user: aur_builder
|
||||
when: item not in installed_packages.stdout_lines
|
||||
loop:
|
||||
- 'pyenv'
|
||||
- 'python-pip'
|
||||
- 'python-virtualenv'
|
||||
- 'python2-pip'
|
||||
- 'python2-virtualenv'
|
||||
- pyenv
|
||||
- python-pip
|
||||
- python-virtualenv
|
||||
- python2-pip
|
||||
- python2-virtualenv
|
||||
|
||||
- name: Create pyenv directory
|
||||
file:
|
||||
|
|
|
@ -6,10 +6,10 @@
|
|||
become_user: aur_builder
|
||||
when: item not in installed_packages.stdout_lines
|
||||
loop:
|
||||
- 'enpass-bin'
|
||||
- 'qomui'
|
||||
- 'wireguard-arch'
|
||||
- 'wireguard-tools'
|
||||
- enpass-bin
|
||||
- qomui
|
||||
- wireguard-arch
|
||||
- wireguard-tools
|
||||
|
||||
- name: Install assh config
|
||||
copy:
|
||||
|
|
|
@ -6,43 +6,43 @@
|
|||
become_user: aur_builder
|
||||
when: item not in installed_packages.stdout_lines
|
||||
loop:
|
||||
- 'advanced-ssh-config'
|
||||
- 'alacritty'
|
||||
- advanced-ssh-config
|
||||
- alacritty
|
||||
- arch-install-scripts
|
||||
- 'bat'
|
||||
- 'catimg'
|
||||
- 'climate'
|
||||
- 'cmatrix'
|
||||
- 'exa'
|
||||
- 'fd'
|
||||
- 'fpp'
|
||||
- 'htop'
|
||||
- 'jshon'
|
||||
- 'jq'
|
||||
- 'nnn'
|
||||
- 'oh-my-zsh-git'
|
||||
- 'pazi'
|
||||
- 'perl-file-mimeinfo'
|
||||
- 'pigz'
|
||||
- 'pipes.sh'
|
||||
- 'playerctl'
|
||||
- 'progress'
|
||||
- 'reptyr'
|
||||
- 'ripgrep'
|
||||
- 'scrcpy'
|
||||
- 'screenfetch'
|
||||
- 'speedtest-cli'
|
||||
- 'sl'
|
||||
- 'terminator'
|
||||
- 'thefuck'
|
||||
- 'tmux'
|
||||
- 'ruby-tmuxinator'
|
||||
- 'xclip'
|
||||
- 'xsel'
|
||||
- 'zsh'
|
||||
- 'zsh-completions'
|
||||
- 'zsh-doc'
|
||||
- 'zsh-syntax-highlighting'
|
||||
- bat
|
||||
- catimg
|
||||
- climate
|
||||
- cmatrix
|
||||
- exa
|
||||
- fd
|
||||
- fpp
|
||||
- htop
|
||||
- jshon
|
||||
- jq
|
||||
- nnn
|
||||
- oh-my-zsh-git
|
||||
- pazi
|
||||
- perl-file-mimeinfo
|
||||
- pigz
|
||||
- pipes.sh
|
||||
- playerctl
|
||||
- progress
|
||||
- reptyr
|
||||
- ripgrep
|
||||
- scrcpy
|
||||
- screenfetch
|
||||
- speedtest-cli
|
||||
- sl
|
||||
- terminator
|
||||
- thefuck
|
||||
- tmux
|
||||
- ruby-tmuxinator
|
||||
- xclip
|
||||
- xsel
|
||||
- zsh
|
||||
- zsh-completions
|
||||
- zsh-doc
|
||||
- zsh-syntax-highlighting
|
||||
|
||||
|
||||
- name: Install ZSH config
|
||||
|
|
|
@ -6,8 +6,8 @@
|
|||
become_user: aur_builder
|
||||
when: item not in installed_packages.stdout_lines
|
||||
loop:
|
||||
- 'gvim'
|
||||
- 'vim-pathogen'
|
||||
- gvim
|
||||
- vim-pathogen
|
||||
|
||||
- name: Install vimrc
|
||||
copy:
|
||||
|
@ -40,10 +40,10 @@
|
|||
become: true
|
||||
become_user: "{{ user }}"
|
||||
loop:
|
||||
- 'https://github.com/junegunn/goyo.vim'
|
||||
- 'https://github.com/itchyny/lightline.vim'
|
||||
- 'https://github.com/scrooloose/nerdtree'
|
||||
- 'https://github.com/vim-scripts/peaksea'
|
||||
- 'https://github.com/terryma/vim-multiple-cursors'
|
||||
- 'https://github.com/jremmen/vim-ripgrep'
|
||||
- 'https://github.com/amix/vim-zenroom2'
|
||||
- https://github.com/junegunn/goyo.vim
|
||||
- https://github.com/itchyny/lightline.vim
|
||||
- https://github.com/scrooloose/nerdtree
|
||||
- https://github.com/vim-scripts/peaksea
|
||||
- https://github.com/terryma/vim-multiple-cursors
|
||||
- https://github.com/jremmen/vim-ripgrep
|
||||
- https://github.com/amix/vim-zenroom2
|
||||
|
|
|
@ -6,8 +6,8 @@
|
|||
become_user: aur_builder
|
||||
when: item not in installed_packages.stdout_lines
|
||||
loop:
|
||||
- 'visual-studio-code-bin'
|
||||
- 'universal-ctags-git'
|
||||
- visual-studio-code-bin
|
||||
- universal-ctags-git
|
||||
|
||||
- name: Create VSCode user directory
|
||||
file:
|
||||
|
@ -39,37 +39,37 @@
|
|||
- name: Define VSCode extensions
|
||||
set_fact:
|
||||
requested_vscode_extensions:
|
||||
- 'PKief.material-icon-theme'
|
||||
- 'Zignd.html-css-class-completion'
|
||||
- 'christian-kohler.npm-intellisense'
|
||||
- 'dbaeumer.vscode-eslint'
|
||||
- 'eamodio.gitlens'
|
||||
- 'ms-vscode.vscode-typescript-tslint-plugin'
|
||||
- 'ionutvmi.path-autocomplete'
|
||||
- 'mrmlnc.vscode-less'
|
||||
- 'mrmlnc.vscode-scss'
|
||||
- 'ms-python.python'
|
||||
- 'ms-vscode.sublime-keybindings'
|
||||
- 'rokoroku.vscode-theme-darcula'
|
||||
- 'truman.autocomplate-shell'
|
||||
- 'wholroyd.jinja'
|
||||
- 'formulahendry.auto-close-tag'
|
||||
- 'James-Yu.latex-workshop'
|
||||
- 'streetsidesoftware.code-spell-checker'
|
||||
- 'EditorConfig.EditorConfig'
|
||||
- 'vsciot-vscode.vscode-arduino'
|
||||
- 'vscoss.vscode-ansible'
|
||||
- 'rust-lang.rust'
|
||||
- 'pnp.polacode'
|
||||
- 'mrmlnc.vscode-duplicate'
|
||||
- 'Tyriar.sort-lines'
|
||||
- 'esbenp.prettier-vscode'
|
||||
- 'jspolancor.presentationmode'
|
||||
- 'ms-vscode.cpptools'
|
||||
- 'ms-vscode-remote.remote-containers'
|
||||
- 'ms-azuretools.vscode-docker'
|
||||
- 'mrcrowl.hg'
|
||||
- 'yzhang.markdown-all-in-one'
|
||||
- PKief.material-icon-theme
|
||||
- Zignd.html-css-class-completion
|
||||
- christian-kohler.npm-intellisense
|
||||
- dbaeumer.vscode-eslint
|
||||
- eamodio.gitlens
|
||||
- ms-vscode.vscode-typescript-tslint-plugin
|
||||
- ionutvmi.path-autocomplete
|
||||
- mrmlnc.vscode-less
|
||||
- mrmlnc.vscode-scss
|
||||
- ms-python.python
|
||||
- ms-vscode.sublime-keybindings
|
||||
- rokoroku.vscode-theme-darcula
|
||||
- truman.autocomplate-shell
|
||||
- wholroyd.jinja
|
||||
- formulahendry.auto-close-tag
|
||||
- James-Yu.latex-workshop
|
||||
- streetsidesoftware.code-spell-checker
|
||||
- EditorConfig.EditorConfig
|
||||
- vsciot-vscode.vscode-arduino
|
||||
- vscoss.vscode-ansible
|
||||
- rust-lang.rust
|
||||
- pnp.polacode
|
||||
- mrmlnc.vscode-duplicate
|
||||
- Tyriar.sort-lines
|
||||
- esbenp.prettier-vscode
|
||||
- jspolancor.presentationmode
|
||||
- ms-vscode.cpptools
|
||||
- ms-vscode-remote.remote-containers
|
||||
- ms-azuretools.vscode-docker
|
||||
- mrcrowl.hg
|
||||
- yzhang.markdown-all-in-one
|
||||
- jock.svg
|
||||
- naumovs.color-highlight
|
||||
- pranaygp.vscode-css-peek
|
||||
|
|
Loading…
Reference in a new issue