-
Notifications
You must be signed in to change notification settings - Fork 33k
Allows Arrays in Setting for Code Actions on Save #194870
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
I think this should be a candidate for the first recovery release. |
candidate PR was created: #194930 |
src/vs/workbench/contrib/codeEditor/browser/saveParticipants.ts
Outdated
Show resolved
Hide resolved
1 am brain go brrrrr
late night coding >>>>
added a couple commits while going back and forth on implementation, but settled for this This covers #194978 this issue since in the 1.83 release, all objects were found to be valid (since they were converted to strings first), and multiple source actions of the same subset would be overwritten. This behavior mimics the same as 1.82.0 but adds an additional exclusion to |
merge conflicts from main?
* allow arrays in settings * cleanup * added specification for array and object * added additional properties for intellisense * added better logic * fixes issue with overwritten code actions (when multiple of same subset) * code cleanup * last bit of code cleanup 1 am brain go brrrrr * reverting last couple changes. adding 1 bit of code that fixes everything * code cleanup late night coding >>>> * resolving merge conflicts merge conflicts from main? * resolving merge conflicts part 2
regarding #194861
candidate: #194930