diff --git a/Lynx.code-workspace b/Lynx.code-workspace new file mode 100644 index 0000000..e5510cd --- /dev/null +++ b/Lynx.code-workspace @@ -0,0 +1,10 @@ +{ + "folders": [ + { + "path": "." + } + ], + "settings": { + "debug.allowBreakpointsEverywhere": true + } +}