DataAnalysis2022/dataanalaysis.code-workspace
Kasper D. Fischer fc3b809875 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.
2024-04-22 11:35:38 +02:00

8 lines
60 B
Plaintext

{
"folders": [
{
"path": "."
}
],
"settings": {}
}