We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ded4570 commit 14fe34bCopy full SHA for 14fe34b
2 files changed
src/.github/dependabot.yaml
@@ -1,3 +1,4 @@
1
+# yaml-language-server: $schema=https://raw.githubusercontent.com/SchemaStore/schemastore/master/src/schemas/json/dependabot-2.0.json
2
version: 2
3
updates:
4
- package-ecosystem: "pip"
src/.vscode/extensions.json
@@ -1,5 +1,9 @@
// -*- mode: jsonc -*-
{
// See more at https://go.microsoft.com/fwlink/?LinkId=827846
- "recommendations": ["ms-python.python", "ms-python.vscode-pylance"]
+ "recommendations": [
5
+ "ms-python.python",
6
+ "ms-python.vscode-pylance",
7
+ "redhat.vscode-yaml"
8
+ ]
9
}
0 commit comments