Skip to content

Commit 917ae46

Browse files
committed
chore: update
1 parent 669ea93 commit 917ae46

File tree

4 files changed

+3
-15
lines changed

4 files changed

+3
-15
lines changed

.vscodeignore

Lines changed: 0 additions & 12 deletions
This file was deleted.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
Just a bare-bones implementation. Many features are not yet fully developed. If there is a real need, you can use [GitLens](https://marketplace.visualstudio.com/items?itemName=eamodio.gitlens).
88

9-
<a href="https://marketplace.visualstudio.com/items?itemName=antfu.ext-name" target="__blank"><img src="https://img.shields.io/visual-studio-marketplace/v/antfu.ext-name.svg?color=eee&amp;label=VS%20Code%20Marketplace&logo=visual-studio-code" alt="Visual Studio Marketplace Version" /></a>
9+
<a href="https://marketplace.visualstudio.com/items?itemName=zhangmo8.git-panel" target="__blank"><img src="https://img.shields.io/visual-studio-marketplace/v/zhangmo8.git-panel.svg?color=eee&amp;label=VS%20Code%20Marketplace&logo=visual-studio-code" alt="Visual Studio Marketplace Version" /></a>
1010
<a href="https://kermanx.github.io/reactive-vscode/" target="__blank"><img src="https://img.shields.io/badge/made_with-reactive--vscode-%23007ACC?style=flat&labelColor=%23229863" alt="Made with reactive-vscode" /></a>
1111

1212
## Configurations

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"publisher": "zhangmo8",
33
"name": "git-panel",
4-
"displayName": "VSC Git Panel",
4+
"displayName": "Git Panel",
55
"version": "0.0.1",
66
"private": true,
77
"packageManager": "pnpm@9.7.1",

vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export default defineConfig({
2222
},
2323
build: {
2424
lib: {
25-
entry: './src/views/index.ts',
25+
entry: './src/views/history/index.ts',
2626
formats: ['es'],
2727
fileName: format => `views.${format}.js`,
2828
},

0 commit comments

Comments
 (0)