Add data analysis code workspace configuration

This commit adds a new file `dataanalaysis.code-workspace` which includes the necessary configuration for a data analysis project. The file specifies the root folder path and contains default settings.
This commit is contained in:
Kasper D. Fischer 2024-04-22 11:35:38 +02:00
parent 85977c1a3a
commit fc3b809875

View File

@ -0,0 +1,8 @@
{
"folders": [
{
"path": "."
}
],
"settings": {}
}