Zum Hauptinhalt springen
tsecurity.de LIVE
Echtzeit-Radar & Feeds
Alle RSS Feeds
👥 Community & Social
Windows Tipps & SecurityGetting Repeated No Caller ID Calls? Here’s What’s Really Going On(22.09.2026 um 22:31 Uhr)
Windows Tipps & SecurityHöllenmaschine: Gaming-Peripherie für gut 1.800 Euro für die HMX 6(23.09.2026 um 10:20 Uhr)
Windows Tipps & SecurityDas nächste große Ding: KI-Agenten(23.09.2026 um 10:30 Uhr)
Sichere ProgrammierungHow AI Is Making Restaurant Menus Easier to Navigate(23.09.2026 um 10:55 Uhr)
Windows Tipps & SecurityGetting Repeated No Caller ID Calls? Here’s What’s Really Going On(22.09.2026 um 22:31 Uhr)
Windows Tipps & SecurityHöllenmaschine: Gaming-Peripherie für gut 1.800 Euro für die HMX 6(23.09.2026 um 10:20 Uhr)
Windows Tipps & SecurityDas nächste große Ding: KI-Agenten(23.09.2026 um 10:30 Uhr)
Sichere ProgrammierungHow AI Is Making Restaurant Menus Easier to Navigate(23.09.2026 um 10:55 Uhr)
Intelligence View
⚡ tsecurity.de Intelligence

VS Code Performance Setup for Low-End Machines (My Real Workflow)

After writing about optimising my old Ryzen 7 3700U laptop, I wanted to go deeper into one specific tool: VS Code. It’s my main editor, but on older hardware it can feel slow, especially during startup or when switching between large f…

0
↗ Quelle (dev.to)
Reagiere als Erste:r — dein Feedback zählt!

After writing about optimising my old Ryzen 7 3700U laptop, I wanted to go deeper into one specific tool: VS Code. It’s my main editor, but on older hardware it can feel slow, especially during startup or when switching between large files. Over time, I’ve built a setup that keeps VS Code responsive even on a low-end machine.



This is the exact configuration I use on my Gateway GWNR71539 running Windows 11 Home.









My Machine




  • Gateway GWNR71539

  • Ryzen 7 3700U

  • 16 GB RAM

  • Vega 10 graphics

  • Windows 11 Home

  • Daily tools: Python, GitHub Desktop, WSL, VS Code









The Problems I Had



Before tuning anything, VS Code had a few issues:




  • Slow startup

  • Extensions taking too long to activate

  • High RAM usage with multiple windows

  • Stutters when switching files

  • CPU spikes when using the integrated terminal



Most of this wasn’t VS Code’s fault — it was my hardware. But with the right setup, it became much smoother.









1. Removing Unnecessary Extensions



Extensions are the biggest cause of slow startup. I removed anything I didn’t use regularly and kept only:




  • Python

  • GitLens

  • Prettier

  • WSL

  • A theme

  • A file icon pack



Everything else was slowing things down.









2. Disabling Extension Auto-Activation



Some extensions activate even when you don’t need them. I disabled auto-activation for anything non-essential.



Add this to settings.json:




{
"extensions.autoCheckUpdates": false,
"extensions.autoUpdate": false,
"extensions.ignoreRecommendations": true
}












3. Turning Off Telemetry and Crash Reporting



Telemetry isn’t heavy, but on older CPUs every background task matters.




{
"telemetry.telemetryLevel": "off",
"telemetry.enableCrashReporter": false
}












4. Enabling Performance Mode



VS Code has a performance mode that disables some animations and features that slow things down.




{
"workbench.experimental.usePerformanceMode": true
}












5. Switching to a Lightweight Theme



Heavy themes slow down rendering. I switched to a minimal theme with no fancy effects. It made scrolling smoother and reduced CPU usage during typing.









6. Disabling Workspace Trust



Workspace Trust adds security, but it also adds overhead. On a personal machine, I don’t need it.




{
"security.workspace.trust.enabled": false
}












7. Optimising the Integrated Terminal



The terminal renderer was causing CPU spikes. I switched to a simpler renderer:




{
"terminal.integrated.gpuAcceleration": "off",
"terminal.integrated.rendererType": "dom"
}












8. Reducing File Watcher Load



VS Code watches files for changes, but on Windows this can be heavy. I excluded folders I never touch.




{
"files.watcherExclude": {
"**/node_modules": true,
"**/.git": true,
"**/dist": true,
"**/build": true
}
}












9. Using a Single-Window Workflow



Opening multiple VS Code windows on a low-end machine is a guaranteed way to hit 100% RAM. I switched to a single-window workflow and use tabs instead.



This alone made a big difference.









10. Keeping Projects Clean



Large projects slow down indexing. I now:




  • Delete old virtual environments

  • Clear out unused folders

  • Remove old logs

  • Keep dependencies minimal



A clean project loads faster and uses less RAM.









Results



After applying all these changes:




  • VS Code opens in a few seconds

  • Extensions activate faster

  • Terminal is smoother

  • CPU spikes are less frequent

  • RAM usage is more stable

  • Switching files feels instant



It’s still an older laptop, but VS Code now feels genuinely usable and responsive.









Final Thoughts



You don’t need a high-end machine to write code. VS Code can run well on older hardware if you tune it properly. These changes helped me get more life out of my Ryzen 7 3700U laptop, and hopefully they help someone else in the same situation.

Ähnliche Beiträge
🔍 Verwandte News

Auch interessante Nachrichten VS Code Performance Setup for Low-End Machines (My Real Workflow)

Thematisch verwandte Begriffe: Code, Performance, Setup, LowEnd · 6 Treffer

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...

Zum Aktualisieren ziehen
ZERO-DAY CVE-2026-96258 | A vulnerability has been found in onSite internet GmbH Auktion NG Auktio…
Advisory →
TTS Reader • tsecurity.de Voice
tsecurity.de Icon
tsecurity.de App
Offline-Lesen, Eilmeldungen & 0ms Ladezeit

Installiere tsecurity.de direkt auf deinen Home-Bildschirm für das ultimative Vollbild-Magazinerlebnis ohne Browser-Leisten.

Nächster Beitrag
Themen-Radar & Intelligence Matrix
Echtzeit-Taxonomie nach Angriffsvektoren & Plattformen

tsecurity.de Live Threat Radar

🔴 LIVE RADAR
MONITORING
AKTIV
CVE-DATENBANK
LIVE
🔍
Community Radar & Live Chat
Sentinel Bot online • Live-Stream
Dein Cluster: Security Explorer
Match:
lädt…
Verbindung zum Community-Stream wird aufgebaut...
Bearbeitungsmodus — Senden überschreibt deine Nachricht
Community-Puls — was gerade passiert
lädt…
Aktivitäten deiner Analysten
lädt…
Neues Thema oder Eilmeldung einreichen

Reiche interessante Links, Zero-Days oder Debatten ein. Die Community entscheidet per Upvote über die Veröffentlichung.

Heiß diskutierte Einreichungen
🔖 Gespeicherte Artikel
📂 Keine gespeicherten Artikel vorhanden.
Zurück Ziehen Vor
Links: vorheriger Artikel Rechts: nächster Artikel unten: schließen
News NIS-2 Frühwarnung Tier-1 Intel ⏱️ 3 Min vor 10 Min
Artikeldaten werden geladen...

Zurück: vorheriger Vor: nächster
↗ Original-Quelle
Social Reaktionen Deine Reaktion zählt
Einstufung & Relevanz-Poll 0 Stimmen
In sozialen Netzwerken teilen 1-Klick