refactor: add NodeJS aliases and update workstation.yml for nodejs20
Some checks failed
Nix Format Check / check-format (push) Failing after 37s

This commit is contained in:
2025-02-04 17:00:35 +01:00
parent 7093779d4a
commit 95592cc89f
4 changed files with 14 additions and 7 deletions

View File

@ -64,5 +64,6 @@
},
"go.toolsManagement.autoUpdate": true,
"redhat.telemetry.enabled": false,
"makefile.configureOnOpen": false
"makefile.configureOnOpen": false,
"workbench.colorTheme": "Default Light+"
}