Since one of the recent updates, VSCode does not accept my custom terminal profile anymore (for the Git Bash in this instance). This is what I had configured so far:
"terminal.integrated.defaultProfile.windows": "Git Bash",
"terminal.integrated.profiles.windows": {
"Git Bash": {
"path": "C:\\ProgramData\\scoop\\apps\\git-with-openssh\\current\\bin\\bash.exe"
},
"PowerShell": {
"source": "PowerShell"
}
},
See also #123205 (comment)
The profile does not work anymore though and within the settings editor VSCode laments "Value is not accepted":

Has anything changed in the way how you define custom terminals in the recent updates?
Does this issue occur when all extensions are disabled?: Yes
- VS Code Version: 1.71.2
- OS Version: Windows 10 Pro x64, Version 10.0.19044 Build 19044
Steps to Reproduce:
- Create a custom terminal profile under
terminal.integrated.profiles.windows with the path option.
- Try to set this as your default profile (or test if you can start a terminal with this profile).
Since one of the recent updates, VSCode does not accept my custom terminal profile anymore (for the Git Bash in this instance). This is what I had configured so far:
See also #123205 (comment)
The profile does not work anymore though and within the settings editor VSCode laments "Value is not accepted":
Has anything changed in the way how you define custom terminals in the recent updates?
Does this issue occur when all extensions are disabled?: Yes
Steps to Reproduce:
terminal.integrated.profiles.windowswith thepathoption.