EOS-uiux-Solutions / eos-icons-vscode-extension

MIT License
1 stars 1 forks source link

Added boilerplate code #3

Closed deutranium closed 3 years ago

deutranium commented 3 years ago

Added the boilerplate code in TypeScript along with instructions to run the extension in VSCode

sharmaadityaHQ commented 3 years ago

LGTM! Nice work. :tada:

kaybhutani commented 3 years ago

Great work @deutranium. do we need .vscode/ folder though? is it being used in the extension?

deutranium commented 3 years ago

Hey @kbhutani0001 !

It is usually a good idea to have it in the development process to have consistent debug configuration, task configuration and settings across multiple contributors. We can remove it for the final release but imo better to keep it for now.