Skip to content

Commit

Permalink
added icon and preview in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
wmaurer committed Nov 18, 2015
1 parent 44bb5b6 commit 9f11923
Show file tree
Hide file tree
Showing 4 changed files with 185 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@

Use Ctrl-j | ⌘-j to join lines, just like in Atom and similar to Sublime Text: the next line is joined to
the current line, and all whitespace is replaced with a single space.
![join-lines-preview](https://cloud.githubusercontent.com/assets/2899448/11255751/36ee036a-8e48-11e5-8e1f-8889bf2df026.gif)

## Install

Press F1 in Visual Studio Code, then `ext`, then select `install` and type `join-lines` then hit enter.
Press F1 in Visual Studio Code, then `ext`, then select `install` and type `join-lines` then hit enter.

## Functionality in Detail

Expand Down
Binary file added images/join-lines-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
181 changes: 181 additions & 0 deletions images/join-lines-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "join-lines",
"description": "Join Lines Extension for Visual Studio Code",
"icon": "images/join-lines-icon.png",
"repository": {
"type": "git",
"url": "https://github.com/wmaurer/vscode-join-lines.git"
Expand All @@ -10,7 +11,7 @@
},
"homepage": "https://github.com/wmaurer/vscode-join-lines/blob/master/README.md",
"license": "MIT",
"version": "0.1.0",
"version": "0.1.1",
"publisher": "wmaurer",
"engines": {
"vscode": "^0.10.0"
Expand Down

0 comments on commit 9f11923

Please sign in to comment.