{ "recommendations": [ // AWS "amazonwebservices.aws-toolkit-vscode", // AWS Toolkit, SAM, Lambda, Step functions, S3 // Azure "msazurermtools.azurerm-vscode-tools", // Azure ARM "ms-azuretools.vscode-bicep", // Azure BICEP "ms-azure-devops.azure-pipelines", // Azure pipelines "ms-vscode.azurecli", // Azure CLI // csharp "ms-dotnettools.csdevkit", // csharp development kit "csharpier.csharpier-vscode", // formatter // Docker "ms-azuretools.vscode-docker", // Docker // Formatting "esbenp.prettier-vscode", // Default formatting - note that prettier can try to be very persuasive. Use save without formatting when required. // Git "niclasvaneyk.am-i-behind", // Checks for commits in remote repo "mhutchie.git-graph", // Git graph "eamodio.gitlens", // Git Lens // GitHub Actions "github.vscode-github-actions", // Kubernetes "ms-kubernetes-tools.vscode-kubernetes-tools", // Kubernetes "ms-vscode-remote.remote-ssh", // Remote SSH, After installation go to 'Preferences - User Settings' -> Extensions -> Remote - SSH -> 'Remote.SSH: Local Server Download'; Set to 'Auto'. This will make sure that the remote VSCode-Server-Linux installation is updated automatically using the local VSCode. // Live Share "ms-vsliveshare.vsliveshare", // Live share VS Code for pair programming // Markdown "yzhang.markdown-all-in-one", "davidanson.vscode-markdownlint", // markdown linter "ni.azdo-wiki-md", // enables support for Azure DevOps table of content [[_TOC_]] "bierner.markdown-mermaid", // enables support for mermaid diagrams // Misc "mechatroner.rainbow-csv", // Rainbow CSV "gruntfuggly.todo-tree", // Add TODO in code "alefragnani.bookmarks", // Create bookmarks in code for easy navigation "lukapetrovic.image-resizer", // Image resizer, right click: width[x]height 50x50 256x100 autox400 400xauto "hediet.vscode-drawio", // draw.io integration "brunnerh.insert-unicode", // Insert Unicode "chrisdias.vscode-opennewinstance", // Adds reopen / new workbench to folder menu "github.copilot", // Github CoPilot "oderwat.indent-rainbow", // Indent rainbow coloring "sonarsource.sonarlint-vscode", // Sonar linter - requires nodejs: choco install nodejs-lts "postman.postman-for-vscode", // Postman API tester "tomoki1207.pdf", // PDF viewer "iulian-radu-at.vscode-tasks-sidebar", // Task sidebar // Powershell "ms-vscode.powershell", // Powershell // Python "ms-python.python", // Python "ms-python.black-formatter", // Python formatter // sql "ms-mssql.mssql", //sql // Terraform "hashicorp.terraform", // Terraform // xml "dotjoshjohnson.xml" // xml ] }