Prepended all namespaces with 'cc.journeyman'; tests run, 4 don't pass.

This commit is contained in:
Simon Brooke 2020-11-15 21:09:18 +00:00
parent 37dbb767ac
commit 310896cc95
No known key found for this signature in database
GPG key ID: A7A4F18D1D4DF987
34 changed files with 107 additions and 81 deletions

17
workspace.code-workspace Normal file
View file

@ -0,0 +1,17 @@
{
"folders": [
{
"path": "."
},
{
"path": "../gossip"
},
{
"path": "../walkmap"
},
{
"path": "../genbuildings"
}
],
"settings": {}
}