diff options
| author | DanielGavin <danielgavin5@hotmail.com> | 2020-11-27 01:36:39 +0100 |
|---|---|---|
| committer | DanielGavin <danielgavin5@hotmail.com> | 2020-11-27 01:36:39 +0100 |
| commit | a4a54cedcaf53beb40fc087b26f0f1ec31b6574f (patch) | |
| tree | 4396d0a2add8c02bfba7c7b4cb12b15aa145f2c8 /ols.json | |
| parent | 1af0f32800032022f7addbe5ce706a6f13767aba (diff) | |
add support for json configuration in the workspace
Diffstat (limited to 'ols.json')
| -rw-r--r-- | ols.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ols.json b/ols.json new file mode 100644 index 0000000..57fb3e2 --- /dev/null +++ b/ols.json @@ -0,0 +1,4 @@ +{ + "collections": [{ "name": "core", "path": "c:/Users/danie/OneDrive/Desktop/Computer_Science/Odin/core" }, + { "name": "shared", "path": "c:/Users/danie/OneDrive/Desktop/Computer_Science/ols/src" }] +}
\ No newline at end of file |