From 9f6d172c2397a549ce343697970eef39f26cd57b Mon Sep 17 00:00:00 2001 From: imnyang Date: Wed, 18 Jun 2025 21:15:14 +0900 Subject: [PATCH] =?UTF-8?q?[Enhancement]=20.vscode/settings.json=20?= =?UTF-8?q?=ED=8C=8C=EC=9D=BC=20=EC=B6=94=EA=B0=80:=20rust-analyzer=20?= =?UTF-8?q?=EC=84=A4=EC=A0=95=20=ED=8F=AC=ED=95=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vscode/settings.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..a8b69fb --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "rust-analyzer.initializeStopped": true +} \ No newline at end of file