-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a54db65
commit 19e05f6
Showing
1 changed file
with
49 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
--- | ||
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 | ||
|