add VSCode workspace file

This commit is contained in:
Kasper D. Fischer 2025-05-06 18:36:40 +02:00
parent eaa9ef9d5b
commit b3db046a3b

View File

@ -0,0 +1,14 @@
{
"folders": [
{
"path": "."
},
{
"path": "../DataAnalysis2022"
}
],
"settings": {
"licenser.author": "Kasper D. Fischer <kasper.fischer@rub.de>",
"licenser.license": "CC-BY-NC-SA-4"
}
}