Add line_endings_button in VSCode settings to fix semantic merge conflict (#40745)

I have partially solved a problem caused by a structure in commit:
f7a0971d2b

Release Notes:

- N/A

Before:
<img width="723" height="480" alt="image"
src="https://github.com/user-attachments/assets/6600e0af-36cf-4aec-ace1-7ee4921e001e"
/>

After: 
<img width="764" height="217" alt="image"
src="https://github.com/user-attachments/assets/52111c27-c67a-4224-82bd-782cc6e07f97"
/>
This commit is contained in:
Jose Garcia
2025-10-20 22:31:04 +00:00
committed by GitHub
parent 4f5f299265
commit de6750d3f4
+1
View File
@@ -635,6 +635,7 @@ impl VsCodeSettings {
show: self.read_bool("workbench.statusBar.visible"),
active_language_button: None,
cursor_position_button: None,
line_endings_button: None,
})
}