From da269b5c6dbf9e4d62c21a949fc53adebcf67850 Mon Sep 17 00:00:00 2001 From: Alex Date: Thu, 13 Oct 2022 05:07:06 +0300 Subject: [PATCH] Added vscode workspace file --- Lynx.code-workspace | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 Lynx.code-workspace 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 + } +}