Tried to integrate Threading, as by default, a lot of functionnality will hang the GUI

This commit is contained in:
Kawawete
2024-03-13 17:41:33 +01:00
parent a66fb59b6e
commit a42c3bf5ef
2 changed files with 143 additions and 65 deletions

View File

@ -0,0 +1,11 @@
{
"configurations": [
{
"name": "PowerShell: Launch Script",
"type": "PowerShell",
"request": "launch",
"script": "${workspaceFolder}\\sputils.ps1",
"args": []
}
]
}