Test change

This commit is contained in:
Erich Gamma
2020-02-27 15:34:04 +01:00
committed by GitHub
parent 4997f5a42a
commit 2819dc9329

View File

@@ -17,9 +17,9 @@
// Specifies a command that should be run after the container has been created. // Specifies a command that should be run after the container has been created.
"postCreateCommand": "yarn install", "postCreateCommand": "yarn install",
"initializeCommand": "echo INIT called",
// Add the IDs of extensions you want installed when the container is created in the array below. // Add the IDs of extensions you want installed when the container is created in the array below.
"extensions": [ "extensions": [
"dbaeumer.vscode-eslint" "dbaeumer.vscode-eslint"
] ]
} }