anseki / vscode-color

Helper with GUI to generate color codes such as CSS color notations.
MIT License
97 stars 27 forks source link

Update README.md #41

Closed HibernantBear closed 7 years ago

HibernantBear commented 7 years ago

Add method to solve terminate while extension not set up or stuck during extension setting up(especially can't connect to npm server)

anseki commented 7 years ago

Hi @HibernantBear, thank you for the PR.

You should not abort the installing any extension because it may break something. And also, if the installing was unfortunately aborted, you should re-install the extension. We can't support npm install because it might already be broken.

HibernantBear commented 7 years ago

but still if I reinstall under bad connection this will never get through, so I think sometimes a manual method(it does work) still need cause this extension need other stuff that have to be download and configure by npm. man, this is a awesome extension to do with color edit but if I live in China such a magic place and try get this extension to be set up by VS Code's npm, it gonna not wrok(sad face).

anseki commented 7 years ago

I see. That contains two cases:

I will adjust your PR and merge it for second one.

anseki commented 7 years ago

I merged it manually. Thank you for the PR 😄

HibernantBear commented 7 years ago

thank you very much, hope this will be helpful. Hope your extension become more and more better, and thanks for your hard working to provide us such a good tool(It is do so good when I use this to tweak color, no more need of Dreamweaver ^_^).

anseki commented 7 years ago

Thank you! 😄