diff options
author | Martin Ashby <martin@martin-laptop.lan> | 2018-06-01 19:33:11 +0100 |
---|---|---|
committer | Martin Ashby <martin@martin-laptop.lan> | 2018-06-01 19:33:11 +0100 |
commit | 4a9b96e5cc8bf822bf3b2860b175f446cb45f98a (patch) | |
tree | cff24b438803874ae6704703461b71147125d454 /workspace_config.code-workspace | |
parent | 5afaaf0432d4c9b6c2d840492eff184af41c961e (diff) | |
download | unicornpaint-4a9b96e5cc8bf822bf3b2860b175f446cb45f98a.tar.gz unicornpaint-4a9b96e5cc8bf822bf3b2860b175f446cb45f98a.tar.bz2 unicornpaint-4a9b96e5cc8bf822bf3b2860b175f446cb45f98a.tar.xz unicornpaint-4a9b96e5cc8bf822bf3b2860b175f446cb45f98a.zip |
Implemented animated GIFs
Diffstat (limited to 'workspace_config.code-workspace')
-rw-r--r-- | workspace_config.code-workspace | 11 |
1 files changed, 11 insertions, 0 deletions
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 |