0
0
mirror of https://gitflic.ru/project/maks1ms/ocab.git synced 2025-10-10 22:20:39 +03:00

добавлен workspace

This commit is contained in:
2024-07-31 17:03:50 +03:00
parent 3130e820c3
commit ffa5af740e
2 changed files with 583 additions and 30 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"
]
},
}