Skip to content

Commit

Permalink
debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
esbenp committed Jan 11, 2017
1 parent 004fea5 commit b784593
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 45 deletions.
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": "prettier-vscode",
"displayName": "Prettier - JavaScript formatter",
"description": "VS Code plugin for jlongster/prettier",
"version": "0.1.2",
"version": "0.1.3",
"publisher": "esbenp",
"engines": {
"vscode": "^1.5.0"
Expand Down
2 changes: 2 additions & 0 deletions src/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ const prettier = require('prettier')

export function activate(context: ExtensionContext) {

console.log('activate vscode prettier');

const eventDisposable = (workspace as any).onWillSaveTextDocument(e => {
const document = e.document;

Expand Down
22 changes: 0 additions & 22 deletions test/extension.test.ts

This file was deleted.

22 changes: 0 additions & 22 deletions test/index.ts

This file was deleted.

0 comments on commit b784593

Please sign in to comment.