Skip to content

Commit

Permalink
added vscode extensions, excluded changes in devcontainer from releases
Browse files Browse the repository at this point in the history
  • Loading branch information
akyriako committed Jul 29, 2024
1 parent 08f2379 commit b75703a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
"vadistic.mdx-inline",
"yzhang.markdown-all-in-one",
"DavidAnson.vscode-markdownlint",
"redhat.vscode-yaml"
"redhat.vscode-yaml",
"TakumiI.markdowntable"
]
}
},
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
paths-ignore:
- '**/README.md'
- '**/CONTRIBUTING.md'
- '**/.devcontainer/devcontainer.json'

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ extras pre-installed:
- React Native Tools
- ES7+ React/Redux/React-Native snippets, Simple React Snippets
- npm Intellisense, Path Intellisense
- Markdown, Markdown All in One, markdownlint
- Markdown, Markdown All in One, Markdown Table, markdownlint
- MDX, MDX Preview, MDX Inline
- Git Graph
- Resource Monitor
Expand Down

0 comments on commit b75703a

Please sign in to comment.