My VS Code User Settings

Here are my favorite settings I enable on each no VS Code (or VS Codeium) instance.

Flo

My settings.json file

/User/settings.json
{
"git.autofetch": true,
"explorer.confirmDelete": false,
"git.enableSmartCommit": true,
"editor.formatOnSave": true,
"editor.defaultFormatter": "esbenp.prettier-vscode",
"git.blame.editorDecoration.enabled": true,
"workbench.iconTheme": "material-icon-theme",
"explorer.confirmDragAndDrop": false,
"editor.codeLens": true,
"javascript.referencesCodeLens.enabled": true,
"javascript.referencesCodeLens.showOnAllFunctions": true,
"typescript.implementationsCodeLens.enabled": true,
"typescript.implementationsCodeLens.showOnInterfaceMethods": true,
"typescript.referencesCodeLens.enabled": true,
"typescript.referencesCodeLens.showOnAllFunctions": true,
"workbench.colorTheme": "Ayu Mirage",
"telemetry.editStats.details.enabled": false,
"telemetry.editStats.enabled": false,
"telemetry.feedback.enabled": false,
"telemetry.telemetryLevel": "off",
}