VSCode
Configuration
{ // https://code.visualstudio.com/blogs/2025/02/12/next-edit-suggestions "github.copilot.nextEditSuggestions.enabled": true,
// Disable telemetry "telemetry.enableCrashReporter": false, "telemetry.enableTelemetry": false,
// https://code.visualstudio.com/updates/v1_60#_high-performance-bracket-pair-colorization "editor.bracketPairColorization.enabled": true}