Skip to content

Commit

Permalink
README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jrieken committed Nov 3, 2016
1 parent 7742812 commit 753b040
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Good and Bad Formatter


This is a sample for a simple (and stupid) formatter that integrates into VS Code in two ways. Once as a command and (better)
via the commands-api. The latter as the following advantages
This is a sample for a simple (and stupid) formatter that integrates into VS Code in two way: Once as a [comm](https://github.com/jrieken/vscode-formatter-sample/blob/master/src/extension.ts#L8)[and](https://github.com/jrieken/vscode-formatter-sample/blob/master/package.json#L31) and once (better)
via the [formatter](https://github.com/jrieken/vscode-formatter-sample/blob/master/src/extension.ts#L23)-api. The latter as the following advantages:

* is less code
* is invoked from the formatter actions and keybindings
Expand Down

0 comments on commit 753b040

Please sign in to comment.