From 1a056169312140f975dbc13c6d5a487bfce05661 Mon Sep 17 00:00:00 2001 From: Wilson Beebe Date: Thu, 4 Apr 2024 11:41:05 -0700 Subject: [PATCH] Fix code block indentation --- contributions.code-workspace | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 contributions.code-workspace diff --git a/contributions.code-workspace b/contributions.code-workspace new file mode 100644 index 0000000..2a0ed79 --- /dev/null +++ b/contributions.code-workspace @@ -0,0 +1,7 @@ +{ + "folders": [ + { + "path": ".." + } + ] +} \ No newline at end of file