https://github.com/dalisoft/vscode-config
VSCode shared configuration tuned for performance, easy and extensibility. Used for coding Rust, Golang, TypeScript/JavaScript and more
https://github.com/dalisoft/vscode-config
config cursor editor vscode
Last synced: about 1 year ago
JSON representation
VSCode shared configuration tuned for performance, easy and extensibility. Used for coding Rust, Golang, TypeScript/JavaScript and more
- Host: GitHub
- URL: https://github.com/dalisoft/vscode-config
- Owner: dalisoft
- License: mit
- Created: 2022-09-10T14:47:22.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2025-03-06T05:46:31.000Z (about 1 year ago)
- Last Synced: 2025-03-19T05:33:03.532Z (about 1 year ago)
- Topics: config, cursor, editor, vscode
- Language: Shell
- Homepage:
- Size: 2.84 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# VSCode/Cursor AI settings
Applicable only for last two release of VSCode and Cursor AI. If you need older version, please see commit history
## macOS / Linux
Just run
```sh
./install-[stable|insider|cursor].sh
```
## Tuning
Disable workspace specific extensions or RAM-hungry extensions
- Not all extensions are listed
- Disable these extensions to save CPU and memory when not needed
| Name | Global | Workspace | High resource usage |
| -------------------------- | ------ | --------- | -------------------- |
| CodeSpell + All langs | - | - | CPU/RAM |
| Deno | - | + | RAM |
| i18n ally | - | - | RAM |
| IntelliCode API Usage | - | - | CPU/RAM |
| Stylelint | - | + | CPU/RAM |
| `vscode-styled-components` | - | + | CPU/RAM |
| Pretty TS Errors | - | - | CPU/RAM |
| Bash IDE | - | + | CPU/RAM |
| biome | - | + | CPU? |
| CodeLLDB | - | + | CPU/RAM |
| dprint | - | + | CPU? |
| ESLint | - | + | CPU/RAM |
| Figma | - | + | CPU/RAM |
| GH Actions | - | + | CPU/RAM |
| GH PR and Issues | - | + | CPU/RAM |
| HTMLHint | - | + | RAM |
| PowerShell | - | + | |
| SQLTools | - | + | RAM |
| Dev DB | - | + | RAM |
| Database Client | - | + | RAM |
| MongoDB | - | + | RAM |
| quick-lint-js | - | + | CPU |
| Thunder Client | - | + | |
| Shellcheck | - | - | **Bash IDE** or this |
| Cody AI | - | - | CPU/RAM |
| Tabnine AI | - | - | CPU/RAM |
| Codeium AI | - | - | CPU/RAM |
| Continue AI | - | + | CPU? |
| Cline AI | - | + | |
| GitHub Copilot | - | + | |
## Post-installation
Just reboot VSCode
## Supported versions
Due of M$ does not support old VSCode versions, old `legacy.patch` not working anymore
Latest **1 versions** at best and **2 versions** at support of VSCode (Insiders) are supported
## Special thanks to
[](https://jb.gg/OpenSourceSupport)
for providing free license to support Open-Source projects
## FAQ
### Installation failed or not found
Check if you before installed this script, on **Code/Code Insider** folder should be **User** linked folder. Delete that and re-try install