From 4a9b96e5cc8bf822bf3b2860b175f446cb45f98a Mon Sep 17 00:00:00 2001 From: Martin Ashby Date: Fri, 1 Jun 2018 19:33:11 +0100 Subject: Implemented animated GIFs --- workspace_config.code-workspace | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 workspace_config.code-workspace (limited to 'workspace_config.code-workspace') diff --git a/workspace_config.code-workspace b/workspace_config.code-workspace new file mode 100644 index 0000000..b257b0c --- /dev/null +++ b/workspace_config.code-workspace @@ -0,0 +1,11 @@ +{ + "folders": [ + { + "path": "." + }, + { + "path": "/home/martin/go/src/github.com/MFAshby/unicornpaint/unicorn" + } + ], + "settings": {} +} \ No newline at end of file -- cgit v1.2.3-ZIG