harry-cpp / code-nautilus

VSCode extension for Nautilus
The Unlicense
419 stars 77 forks source link

Support code-insiders #12

Open benjaminsaljooghi opened 4 years ago

benjaminsaljooghi commented 4 years ago

Would be nice if it were easy to have the extension target code-insiders as an option rather than code.

benjaminsaljooghi commented 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.

harry-cpp commented 4 years ago

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.

benjaminsaljooghi commented 4 years ago

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.

a-sajjad72 commented 6 months ago

I guess I could just symbolically link code to code-insiders on my system.

@benjaminsaljooghi can you please show how you did that???