summaryrefslogtreecommitdiffstats
path: root/.vscode
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2021-07-01 18:06:27 -0500
committerToby Vincent <tobyv13@gmail.com>2021-07-01 18:06:27 -0500
commitf6693377023a8b760778976e6803a6b0b07a2092 (patch)
tree5f9a7deb7a88d96a667d22e4db28aafe75cde86b /.vscode
parent6df0623eda50ada13c0379456a4a0be1e1c649dc (diff)
split out pihole into submodule
Diffstat (limited to '.vscode')
-rwxr-xr-x.vscode/extensions.json6
-rwxr-xr-x.vscode/settings.json14
2 files changed, 20 insertions, 0 deletions
diff --git a/.vscode/extensions.json b/.vscode/extensions.json
new file mode 100755
index 0000000..aeab443
--- /dev/null
+++ b/.vscode/extensions.json
@@ -0,0 +1,6 @@
+{
+ "recommendations": [
+ "redhat.vscode-yaml",
+ "ms-azuretools.vscode-docker"
+ ]
+} \ No newline at end of file
diff --git a/.vscode/settings.json b/.vscode/settings.json
new file mode 100755
index 0000000..71f0ab4
--- /dev/null
+++ b/.vscode/settings.json
@@ -0,0 +1,14 @@
+{
+ "files.associations": {
+ "**/nginx/*-confs*/*": "NGINX"
+ },
+ "files.autoSave": "off",
+ // "docker.networks.showBuiltInNetworks": false,
+ "docker.containers.label": "ContainerName",
+ "docker.containers.description": [
+ "Status"
+ ],
+ "[dockerfile]": {
+ "editor.defaultFormatter": "ms-azuretools.vscode-docker"
+ },
+} \ No newline at end of file