Skip to content

Commit

Permalink
Merge pull request #15 from custom-cards/action-editor-section
Browse files Browse the repository at this point in the history
Action editor section
  • Loading branch information
iantrich committed Nov 8, 2019
2 parents bea5945 + 673bf2e commit f946bca
Show file tree
Hide file tree
Showing 6 changed files with 177 additions and 67 deletions.
7 changes: 4 additions & 3 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,14 @@
],
"extensions": [
"github.vscode-pull-request-github",
"tabnine.tabnine-vscode",
"eamodio.gitlens",
"dbaeumer.vscode-eslint",
"ms-vscode.vscode-typescript-tslint-plugin",
"esbenp.prettier-vscode",
"bierner.lit-html",
"runem.lit-plugin",
"ms-python.python"
"auchenberg.vscode-browser-preview",
"davidanson.vscode-markdownlint",
"redhat.vscode-yaml"
],
"settings": {
"files.eol": "\n",
Expand Down
8 changes: 6 additions & 2 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
{
"recommendations": [
"github.vscode-pull-request-github",
"eamodio.gitlens",
"dbaeumer.vscode-eslint",
"ms-vscode.vscode-typescript-tslint-plugin",
"esbenp.prettier-vscode",
"bierner.lit-html",
"runem.lit-plugin"
"runem.lit-plugin",
"auchenberg.vscode-browser-preview",
"davidanson.vscode-markdownlint",
"redhat.vscode-yaml"
]
}

0 comments on commit f946bca

Please sign in to comment.