You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

64 lines
2.0 KiB

  1. # git-codelens README
  2. This is the README for your extension "git-codelens". After writing up a brief description, we recommend including the following sections.
  3. ## Features
  4. Describe specific features of your extension including screenshots of your extension in action. Image paths are relative to this README file.
  5. For example if there is an image subfolder under your extension project workspace:
  6. \!\[feature X\]\(images/feature-x.png\)
  7. > 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.
  8. ## Requirements
  9. If you have any requirements or dependencies, add a section describing those and how to install and configure them.
  10. ## Extension Settings
  11. Include if your extension adds any VS Code settings through the `contributes.configuration` extension point.
  12. For example:
  13. This extension contributes the following settings:
  14. * `myExtension.enable`: enable/disable this extension
  15. * `myExtension.thing`: set to `blah` to do something
  16. ## Known Issues
  17. Calling out known issues can help limit users opening duplicate issues against your extension.
  18. ## Release Notes
  19. Users appreciate release notes as you update your extension.
  20. ### 1.0.0
  21. Initial release of ...
  22. ### 1.0.1
  23. Fixed issue #.
  24. ### 1.1.0
  25. Added features X, Y, and Z.
  26. -----------------------------------------------------------------------------------------------------------
  27. ## Working with Markdown
  28. **Note:** You can author your README using Visual Studio Code. Here are some useful editor keyboard shortcuts:
  29. * Split the editor (`Cmd+\` on OSX or `Ctrl+\` on Windows and Linux)
  30. * Toggle preview (`Shift+CMD+V` on OSX or `Shift+Ctrl+V` on Windows and Linux)
  31. * Press `Ctrl+Space` (Windows, Linux) or `Cmd+Space` (OSX) to see a list of Markdown snippets
  32. ### For more information
  33. * [Visual Studio Code's Markdown Support](http://code.visualstudio.com/docs/languages/markdown)
  34. * [Markdown Syntax Reference](https://help.github.com/articles/markdown-basics/)
  35. **Enjoy!**