From dadc48caf76e784954e6aa8a16fd91606eb52b40 Mon Sep 17 00:00:00 2001 From: ShazidMahsrafi Date: Thu, 13 Jul 2023 00:28:54 +0600 Subject: [PATCH] update --- .vscode/settings.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 819a1a0..c818ccf 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,4 +1,7 @@ { "cph.general.onceMaintainerMessage": false, - "cph.general.saveLocation": "D:\\Programming\\Unwanted\\cph" + "cph.general.saveLocation": "D:\\Programming\\Unwanted\\cph", + "files.associations": { + "iostream": "cpp" + } } \ No newline at end of file