From 12025996fae0f436ea1bac1f0f0160fecc8e94ea Mon Sep 17 00:00:00 2001 From: zhaohe <1013909206@qq.com> Date: Tue, 19 Jul 2022 14:11:15 +0800 Subject: [PATCH] update --- .vscode/extensions.json | 13 +++++++++++++ workspace.code-workspace | 4 +++- 2 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 .vscode/extensions.json diff --git a/.vscode/extensions.json b/.vscode/extensions.json new file mode 100644 index 0000000..d1987c7 --- /dev/null +++ b/.vscode/extensions.json @@ -0,0 +1,13 @@ +{ + // See https://go.microsoft.com/fwlink/?LinkId=827846 to learn about workspace recommendations. + // Extension identifier format: ${publisher}.${name}. Example: vscode.csharp + + // List of extensions which should be recommended for users of this workspace. + "recommendations": [ + + ], + // List of extensions recommended by VS Code that should not be recommended for users of this workspace. + "unwantedRecommendations": [ + + ] +} \ No newline at end of file diff --git a/workspace.code-workspace b/workspace.code-workspace index d60dc64..0d6c0d1 100644 --- a/workspace.code-workspace +++ b/workspace.code-workspace @@ -1,3 +1,5 @@ { - "folders": [] + "folders": [ + + ] } \ No newline at end of file