Literally the title! I love idx and I have my custom dev.nix config to do projects (yes, in dev environment) . what’s equivalent in vscode? Like - if I want to install extensions pre-defined automatically, setup and install packages, what to do on start / create - what is the process or what it is called ?
VS code has something called launch.json that can be configured per project maybe thats what you are looking for?