The rest of the repo configs are not prepared to handle separate
workspaces for the different modules (e.g., linting rules break and fail
to find the right config files).

So for now we back this change out in a way that seems more friendly
with existing vscodes.
This commit is contained in:
Brian Kroth 2024-01-18 18:15:50 -06:00 коммит произвёл GitHub
Родитель 713510f3f3
Коммит 36d2e67319
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 3 добавлений и 1 удалений

Просмотреть файл

@ -2,7 +2,8 @@
"folders": [
{
"path": "."
},
}
/*
{
"path": "mlos_core"
},
@ -12,5 +13,6 @@
{
"path": "mlos_viz"
}
*/
]
}