1
1
mirror of https://github.com/theoludwig/theoludwig.git synced 2025-05-29 22:37:44 +02:00

feat(skills): add C/C++

This commit is contained in:
Divlo
2021-10-01 08:51:07 +02:00
parent a4effb52f9
commit a30355582e
10 changed files with 2269 additions and 3724 deletions

View File

@ -14,11 +14,10 @@
"divlo.vscode-styled-jsx-languageserver",
"bradlc.vscode-tailwindcss",
"mikestead.dotenv",
"coenraads.bracket-pair-colorizer",
"davidanson.vscode-markdownlint",
"ms-azuretools.vscode-docker"
],
"forwardPorts": [3000],
"postAttachCommand": ["npm", "clean-install"],
"postAttachCommand": ["npm", "install"],
"remoteUser": "node"
}