Skip to content

Commit f946bca

Browse files
authored
Merge pull request #15 from custom-cards/action-editor-section
Action editor section
2 parents bea5945 + 673bf2e commit f946bca

File tree

6 files changed

+177
-67
lines changed

6 files changed

+177
-67
lines changed

.devcontainer/devcontainer.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,14 @@
1111
],
1212
"extensions": [
1313
"github.vscode-pull-request-github",
14-
"tabnine.tabnine-vscode",
14+
"eamodio.gitlens",
1515
"dbaeumer.vscode-eslint",
16-
"ms-vscode.vscode-typescript-tslint-plugin",
1716
"esbenp.prettier-vscode",
1817
"bierner.lit-html",
1918
"runem.lit-plugin",
20-
"ms-python.python"
19+
"auchenberg.vscode-browser-preview",
20+
"davidanson.vscode-markdownlint",
21+
"redhat.vscode-yaml"
2122
],
2223
"settings": {
2324
"files.eol": "\n",

.vscode/extensions.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
{
22
"recommendations": [
3+
"github.vscode-pull-request-github",
4+
"eamodio.gitlens",
35
"dbaeumer.vscode-eslint",
4-
"ms-vscode.vscode-typescript-tslint-plugin",
56
"esbenp.prettier-vscode",
67
"bierner.lit-html",
7-
"runem.lit-plugin"
8+
"runem.lit-plugin",
9+
"auchenberg.vscode-browser-preview",
10+
"davidanson.vscode-markdownlint",
11+
"redhat.vscode-yaml"
812
]
913
}

0 commit comments

Comments
 (0)