Skip to content

Commit 6c7dba7

Browse files
committed
added vs code extension for docker
1 parent a578b3d commit 6c7dba7

File tree

3 files changed

+24
-0
lines changed

3 files changed

+24
-0
lines changed

debian/vscode_extensions/docker.sh

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
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

fedora/vscode_extensions/docker.sh

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
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
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
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

0 commit comments

Comments
 (0)