From fe4b4fdf7cbbf27ab96b4618ab0d3f39b02a04ce Mon Sep 17 00:00:00 2001 From: Matt Strapp Date: Wed, 13 Sep 2023 15:14:25 -0500 Subject: Initial commit Get the skeleton (hehe) started --- .vscode/settings.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .vscode/settings.json (limited to '.vscode/settings.json') diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..929dd4e --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,5 @@ +{ + "yaml.schemas": { + "https://json.schemastore.org/github-workflow.json": "file:///home/user/src/misc/portfolio-page/.github/workflows/deploy.yaml" + } +} \ No newline at end of file -- cgit v1.2.3