From 3c2d3b6f2aefba2b7a1a9fbd506125c8f8b4fdc4 Mon Sep 17 00:00:00 2001 From: daz Date: Fri, 12 Apr 2024 15:39:30 -0600 Subject: [PATCH] Include VS code workspace file This workspace sets things up so that source code navigation works propertly in VS code. --- .gitignore | 1 - actions.code-workspace | 11 +++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 actions.code-workspace diff --git a/.gitignore b/.gitignore index 8b43596..32f8c12 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,2 @@ .git .vscode -actions.code-workspace diff --git a/actions.code-workspace b/actions.code-workspace new file mode 100644 index 0000000..b706d3f --- /dev/null +++ b/actions.code-workspace @@ -0,0 +1,11 @@ +{ + "folders": [ + { + "path": "." + }, + { + "path": "sources" + } + ], + "settings": {} +} \ No newline at end of file