Added a vscode extention '.gitignore generator' into container

chap2
jason.zhu 2021-05-26 23:59:45 +00:00
parent 8252467291
commit 72f75f108a
1 changed files with 2 additions and 1 deletions

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.