Skip to content

Commit 4a471a9

Browse files
committed
Move pic around and reduce dist size
1 parent 3487d7a commit 4a471a9

File tree

7 files changed

+6
-8
lines changed

7 files changed

+6
-8
lines changed

β€Ž.vscodeignore

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
1-
.vscode/**
2-
**/*.map
3-
.gitignore
4-
tsconfig.json
1+
.vscode
2+
demo

β€ŽREADME.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Polaroid for your code πŸ“Έ.
44

5-
![usage](./img/usage.gif)
5+
![usage](./demo/usage.gif)
66

77
By [Pine](https://github.com/octref) & [Peng](https://github.com/rebornix) from VS Code team.
88
Happy Coding!
@@ -21,12 +21,12 @@ The code has to look right.
2121
- [Nord Theme](https://github.com/arcticicestudio/nord-visual-studio-code)
2222
- [Input Mono](http://input.fontbureau.com)
2323

24-
![demo1](./img/demo1.png)
24+
![demo1](./demo/1.png)
2525

2626
- [Material Theme](https://marketplace.visualstudio.com/items?itemName=Equinusocio.vsc-material-theme) with Palenight Accent
2727
- [Fira Code](https://github.com/tonsky/FiraCode) with ligature
2828

29-
![demo2](./img/demo2.png)
29+
![demo2](./demo/2.png)
3030

3131
## Credit
3232

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

β€Žpackage.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"color": "#fbfbfb",
1616
"theme": "light"
1717
},
18-
"icon": "img/icon.png",
18+
"icon": "icon.png",
1919
"categories": ["Other"],
2020
"activationEvents": ["onCommand:polacode.activate"],
2121
"main": "./out/src/extension",

0 commit comments

Comments
Β (0)