Skip to content

Commit

Permalink
Closes #25
Browse files Browse the repository at this point in the history
  • Loading branch information
Alessandro Fragnani de Morais authored and Alessandro Fragnani de Morais committed May 12, 2016
1 parent 523376e commit e211d24
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ export function activate(context: vscode.ExtensionContext) {
}
}

console.log('Bookmarks is activated');
// console.log('Bookmarks is activated');

//var bookmarks: Bookmarks;

Expand Down
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": "Bookmarks",
"displayName": "Bookmarks",
"description": "Mark lines and jump to them",
"version": "0.7.0",
"version": "0.7.1",
"publisher": "alefragnani",
"galleryBanner": {
"color": "#000000",
Expand Down

0 comments on commit e211d24

Please sign in to comment.