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