[ { "Name": "My API", "Abbreviation": "api", "Directory": "C:\\Projects\\MyApi", "Command": "dotnet run", "Terminal": "wt" }, { "Type": "separator", "Title": "Web" }, { "Name": "Full stack", "Abbreviation": "fs", "Directory": "C:\\Projects\\fullstack", "Launches": [ { "Label": "API", "Terminal": "wt", "Command": "dotnet run", "IsEnabled": true, "Order": 0 }, { "Label": "Web", "Terminal": "wt", "Command": "npm run dev", "IsEnabled": true, "Order": 1 } ], "DevServerUrl": "http://localhost:5173", "OpenDevServerOnLaunch": true, "RepoUrl": "https://github.com/example/fullstack" }, { "Name": "Frontend", "Abbreviation": "fe", "Directory": "C:\\Projects\\web", "Command": "npm run dev", "Terminal": "wt" }, { "Type": "separator", "Title": "Shells" }, { "Name": "Home shell", "Abbreviation": "home", "Directory": "C:\\Users\\you", "Command": "", "Terminal": "powershell" }, { "Name": "Admin tools", "Abbreviation": "adm", "Directory": "C:\\Windows\\System32", "Command": "", "Terminal": "wt", "RunAsAdmin": true, "IsPinned": true } ]