An open API service indexing awesome lists of open source software.

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

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
}

```