https://github.com/null-none/vsc-settings-sync
Sync settings for visual studio code
https://github.com/null-none/vsc-settings-sync
Last synced: about 1 year ago
JSON representation
Sync settings for visual studio code
- Host: GitHub
- URL: https://github.com/null-none/vsc-settings-sync
- Owner: null-none
- Created: 2020-12-29T13:50:08.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-12-29T16:02:17.000Z (over 5 years ago)
- Last Synced: 2025-01-26T09:28:31.780Z (over 1 year ago)
- Size: 2.77 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vsc-settings-sync
Sync settings for visual studio code
[Use Settings Sync](https://marketplace.visualstudio.com/items?itemName=Shan.code-settings-sync)
```json
{
"sync.gist": "45c449ec865b805febeb0c3b43e5a8b9",
"python.languageServer": "Pylance",
"sync.autoDownload": false,
"sync.autoUpload": false,
"sync.forceDownload": false,
"sync.forceUpload": false,
"sync.quietSync": false,
"sync.removeExtensions": true,
"sync.syncExtensions": true,
"editor.fontSize": 16,
"editor.fontFamily": "'JetBrains Mono'",
"editor.fontLigatures": true,
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"explorer.confirmDelete": true,
"explorer.confirmDragAndDrop": true,
"editor.wordWrap": "wordWrapColumn",
"editor.wordWrapColumn": 120,
"editor.minimap.enabled": false,
"editor.formatOnSave": true,
"editor.tabSize": 2,
"editor.detectIndentation": false,
"editor.mouseWheelZoom": true,
"files.trimTrailingWhitespace": true,
"telemetry.enableTelemetry": false,
"telemetry.enableCrashReporter": false,
"files.autoSave": "afterDelay",
"files.autoSaveDelay": 10000
}
```