Skip to content

Commit

Permalink
Release v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tsugitta committed Sep 4, 2017
1 parent 8abf014 commit 3b792dc
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 87 deletions.
6 changes: 2 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# Change Log
All notable changes to the "create-index" extension will be documented in this file.

Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
## 0.1.0

## [Unreleased]
- Initial release
- Initial release 🌱
57 changes: 8 additions & 49 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,65 +1,24 @@
# create-index README

This is the README for your extension "create-index". After writing up a brief description, we recommend including the following sections.

## Features

Describe specific features of your extension including screenshots of your extension in action. Image paths are relative to this README file.

For example if there is an image subfolder under your extension project workspace:
![Demo](https://github.com/tsugitta/create-index/blob/master/screenshots/usage.gif)

\!\[feature X\]\(images/feature-x.png\)
by calling the command,

> 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.
- create `index.ts` in the same directory with opening file if needed
- add `export * from ${fileName}` to `index.ts` with sorting lines if needed

## Requirements

If you have any requirements or dependencies, add a section describing those and how to install and configure them.
- you don't have any complaint about this import / export style

## Extension Settings

Include if your extension adds any VS Code settings through the `contributes.configuration` extension point.

For example:

This extension contributes the following settings:

* `myExtension.enable`: enable/disable this extension
* `myExtension.thing`: set to `blah` to do something

## Known Issues

Calling out known issues can help limit users opening duplicate issues against your extension.
Nothing.

## Release Notes

Users appreciate release notes as you update your extension.

### 1.0.0

Initial release of ...

### 1.0.1

Fixed issue #.

### 1.1.0

Added features X, Y, and Z.

-----------------------------------------------------------------------------------------------------------

## Working with Markdown

**Note:** You can author your README using Visual Studio Code. Here are some useful editor keyboard shortcuts:

* Split the editor (`Cmd+\` on OSX or `Ctrl+\` on Windows and Linux)
* Toggle preview (`Shift+CMD+V` on OSX or `Shift+Ctrl+V` on Windows and Linux)
* Press `Ctrl+Space` (Windows, Linux) or `Cmd+Space` (OSX) to see a list of Markdown snippets

### For more information

* [Visual Studio Code's Markdown Support](http://code.visualstudio.com/docs/languages/markdown)
* [Markdown Syntax Reference](https://help.github.com/articles/markdown-basics/)
### 0.1.0

**Enjoy!**
Initial release 🌱
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "create-index",
"displayName": "create-index",
"description": "Create './index.ts' file that exports the file included in the directory.",
"version": "0.0.1",
"version": "0.1.0",
"publisher": "tsugitta",
"engines": {
"vscode": "^1.12.0"
Expand Down
Binary file added screenshots/usage.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
33 changes: 0 additions & 33 deletions vsc-extension-quickstart.md

This file was deleted.

0 comments on commit 3b792dc

Please sign in to comment.