mirror of
https://github.com/wczffl-503/vscode-config.git
synced 2025-06-08 04:00:26 +08:00
56 lines
3.0 KiB
Markdown
56 lines
3.0 KiB
Markdown
# vscode-config
|
||
@ToothlessHaveBun's Visual Studio Code config files
|
||
|
||
> [!WARNING]
|
||
>
|
||
> Don’t blindly use my settings unless you know what that entails. Use at your own risk!
|
||
|
||
Go to the [Gist](https://gist.github.com/ToothlessHaveBun/5da59dfd511ce80cee3501e94477885e) view.
|
||
|
||
```plaintext
|
||
.
|
||
├── LICENSE
|
||
├── README.md
|
||
└── .vscode
|
||
└── settings.json // This one is the config file
|
||
```
|
||
|
||
## :arrow_double_up: Plugins
|
||
|
||
- [.NET Install Tool](https://marketplace.visualstudio.com/items?itemName=ms-dotnettools.vscode-dotnet-runtime)
|
||
- [Astro](https://marketplace.visualstudio.com/items?itemName=astro-build.astro-vscode)
|
||
- [C/C++](https://marketplace.visualstudio.com/items?itemName=ms-vscode.cpptools)
|
||
- [C/C++ Compile Run](https://marketplace.visualstudio.com/items?itemName=danielpinto8zz6.c-cpp-compile-run)
|
||
- [C/C++ Extension Pack](https://marketplace.visualstudio.com/items?itemName=ms-vscode.cpptools-extension-pack)
|
||
- [CMake](https://marketplace.visualstudio.com/items?itemName=twxs.cmake)
|
||
- [CMake Tools](https://marketplace.visualstudio.com/items?itemName=ms-vscode.cmake-tools)
|
||
- [Competitive Programming Helper (cph)](https://marketplace.visualstudio.com/items?itemName=DivyanshuAgrawal.competitive-programming-helper)
|
||
- [Dev Containers](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers)
|
||
- [Docker](https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-docker)
|
||
- [EJS launguage support](https://marketplace.visualstudio.com/items?itemName=DigitalBrainstem.javascript-ejs-support)
|
||
- [GitHub Codespaces](https://marketplace.visualstudio.com/items?itemName=GitHub.codespaces)
|
||
- [GitHub Pull Requests](https://marketplace.visualstudio.com/items?itemName=GitHub.vscode-pull-request-github)
|
||
- [GitHub Repositories](https://marketplace.visualstudio.com/items?itemName=GitHub.remotehub)
|
||
- [Live Preview](https://marketplace.visualstudio.com/items?itemName=ms-vscode.live-server)
|
||
- [Markdown PDF](https://marketplace.visualstudio.com/items?itemName=yzane.markdown-pdf)
|
||
- [MDX](https://marketplace.visualstudio.com/items?itemName=unifiedjs.vscode-mdx)
|
||
- [Python](https://marketplace.visualstudio.com/items?itemName=ms-python.python)
|
||
- [Vue](https://marketplace.visualstudio.com/items?itemName=Vue.volar)
|
||
- [YAML](https://marketplace.visualstudio.com/items?itemName=redhat.vscode-yaml)
|
||
|
||
## :camera_flash: Screen Shorts
|
||
|
||
<img width="1582" alt="Screenshort1" src="https://github.com/user-attachments/assets/e7cdf12f-640a-469d-9702-a4a609c4f44e" />
|
||
|
||
<img width="1582" alt="Screenshort1" src="https://github.com/user-attachments/assets/0946fedb-8e70-4e28-9b8b-fa5184faa176" />
|
||
|
||
## :heartpulse: Colorful
|
||
|
||
- Color Theme: Defult Dark Modern
|
||
- Icon Theme: [Monospace Theme](https://marketplace.visualstudio.com/items?itemName=keksiqc.idx-monospace-theme)
|
||
- Font: [Monaspace Neon](https://monaspace.githubnext.com/)
|
||
|
||
---
|
||
|
||
###### © 2024-Persent ToothlessHaveBun. Project under [MIT-License](https://github.com/ToothlessHaveBun/vscode-config/tree/main?tab=MIT-1-ov-file)
|