Skip to content

Commit

Permalink
Update extension.ts
Browse files Browse the repository at this point in the history
Don't ask for star for now.
  • Loading branch information
piotrgredowski authored and pgred-orsted committed Aug 5, 2022
1 parent d4bebf5 commit c6346c1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 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": "poor-mans-t-sql-formatter-pg",
"displayName": "poor-mans-t-sql-formatter-pg",
"description": "",
"version": "0.1.3",
"version": "0.1.4",
"publisher": "piotrgredowski",
"repository": "https://github.com/piotrgredowski/poor-mans-t-sql-formatter-vscode-extension",
"engines": {
Expand Down
3 changes: 0 additions & 3 deletions src/extension.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import * as vscode from "vscode";
import { askForStar } from "./begger";
import { formatDocument } from "./lib";

let commandsDisposables: vscode.Disposable[] = [];
Expand Down Expand Up @@ -57,8 +56,6 @@ export function activate(context: vscode.ExtensionContext) {
}
},
});

askForStar(context);
}

export function deactivate() {
Expand Down

0 comments on commit c6346c1

Please sign in to comment.