Skip to content

Commit 0de4aa3

Browse files
authored
Update readme (#32)
1 parent 0bf3014 commit 0de4aa3

File tree

7 files changed

+6
-6
lines changed

7 files changed

+6
-6
lines changed

.vscode/settings.default.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,6 @@
88
"source.fixAll.eslint": true
99
},
1010
"vue.complete.casing.props": "camel",
11-
"vue.complete.casing.tags": "pascal"
11+
"vue.complete.casing.tags": "pascal",
12+
"vue.complete.normalizeComponentImportName": true
1213
}

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,8 @@ An app to view your notifications easily on your menubar.
1919

2020
# Screenshots
2121
<div align="center">
22-
<img width="400" src="images/landing.png" />
2322
<img width="400" src="images/home.png" />
24-
<img width="400" src="images/settings.png" />
23+
<img width="400" src="images/contextmenu.png" />
2524
</div>
2625

2726
# Known Problems
@@ -55,9 +54,9 @@ If you want to contribute you should install these extensions and set-up these s
5554
"editor.codeActionsOnSave": {
5655
"source.fixAll.eslint": true
5756
},
58-
"volar.completion.normalizeComponentImportName": true,
59-
"volar.completion.preferredAttrNameCase": "camel",
60-
"volar.completion.preferredTagNameCase": "pascal"
57+
"vue.complete.casing.props": "camel",
58+
"vue.complete.casing.tags": "pascal",
59+
"vue.complete.normalizeComponentImportName": true
6160
}
6261
```
6362
- And lastly in extensions page search `@builtin typescript` then disable TypeScript LSP for your workspace, after reloading vscode you're good to go.

images/contextmenu.png

104 KB
Loading

images/home.png

-21.9 KB
Loading

images/landing.png

-71.2 KB
Binary file not shown.

images/settings.png

-65.2 KB
Binary file not shown.

images/size_comparison.png

9.92 KB
Loading

0 commit comments

Comments
 (0)