Cleanup vscode extensions
This commit is contained in:
parent
45014faed7
commit
be5c29bc7e
1 changed files with 6 additions and 11 deletions
|
@ -48,32 +48,27 @@
|
||||||
when: "item not in vscode_extensions.stdout_lines"
|
when: "item not in vscode_extensions.stdout_lines"
|
||||||
with_items:
|
with_items:
|
||||||
- 'PKief.material-icon-theme'
|
- 'PKief.material-icon-theme'
|
||||||
- 'PeterJausovec.vscode-docker'
|
|
||||||
- 'Zignd.html-css-class-completion'
|
- 'Zignd.html-css-class-completion'
|
||||||
- 'bitzl.vscode-puppet'
|
|
||||||
- 'bogdan-sinitsa.theme-dark-monokai'
|
|
||||||
- 'christian-kohler.npm-intellisense'
|
- 'christian-kohler.npm-intellisense'
|
||||||
- 'dbaeumer.vscode-eslint'
|
- 'dbaeumer.vscode-eslint'
|
||||||
- 'eamodio.gitlens'
|
- 'eamodio.gitlens'
|
||||||
- 'eg2.tslint'
|
- 'ms-vscode.vscode-typescript-tslint-plugin'
|
||||||
- 'eg2.vscode-npm-script'
|
|
||||||
- 'formulahendry.code-runner'
|
|
||||||
- 'ionutvmi.path-autocomplete'
|
- 'ionutvmi.path-autocomplete'
|
||||||
- 'magicstack.MagicPython'
|
|
||||||
- 'mrmlnc.vscode-less'
|
- 'mrmlnc.vscode-less'
|
||||||
- 'mrmlnc.vscode-scss'
|
- 'mrmlnc.vscode-scss'
|
||||||
- 'ms-python.python'
|
- 'ms-python.python'
|
||||||
- 'ms-vscode.sublime-keybindings'
|
- 'ms-vscode.sublime-keybindings'
|
||||||
- 'rokoroku.vscode-theme-darcula'
|
- 'rokoroku.vscode-theme-darcula'
|
||||||
- 'steoates.autoimport'
|
|
||||||
- 'truman.autocomplate-shell'
|
- 'truman.autocomplate-shell'
|
||||||
- 'wholroyd.jinja'
|
- 'wholroyd.jinja'
|
||||||
- 'formulahendry.auto-close-tag'
|
- 'formulahendry.auto-close-tag'
|
||||||
- 'James-Yu.latex-workshop'
|
- 'James-Yu.latex-workshop'
|
||||||
- 'ban.spellright'
|
- 'streetsidesoftware.code-spell-checker'
|
||||||
- 'editorconfig.editorconfig'
|
- 'editorconfig.editorconfig'
|
||||||
- 'batisteo.vscode-django'
|
|
||||||
- 'davidanson.vscode-markdownlint'
|
|
||||||
- 'vsciot-vscode.vscode-arduino'
|
- 'vsciot-vscode.vscode-arduino'
|
||||||
- 'vscoss.vscode-ansible'
|
- 'vscoss.vscode-ansible'
|
||||||
- 'rust-lang.rust'
|
- 'rust-lang.rust'
|
||||||
|
- 'pnp.polacode'
|
||||||
|
- 'mrmlnc.vscode-duplicate'
|
||||||
|
- 'Tyriar.sort-lines'
|
||||||
|
- 'esbenp.prettier-vscode'
|
||||||
|
|
Loading…
Reference in a new issue