Frederisk / Wikitext-VSCode-Extension

A Visual Studio Code Extension that provides language support for Wikitext.
MIT License
89 stars 14 forks source link

Improve "no host" error message; fix several typos #81

Closed waldyrious closed 1 year ago

waldyrious commented 1 year ago

Changed the "no host" error message from:

No Host Be Defined!

You haven't defined the host of previewer yet, please input host value in the dialog box (or in settings) and try again.

to:

No host defined!

You haven't defined the host for the previewer yet; please input a host value in the dialog box (or in settings) and try again.

Also, fixed various typos in code and comments.