Skip to content

Commit

Permalink
PERSONAL customized - not to be merged into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
QrackEE committed Dec 5, 2022
1 parent d57c62e commit 46d129c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "git-graph",
"displayName": "Git Graph",
"version": "1.30.0",
"publisher": "mhutchie",
"version": "1.30.1",
"publisher": "mhutchie | qrackee",
"author": {
"name": "Michael Hutchison",
"email": "mhutchie@16right.com"
Expand Down Expand Up @@ -1529,8 +1529,10 @@
"iconv-lite": "0.5.0"
},
"devDependencies": {
"@types/babel__traverse": "7.18.2",
"@types/jest": "26.0.19",
"@types/node": "8.10.62",
"@types/prettier": "<2.6.0",
"@types/vscode": "1.38.0",
"@typescript-eslint/eslint-plugin": "4.10.0",
"@typescript-eslint/parser": "4.10.0",
Expand Down
2 changes: 1 addition & 1 deletion src/statusBarItem.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export class StatusBarItem extends Disposable {
this.logger = logger;

const statusBarItem = vscode.window.createStatusBarItem(vscode.StatusBarAlignment.Left, 1);
statusBarItem.text = 'Git Graph';
statusBarItem.text = 'Git Graph [LFS]';
statusBarItem.tooltip = 'View Git Graph';
statusBarItem.command = 'git-graph.view';
this.statusBarItem = statusBarItem;
Expand Down

0 comments on commit 46d129c

Please sign in to comment.