Skip to content

Commit

Permalink
Add recommended VSCode plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
gberaudo committed Aug 30, 2024
1 parent 141ee28 commit 8e91187
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"recommendations": [
"redhat.vscode-yaml",
"runem.lit-plugin"
]
}
5 changes: 4 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
{
"files.associations": {"*.json": "jsonc"}
"files.associations": {
"*.json": "jsonc"
},
"lit-plugin.strict": true
}

0 comments on commit 8e91187

Please sign in to comment.