Fix case of vscode extensions
This commit is contained in:
parent
2a81987929
commit
0d3eea368e
1 changed files with 3 additions and 2 deletions
|
@ -78,10 +78,11 @@
|
||||||
- ms-vscode-remote.remote-ssh
|
- ms-vscode-remote.remote-ssh
|
||||||
- wmaurer.change-case
|
- wmaurer.change-case
|
||||||
- bibhasdn.django-html
|
- bibhasdn.django-html
|
||||||
- github.vscode-pull-request-github
|
- GitHub.vscode-pull-request-github
|
||||||
- randomfractalsinc.vscode-data-preview
|
- RandomFractalsInc.vscode-data-preview
|
||||||
- vstirbu.vscode-mermaid-preview
|
- vstirbu.vscode-mermaid-preview
|
||||||
- davidlday.languagetool-linter
|
- davidlday.languagetool-linter
|
||||||
|
- ms-toolsai.jupyter
|
||||||
|
|
||||||
- name: Install VSCode extensions
|
- name: Install VSCode extensions
|
||||||
shell: code --install-extension {{ item }} --force
|
shell: code --install-extension {{ item }} --force
|
||||||
|
|
Loading…
Reference in a new issue