Added a vscode extention '.gitignore generator' into container

This commit is contained in:
jason.zhu 2021-05-26 23:59:45 +00:00
parent 8252467291
commit 72f75f108a

View File

@ -15,7 +15,8 @@
// Add the IDs of extensions you want installed when the container is created.
"extensions": [
"dbaeumer.vscode-eslint"
"dbaeumer.vscode-eslint",
"piotrpalarz.vscode-gitignore-generator"
],
// Use 'forwardPorts' to make a list of ports inside the container available locally.