Problem
The VSpaceCode extension occupies an excessive number of lines within the VSCode configuration file. This extensive occupation makes it challenging to maintain other configurations effectively, as it clutters the main settings file and increases complexity.

Solution
The proposed solution is to allow VSpaceCode settings to be defined in a separate configuration file. Users could specify a path in the extension settings that points to this external file. Like this:

This would drastically reduce the number of lines in the main VSCode settings file, thereby simplifying its maintenance and improving its readability.