Merge 9ae3f29dad2f677d35200b569c4904190a42234a into 834a144ee995460fba8ed112a2fc961b36a5ec5a
This commit is contained in:
commit
aea4e21496
@ -2,5 +2,13 @@
|
|||||||
// README at: https://github.com/devcontainers/templates/tree/main/src/typescript-node
|
// README at: https://github.com/devcontainers/templates/tree/main/src/typescript-node
|
||||||
{
|
{
|
||||||
"name": "@actions/upload-artifact",
|
"name": "@actions/upload-artifact",
|
||||||
"image": "mcr.microsoft.com/devcontainers/typescript-node:0-16"
|
"image": "mcr.microsoft.com/devcontainers/typescript-node:0-16",
|
||||||
|
"customizations": {
|
||||||
|
"vscode": {
|
||||||
|
"extensions": [
|
||||||
|
"dbaeumer.vscode-eslint",
|
||||||
|
"DavidAnson.vscode-markdownlint"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
5
.vscode/extensions.json
vendored
Normal file
5
.vscode/extensions.json
vendored
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
{
|
||||||
|
"recommendations": [
|
||||||
|
"davidanson.vscode-markdownlint"
|
||||||
|
]
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user