🔨 Pins versions of VSCode extensions

This commit is contained in:
Franck Nijhof 2019-05-10 18:40:14 +02:00
parent 833ff73808
commit f765b617e5
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3
2 changed files with 6 additions and 4 deletions

View file

@ -30,7 +30,9 @@ RUN \
RUN \
while read -r ext; do \
echo "Installing vscode extension: ${ext}"; \
code --user-data-dir /root/.config/Code --install-extension "${ext}"; \
code \
--user-data-dir /root/.config/Code \
--install-extension "${ext%#*}"; \
done < /root/vscode.extensions \
&& ls -la /root/.vscode/extensions

View file

@ -1,3 +1,3 @@
keesschollaart.vscode-home-assistant
lukas-tr.materialdesignicons-intellisense
redhat.vscode-yaml
keesschollaart.vscode-home-assistant#0.5.6
lukas-tr.materialdesignicons-intellisense#1.3.1
redhat.vscode-yaml#0.4.0