Added vscode workspace file

This commit is contained in:
Alex 2022-10-13 05:07:06 +03:00
parent 1f4a0b9ee9
commit da269b5c6d
Signed by untrusted user who does not match committer: enderice2
GPG Key ID: EACC3AD603BAB4DD

10
Lynx.code-workspace Normal file
View File

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