vscode
vscode copied to clipboard
`donotRegisterOpenCommand` -> `doNotRegisterOpenCommand`
From https://github.com/microsoft/vscode/pull/157037#discussion_r937201437
There is also donotShowContainerTitleWhenMergedWithContainer which is used in 10 view registrations, but I can't seem to find where this option is read, so I didn't want to camelcase that too in case I missed some subtle way that that option works. @sandy081 do you know whether donotShowContainerTitleWhenMergedWithContainer is still in use and how it's supposed to behave?
Yeah I do not see any usage of donotShowContainerTitleWhenMergedWithContainer which means this can be removed. Feel free to remove it.