File tree Expand file tree Collapse file tree 3 files changed +24
-0
lines changed
openSUSE/vscode_extensions Expand file tree Collapse file tree 3 files changed +24
-0
lines changed Original file line number Diff line number Diff line change 1+ #! /bin/sh
2+
3+ # this will install the following vs-code extensions:
4+ # 1. Docker
5+
6+ echo " Installing the following extension:"
7+ echo " 1. Docker"
8+ code --install-extension ms-azuretools.vscode-docker
Original file line number Diff line number Diff line change 1+ #! /bin/bash
2+
3+ # this will install the following vs-code extensions:
4+ # 1. Docker
5+
6+ echo " Installing the following extension:"
7+ echo " 1. Docker"
8+ code --install-extension ms-azuretools.vscode-docker
Original file line number Diff line number Diff line change 1+ #! /bin/sh
2+
3+ # this will install the following vs-code extensions:
4+ # 1. Docker
5+
6+ echo " Installing the following extension:"
7+ echo " 1. Docker"
8+ code --install-extension ms-azuretools.vscode-docker
You can’t perform that action at this time.
0 commit comments