Skip to content
This repository has been archived by the owner on Jul 10, 2024. It is now read-only.

Commit

Permalink
added schema to .vscode settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Bullrich committed Apr 18, 2024
1 parent 0ec811b commit 3eb37ee
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
{
"editor.defaultFormatter": "dbaeumer.vscode-eslint"
"editor.defaultFormatter": "dbaeumer.vscode-eslint",
"yaml.schemas": {
"./schema.json": ".github/scripts/**/*.yml"
},
}

0 comments on commit 3eb37ee

Please sign in to comment.