Pending changes exported from your codespace
This commit is contained in:
parent
5ff1e5929a
commit
0f67b4ca5e
|
@ -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"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -0,0 +1,5 @@
|
||||||
|
{
|
||||||
|
"recommendations": [
|
||||||
|
"davidanson.vscode-markdownlint"
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in New Issue