Extract your VS Code extensions, settings, as well as UI preferences and layout into a devcontainer.json configuration file.
All dependencies must first be installed, like Bun, which can be installed regardless of kernel.
$ bash ./dependencies.shIn Command Prompt, use this command:
powershell.exe -File "./dependencies.ps1"In PowerShell, use this:
./dependencies.ps1Use the following command in the source directory to extract your VS Code config into a .devcontainer/devcontainer.json file in the same directory.
bun start