Not even nearly 100% for me, but it happens from time to time for sure. Maybe more like 5-15%?
I have few options I have added to configuration, but I do not know if they are help or not:
{
"window.commandCenter": true,
"workbench.colorTheme": "Visual Studio 2019 Dark",
"cursor.general.disableHttp2": true,
"terminal.integrated.automationProfile.windows": {
"path": "C:\\Program Files\\PowerShell\\7\\pwsh.exe",
"args": ["-NoLogo", "-NoProfile"]
},
"terminal.integrated.defaultProfile.windows": "PowerShell (NoProfile)",
"terminal.integrated.profiles.windows": {
"PowerShell (NoProfile)": {
"source": "PowerShell",
"args": ["-NoLogo", "-NoProfile"]
},
"PowerShell": {
"source": "PowerShell",
"icon": "terminal-powershell"
},
"Command Prompt": {
"path": [
"${env:windir}\\Sysnative\\cmd.exe",
"${env:windir}\\System32\\cmd.exe"
],
"args": [],
"icon": "terminal-cmd"
},
"Git Bash": {
"source": "Git Bash"
}
},
"terminal.integrated.shellIntegration.decorationsEnabled": "never",
"terminal.integrated.automationShell.windows": "C:\\Program Files\\PowerShell\\7\\pwsh.exe",
"terminal.integrated.enablePersistentSessions": false,
"terminal.integrated.shellIntegration.enabled": false,
"terminal.integrated.suggest.providers": {
"terminal-suggest": true,
"pwsh-shell-integration": true
}
}
I also did notice quite often agent was stuck running command “dotnet build”, and it would say in the end that there are updated workloads. I thought maybe the agent is expecting to have the build summary line at the end instead of that, so I updated the workload.
However, many definitely are not using same tools or even OS as I am, so chances are these are no use.
I might also add, that after updating from 1.4.5 to 1.5.x I have seen the terminal for some reason going more often to background. I have not toggled any setting to do that as far as I know. At least once it has gotten stuck there too, but it is more difficult to see.