VSCodium / vscodium

binary releases of VS Code without MS branding/telemetry/licensing
https://vscodium.com
MIT License
24.27k stars 1.02k forks source link

What is the best way to add features? #1939

Closed andersontz closed 1 week ago

andersontz commented 1 week ago

I'm planning to start a derivative software, still under the MIT license. My software will have another name, another visual identity and new features, exclusive and different from the extensions we currently have. For example, I need to create, first of all, a screen for the user to register directly in my software to use it. Create new main menus, create a different type of code tab, among many other things. My question is, what would be the best practices for executing the features, changing the main code or creating custom extensions for each of them? My intention is to create new features and preferably they are standard, without the user being able to disable them, for example. How does the community create new features for VSCodium?