···11-# vscode-cheer README
11+# Cheer!
2233-This is the README for your extension "vscode-cheer". After writing up a brief description, we recommend including the following sections.
33+> Let your editor cheer you on while you code!
4455## Features
6677-Describe specific features of your extension including screenshots of your extension in action. Image paths are relative to this README file.
77+Code editors can often be a source of negativity — undefined `this`, unsupported `that`, expected `x` to be of type `y` — it gets tiring after a while. And you can't always rely on your coworkers (if you even have any) for moral support in the moment, since they also have jobs to do. How is a programmer supposed to stay positive?
8899-For example if there is an image subfolder under your extension project workspace:
99+The solution: Cheer!
10101111-\!\[feature X\]\(images/feature-x.png\)
1111+Cheer displays a random positive message in the status bar whenever you save a file. That's it. That's all it does — give it a try, and feel better about your day and your work!
12121313-> Tip: Many popular extensions utilize animations. This is an excellent way to show off your extension! We recommend short, focused animations that are easy to follow.
1313+Inspired by an Atom extension I used many years ago, and couldn't manage to track down again.
14141515-## Requirements
1515+## Screenshots
16161717-If you have any requirements or dependencies, add a section describing those and how to install and configure them.
1717+
1818+
1919+
2020+
18211919-## Extension Settings
2222+## Contributing
20232121-Include if your extension adds any VS Code settings through the `contributes.configuration` extension point.
2424+I'd love any contributions to Cheer, especially new messages to display! If you find any bugs or have any suggestions, either open an issue, or open a PR with the messages added to `messages.js`.
22252323-For example:
2626+All messages are parsed and validated by [Alex](https://alexjs.com) so we can keep Cheer as inclusive as possible.
24272525-This extension contributes the following settings:
2828+## Extension Settings
26292727-* `myExtension.enable`: enable/disable this extension
2828-* `myExtension.thing`: set to `blah` to do something
3030+- `cheer.emoji`: Whether to 🎉 or not
29313032## Known Issues
31333232-Calling out known issues can help limit users opening duplicate issues against your extension.
3434+Nothing so far! I'd love if you found some.
33353436## Release Notes
35373636-Users appreciate release notes as you update your extension.
3737-3838-### 1.0.0
3939-4040-Initial release of ...
4141-4242-### 1.0.1
4343-4444-Fixed issue #.
4545-4646-### 1.1.0
4747-4848-Added features X, Y, and Z.
4949-5050------------------------------------------------------------------------------------------------------------
5151-5252-## Working with Markdown
5353-5454-**Note:** You can author your README using Visual Studio Code. Here are some useful editor keyboard shortcuts:
5555-5656-* Split the editor (`Cmd+\` on macOS or `Ctrl+\` on Windows and Linux)
5757-* Toggle preview (`Shift+CMD+V` on macOS or `Shift+Ctrl+V` on Windows and Linux)
5858-* Press `Ctrl+Space` (Windows, Linux) or `Cmd+Space` (macOS) to see a list of Markdown snippets
5959-6060-### For more information
6161-6262-* [Visual Studio Code's Markdown Support](http://code.visualstudio.com/docs/languages/markdown)
6363-* [Markdown Syntax Reference](https://help.github.com/articles/markdown-basics/)
6464-6565-**Enjoy!**
3838+Check in the [changelog](CHANGELOG.md) for info!