Skip to content

Commit

Permalink
[PUBLISHER] Merge #25
Browse files Browse the repository at this point in the history
  • Loading branch information
TecReaGroup authored Oct 30, 2024
1 parent a54db65 commit 19e05f6
Showing 1 changed file with 49 additions and 0 deletions.
49 changes: 49 additions & 0 deletions content/posts/VScode all in one 配置.md
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

0 comments on commit 19e05f6

Please sign in to comment.