HYP3R00T / settings-organizer

Automatically organize and tidy up your VSCode settings.json file.
https://marketplace.visualstudio.com/items?itemName=hyperoot.settings-organizer
MIT License
2 stars 0 forks source link

block comments #3

Closed DontBeAlarmed closed 2 months ago

DontBeAlarmed commented 3 months ago

I'd use block comments to mark areas like this until they're sorted out // vim_start "vim.sneak": true, ...... "vim.useSystemClipboard": true, // vim_end Now my settings look like this "vim.sneak": true, // vim_start ...... "vim.useSystemClipboard": true, // vim_end I think this is fine too

HYP3R00T commented 2 months ago

We have a new issue with a similar concern. Please follow #4 . I am closing this issue.