FL0WL0W / EFIGenie

An open source engine management
25 stars 2 forks source link

Add VS Code recommended extensions #22

Closed karniv00l closed 2 years ago

karniv00l commented 2 years ago

Hi Daniel!

seeing this:

https://github.com/FL0WL0W/EFIGenie/blob/c1250880a27e6a48afd8e517392aa99dd657f913/README.md?plain=1#L37-L42

there is also a way to prompt the developer for installing recommended extensions, I've used this here:

https://github.com/speedy-tuner/speedy-tuner-cloud/blob/b4e7046aac98bf6de4961ae534dd1aace89d4e6e/.vscode/extensions.json

And when you open vscode it looks like this:

Screenshot 2022-02-12 at 10 40 24 Screenshot 2022-02-12 at 10 40 34
FL0WL0W commented 2 years ago

This looks like a great idea! I am not sure i want to upload the entire .vscode folder as there are some configuration settings that will be different between linux/windows and as i switch between the 2 (desktop linux, laptop windows) i don't want to have to continually update these settings.

It has been a while since i looked at .gitignore. Is there a way to ignore the entire folder except for the extensions.json?

karniv00l commented 2 years ago

It has been a while since i looked at .gitignore. Is there a way to ignore the entire folder except for the extensions.json?

Sure, done

FL0WL0W commented 2 years ago

perfect! Thank you!