https://github.com/heycn/vscode-settings
https://github.com/heycn/vscode-settings
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/heycn/vscode-settings
- Owner: heycn
- Created: 2022-10-06T05:00:35.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-22T14:32:46.000Z (almost 2 years ago)
- Last Synced: 2024-12-28T22:29:37.341Z (about 1 year ago)
- Language: Shell
- Size: 210 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
我的 VS Code 设置
[`.vscode/settings.json`](./.vscode/settings.json)
[`.vscode/extensions.json`](./.vscode/extensions.json)
[`.vscode/global.code-snippets`](./.vscode/global.code-snippets)
## 脚本
### 获取 VS Code 所有扩展
```bash
chmod +x bin/exts_list.sh
bin/exts_list.sh
```