Merged with feat/config-module

This commit is contained in:
2024-08-02 16:59:51 +03:00
parent eecc59ca94
commit e2f5e8daba
158 changed files with 8194 additions and 1512 deletions

25
ocab.code-workspace Normal file
View File

@@ -0,0 +1,25 @@
{
"folders": [
{
"name": "OCAB Monorepo Root",
"path": ".",
},
{
"name": "OCAB Modules",
"path": "src/ocab_modules"
},
{
"name": "OCAB Core",
"path": "src/ocab_core"
},
{
"name": "Gnomik",
"path": "src/gnomik"
}
],
"extensions": {
"recommendations": [
"ms-python.python"
]
},
}