From 877e1bdf8ef45e4724734117e37bd72630063d35 Mon Sep 17 00:00:00 2001 From: ShazidMahsrafi Date: Sat, 1 Jul 2023 01:38:12 +0600 Subject: [PATCH] added cph .bin store location --- .vscode/settings.json | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..819a1a0 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,4 @@ +{ + "cph.general.onceMaintainerMessage": false, + "cph.general.saveLocation": "D:\\Programming\\Unwanted\\cph" +} \ No newline at end of file