Open benjaminsaljooghi opened 4 years ago
Hard-coded here to lock it to code-insiders
https://github.com/benjaminsaljooghi/code-nautilus
Not sure what the best way is to provide an option for users to choose between code or code-insiders.
The whole extension is just one file, that does not really update, so I pulled out few variables the user might want to modify to the top of the file: https://github.com/harry-cpp/code-nautilus/blob/master/code-nautilus.py#L15
I guess I could ask for user preferred settings in the install script.
I guess I could ask for user preferred settings in the install script.
I think this is ideal, yeah. On the other hand, I guess I could just symbolically link code to code-insiders on my system.
Thanks for making this by the way, it's really nice.
I guess I could just symbolically link code to code-insiders on my system.
@benjaminsaljooghi can you please show how you did that???
Would be nice if it were easy to have the extension target
code-insiders
as an option rather thancode
.