Added vscode workspace file

This commit is contained in:
Alex 2022-09-28 20:55:32 +03:00
parent ab005eab14
commit f83dacc7aa
Signed by untrusted user who does not match committer: enderice2
GPG Key ID: EACC3AD603BAB4DD

10
Fennix.code-workspace Normal file
View File

@ -0,0 +1,10 @@
{
"folders": [
{
"path": "."
}
],
"settings": {
"debug.allowBreakpointsEverywhere": true
}
}