added customizable conflict behaviour in NSD saving

This commit is contained in:
weckyy702
2020-12-28 18:13:24 +01:00
parent b1215e8003
commit 99e7cbe7cc
3 changed files with 37 additions and 15 deletions

2
.vscode/launch.json vendored
View File

@@ -8,7 +8,7 @@
"name": "Python: Aktuelle Datei",
"type": "python",
"request": "launch",
"program": "run.py",
"program": "debug.py",
"console": "integratedTerminal"
}
]