https://github.com/rekram1-node/vscode-settings
vs code config files so that I can easily replicate my developer environment
https://github.com/rekram1-node/vscode-settings
Last synced: 8 months ago
JSON representation
vs code config files so that I can easily replicate my developer environment
- Host: GitHub
- URL: https://github.com/rekram1-node/vscode-settings
- Owner: rekram1-node
- Created: 2023-04-09T22:44:12.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-19T03:46:02.000Z (almost 2 years ago)
- Last Synced: 2025-07-02T20:07:08.593Z (12 months ago)
- Language: Shell
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vscode-settings
vs code config files so that I can easily replicate my developer environment at least on MacOS machines
To prevent mutliple vscode instances from opening add the following to .zshrc:
alias code="open -b com.microsoft.VSCode"