From 899853e24cc7d63ac48ca47eca1558c6f6be5941 Mon Sep 17 00:00:00 2001 From: Katalina Okano Date: Sat, 5 Dec 2020 23:15:04 -0500 Subject: [PATCH] fix codestyle issues with devcontainer --- .devcontainer/devcontainer.json | 66 ++++++++++++++++----------------- 1 file changed, 33 insertions(+), 33 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 1041993..64daca7 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,34 +1,34 @@ { - "name": "Roleypoly (Go, Node)", - "image": "ghcr.io/roleypoly/dev-container:main", - // Set *default* container specific settings.json values on container create. - "settings": { - "terminal.integrated.shell.linux": "/bin/bash" - }, - // Add the IDs of extensions you want installed when the container is created. - "extensions": [ - "dbaeumer.vscode-eslint", - "golang.go", - "hashicorp.terraform", - "firsttris.vscode-jest-runner", - "esbenp.prettier-vscode", - "jpoissonnier.vscode-styled-components", - "eg2.vscode-npm-script", - "christian-kohler.npm-intellisense", - "ms-azuretools.vscode-docker", - "eamodio.gitlens", - "davidanson.vscode-markdownlint", - "stylelint.vscode-stylelint", - "pflannery.vscode-versionlens", - "visualstudioexptteam.vscodeintellicode", - "bungcip.better-toml" - ], - // Use 'forwardPorts' to make a list of ports inside the container available locally. - // "forwardPorts": [], - // Use 'postCreateCommand' to run commands after the container is created. - // "postCreateCommand": "uname -a", - // Uncomment when using a ptrace-based debugger like C++, Go, and Rust - // "runArgs": [ "--cap-add=SYS_PTRACE", "--security-opt", "seccomp=unconfined" ], - // Uncomment to connect as a non-root user. See https://aka.ms/vscode-remote/containers/non-root. - "remoteUser": "vscode" -} \ No newline at end of file + "name": "Roleypoly (Go, Node)", + "image": "ghcr.io/roleypoly/dev-container:main", + // Set *default* container specific settings.json values on container create. + "settings": { + "terminal.integrated.shell.linux": "/bin/bash" + }, + // Add the IDs of extensions you want installed when the container is created. + "extensions": [ + "dbaeumer.vscode-eslint", + "golang.go", + "hashicorp.terraform", + "firsttris.vscode-jest-runner", + "esbenp.prettier-vscode", + "jpoissonnier.vscode-styled-components", + "eg2.vscode-npm-script", + "christian-kohler.npm-intellisense", + "ms-azuretools.vscode-docker", + "eamodio.gitlens", + "davidanson.vscode-markdownlint", + "stylelint.vscode-stylelint", + "pflannery.vscode-versionlens", + "visualstudioexptteam.vscodeintellicode", + "bungcip.better-toml" + ], + // Use 'forwardPorts' to make a list of ports inside the container available locally. + // "forwardPorts": [], + // Use 'postCreateCommand' to run commands after the container is created. + // "postCreateCommand": "uname -a", + // Uncomment when using a ptrace-based debugger like C++, Go, and Rust + // "runArgs": [ "--cap-add=SYS_PTRACE", "--security-opt", "seccomp=unconfined" ], + // Uncomment to connect as a non-root user. See https://aka.ms/vscode-remote/containers/non-root. + "remoteUser": "vscode" +}