* start of refactoring * Wireguard Init * Update * Config * Ssh * ShadowSockets * Update Dockerfile * Pull Request Actions * Removed Dropbear And ssh Update * Push * Push * Add * to lower case files * Rename Dirs * Push * vs code Dev Conatiner * Update devcontainer
39 lines
1.0 KiB
JSON
39 lines
1.0 KiB
JSON
// For format details, see https://aka.ms/devcontainer.json. For config options, see the README at:
|
|
// https://github.com/microsoft/vscode-dev-containers/tree/v0.202.0/containers/ubuntu
|
|
{
|
|
"name": "Ubuntu",
|
|
"runArgs": [
|
|
"--init",
|
|
"--privileged"
|
|
],
|
|
"build": {
|
|
"dockerfile": "Dockerfile"
|
|
},
|
|
"settings": {},
|
|
"extensions": [
|
|
"hookyqr.beautify",
|
|
"aaron-bond.better-comments",
|
|
"coenraads.bracket-pair-colorizer",
|
|
"wmaurer.change-case",
|
|
"hogashi.crontab-syntax-highlight",
|
|
"ms-azuretools.vscode-docker",
|
|
"oouo-diogo-perdigao.docthis",
|
|
"dbaeumer.vscode-eslint",
|
|
"mhutchie.git-graph",
|
|
"donjayamanne.githistory",
|
|
"felipecaputo.git-project-manager",
|
|
"cschleiden.vscode-github-actions",
|
|
"me-dutour-mathieu.vscode-github-actions",
|
|
"github.vscode-pull-request-github",
|
|
"eamodio.gitlens",
|
|
"wix.vscode-import-cost",
|
|
"christian-kohler.path-intellisense",
|
|
"esbenp.prettier-vscode",
|
|
"visualstudioexptteam.vscodeintellicode",
|
|
"vscode-icons-team.vscode-icons"
|
|
],
|
|
|
|
// "forwardPorts": [],
|
|
|
|
"remoteUser": "vscode"
|
|
} |