diff --git "a/content/posts/VScode all in one \351\205\215\347\275\256.md" "b/content/posts/VScode all in one \351\205\215\347\275\256.md" deleted file mode 100644 index 49291cc..0000000 --- "a/content/posts/VScode all in one \351\205\215\347\275\256.md" +++ /dev/null @@ -1,49 +0,0 @@ ---- -title: VScode all in one -share: "True" -categories: - - Blog -tags: - - VScode -description: VScode 开发相关配置 -author: TRG -dir: posts -date: 2024-10-21T08:04:31+08:00 -showToc: "true" -ShowReadingTime: "true" -ShowWordCount: "true" -ShowRssButtonInSectionTermList: "true" -UseHugoToc: "true" ---- -## 算法竞赛环境: - -ICPC environment: -https://docs.icpc.global/worldfinals-programming-environment/ - -## VScode 插件推荐 - -- AI 插件: Github Copilot -- Git 相关插件 -- Python 语法, 代码风格 插件: Flake8 - -## C/C++ 配置 - -https://stay-curious.win/2021/08/06/config-mingw64-for-vs-code-on-windows/ - -## Python 配置 - -https://zhuanlan.zhihu.com/p/165379391 - -## Java 配置 - -https://zhuanlan.zhihu.com/p/681106842 - -## Web 开发 配置 - -- https://docs.geeksman.com/front-end/1.front-end-html.html#%E8%AF%AD%E6%B3%95 -- https://zhuanlan.zhihu.com/p/113222681 - -## Markdown 配置 - -https://zhuanlan.zhihu.com/p/678655064 - diff --git a/content/posts/VScode all in one.md b/content/posts/VScode all in one.md deleted file mode 100644 index ad4fe28..0000000 --- a/content/posts/VScode all in one.md +++ /dev/null @@ -1,45 +0,0 @@ ---- -title: VScode all in one -share: "True" -categories: - - Blog -tags: - - VScode -description: VScode 开发相关配置 -author: TRG -dir: posts -date: 2024-10-21T08:04:31+08:00 -showToc: "true" -ShowReadingTime: "true" -ShowWordCount: "true" -ShowRssButtonInSectionTermList: "true" -UseHugoToc: "true" ---- -## VScode 插件推荐 - -- AI 插件: copilot -- Git 相关插件 -- Python 语法, 代码风格 插件: flake8 - -## Cpp 配置 - -https://www.cnblogs.com/mie9/p/17962241 - -## Python 配置 - -https://zhuanlan.zhihu.com/p/165379391 - -## Java 配置 - -https://zhuanlan.zhihu.com/p/681106842 - -## Web 开发 配置 - -- https://docs.geeksman.com/front-end/1.front-end-html.html#%E8%AF%AD%E6%B3%95 -- https://zhuanlan.zhihu.com/p/113222681 - -## Markdown 配置 - -https://zhuanlan.zhihu.com/p/678655064 - -