diff --git a/.vscode/extensions.json b/.vscode/extensions.json new file mode 100644 index 0000000..51a37e7 --- /dev/null +++ b/.vscode/extensions.json @@ -0,0 +1,6 @@ +{ + "recommendations": [ + "redhat.vscode-yaml", + "runem.lit-plugin" + ] +} \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json index 473c7e5..692bc9f 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,3 +1,6 @@ { - "files.associations": {"*.json": "jsonc"} + "files.associations": { + "*.json": "jsonc" + }, + "lit-plugin.strict": true }