mirror of
https://github.com/wczffl-503/vscode-config.git
synced 2025-06-07 19:40:26 +08:00
Compare commits
8 Commits
Author | SHA1 | Date | |
---|---|---|---|
75d62db451 | |||
4b5dc2b7d8 | |||
3fb29408f6 | |||
c067692137 | |||
f97ad2d9a4 | |||
74466e5a65 | |||
804718b393 | |||
0e09dafefc |
19
.vscode/settings.json
vendored
19
.vscode/settings.json
vendored
@ -7,7 +7,7 @@
|
|||||||
"workbench.settings.applyToAllProfiles": [
|
"workbench.settings.applyToAllProfiles": [
|
||||||
"editor.suggest.insertMode"
|
"editor.suggest.insertMode"
|
||||||
],
|
],
|
||||||
"editor.fontFamily": "'Monaspace Neon', monospace",
|
"editor.fontFamily": "'CaskaydiaMono Nerd Font Mono', monospace",
|
||||||
"livePreview.defaultPreviewPath": "/Users/se7entin/Downloads/DONATION.html",
|
"livePreview.defaultPreviewPath": "/Users/se7entin/Downloads/DONATION.html",
|
||||||
"cmake.configureOnOpen": true,
|
"cmake.configureOnOpen": true,
|
||||||
"cmake.showOptionsMovedNotification": false,
|
"cmake.showOptionsMovedNotification": false,
|
||||||
@ -19,14 +19,21 @@
|
|||||||
"git.confirmSync": false,
|
"git.confirmSync": false,
|
||||||
"git.autofetch": true,
|
"git.autofetch": true,
|
||||||
"gitlens.views.branches.branches.layout": "list",
|
"gitlens.views.branches.branches.layout": "list",
|
||||||
"cph.general.timeOut": 1000,
|
"cph.general.timeOut": 2000,
|
||||||
"explorer.confirmPasteNative": false,
|
"explorer.confirmPasteNative": false,
|
||||||
"editor.accessibilitySupport": "off",
|
"editor.accessibilitySupport": "off",
|
||||||
"terminal.integrated.enableMultiLinePasteWarning": false,
|
"terminal.integrated.enableMultiLinePasteWarning": false,
|
||||||
"wakatime.apiKey": "",
|
"editor.fontSize": 16,
|
||||||
"editor.fontSize": 14,
|
|
||||||
"workbench.preferredDarkColorTheme": "GitHub Dark Colorblind (Beta)",
|
"workbench.preferredDarkColorTheme": "GitHub Dark Colorblind (Beta)",
|
||||||
"workbench.preferredLightColorTheme": "Default Dark+",
|
"workbench.preferredLightColorTheme": "Default Dark+",
|
||||||
"workbench.iconTheme": "monospace-icons",
|
"workbench.iconTheme": "catppuccin-mocha",
|
||||||
"github.copilot.editor.enableAutoCompletions": false,
|
"files.autoSave": "onFocusChange",
|
||||||
|
"workbench.colorTheme": "Gruvbox Dark Hard",
|
||||||
|
"explorer.confirmDragAndDrop": false,
|
||||||
|
"cph.language.cpp.Args": "-std=c++14 -O2",
|
||||||
|
"security.promptForLocalFileProtocolHandling": false,
|
||||||
|
"workbench.sideBar.location": "right",
|
||||||
|
"window.customTitleBarVisibility": "windowed",
|
||||||
|
"github.copilot.nextEditSuggestions.enabled": true,
|
||||||
|
"workbench.experimental.share.enabled": true,
|
||||||
}
|
}
|
||||||
|
19
README.md
19
README.md
@ -5,8 +5,6 @@
|
|||||||
>
|
>
|
||||||
> Don’t blindly use my settings unless you know what that entails. Use at your own risk!
|
> 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
|
```plaintext
|
||||||
.
|
.
|
||||||
├── LICENSE
|
├── LICENSE
|
||||||
@ -40,16 +38,19 @@ Go to the [Gist](https://gist.github.com/ToothlessHaveBun/5da59dfd511ce80cee3501
|
|||||||
|
|
||||||
## :camera_flash: Screen Shorts
|
## :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="Screen1" src="https://github.com/user-attachments/assets/e992fdca-aad4-4c72-8f33-423ff003bff5" />
|
||||||
|
|
||||||
|
<img width="1582" alt="Screen2" src="https://github.com/user-attachments/assets/63256e19-68c7-4920-bed2-9a88c6e34431" />
|
||||||
|
|
||||||
<img width="1582" alt="Screenshort1" src="https://github.com/user-attachments/assets/0946fedb-8e70-4e28-9b8b-fa5184faa176" />
|
|
||||||
|
|
||||||
## :heartpulse: Colorful
|
## :heartpulse: Colorful
|
||||||
|
|
||||||
- Color Theme: Defult Dark Modern
|
- Color Theme: Gruvbox Theme
|
||||||
- Icon Theme: [Monospace Theme](https://marketplace.visualstudio.com/items?itemName=keksiqc.idx-monospace-theme)
|
- Icon Theme: Catppuccin Icons for VSCode
|
||||||
- Font: [Monaspace Neon](https://monaspace.githubnext.com/)
|
- Font: [CaskaydiaMono Nerd Font](https://github.com/ryanoasis/nerd-fonts/releases/download/v3.4.0/CascadiaMono.zip)
|
||||||
|
|
||||||
---
|
## Author
|
||||||
|
|
||||||
###### © 2024-Persent ToothlessHaveBun. Project under [MIT-License](https://github.com/ToothlessHaveBun/vscode-config/tree/main?tab=MIT-1-ov-file)
|
**vscode-config** © [Frederick Chen](https://www.ohdragonboi.cn) | Published under [MIT-License](LICENSE).
|
||||||
|
|
||||||
|
> [Portfolio](https://fredcss.dev) · [Blog :cn:](https://www.ohdragonboi.cn) · GitHub @ [wczffl-503](https://github.com/wczffl-503) · Twitter @ [wczffL_503](https://x.com/wczffL_503) · contact@ohdragonboi.cn
|
||||||
|
Loading…
x
Reference in New Issue
Block a user