Does anyone know how to make VS Code use less memory?
It´s taking more than 2gb, sometimes more than 3 gigabytes to have some 8 files opened.
You could prevent vscode from watching folders with really many files in you project by adding this to your json settings file
"files.watcherExclude": { "**/.git/objects/**": true, "**/node_modules/**": true }