Issue Overview
The .vscode folder is included, overriding a users global settings like fonts and fontsize (plus more) overriding what a user sees compared to their own settings globally. For new users, this may be difficult to track down and figure out why their editor looks different all of a sudden, and possibly illegible/uncomfortable for them to work
Describe your environment
computer go beep boop
Steps to Reproduce
- start vscode
Expected Behavior
the codebase should not enforce visual preference on what the developer sees
Current Behavior
a multitude of settings are enabled, changing what a user would have previously setup in global scope unrelated to running or modifying the code
Possible Solution
remove the .vscode folder from the codebase
Screenshots / Video
Related Issues
Issue Overview
The .vscode folder is included, overriding a users global settings like fonts and fontsize (plus more) overriding what a user sees compared to their own settings globally. For new users, this may be difficult to track down and figure out why their editor looks different all of a sudden, and possibly illegible/uncomfortable for them to work
Describe your environment
computer go beep boop
Steps to Reproduce
Expected Behavior
the codebase should not enforce visual preference on what the developer sees
Current Behavior
a multitude of settings are enabled, changing what a user would have previously setup in global scope unrelated to running or modifying the code
Possible Solution
remove the .vscode folder from the codebase
Screenshots / Video
Related Issues