From ec5002b37809daa8e9f44a0f885f98a31c437989 Mon Sep 17 00:00:00 2001 From: "anson.lai" Date: Mon, 29 Jun 2026 12:59:29 +0800 Subject: [PATCH] fix json --- c_cpp_properties.json => .vscode/c_cpp_properties.json | 0 launch.json => .vscode/launch.json | 0 tasks.json | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename c_cpp_properties.json => .vscode/c_cpp_properties.json (100%) rename launch.json => .vscode/launch.json (100%) delete mode 100644 tasks.json diff --git a/c_cpp_properties.json b/.vscode/c_cpp_properties.json similarity index 100% rename from c_cpp_properties.json rename to .vscode/c_cpp_properties.json diff --git a/launch.json b/.vscode/launch.json similarity index 100% rename from launch.json rename to .vscode/launch.json diff --git a/tasks.json b/tasks.json deleted file mode 100644 index e69de29..0000000