Skip to content

Commit 1c9f523

Browse files
update version and icon
1 parent aafa86e commit 1c9f523

File tree

4 files changed

+37
-2
lines changed

4 files changed

+37
-2
lines changed

LICENSE

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2025 Md Abiruzzaman Molla
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included
13+
in all copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
18+
THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
20+
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
21+
DEALINGS IN THE SOFTWARE.

icon.png

5.41 KB
Loading

icon.webp

-4.51 KB
Binary file not shown.

package.json

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,28 @@
44
"description": "Watches Laravel logs and notifies on changes",
55
"version": "0.0.1",
66
"publisher": "azmolla",
7+
"repository": {
8+
"type": "git",
9+
"url": "https://github.com/AbiruzzamanMolla/laravel-log-watcher.git"
10+
},
11+
"bugs": {
12+
"url": "https://github.com/AbiruzzamanMolla/laravel-log-watcher/issues"
13+
},
14+
"homepage": "https://marketplace.visualstudio.com/items?itemName=azmolla.laravel-log-watcher",
715
"engines": {
816
"vscode": "^1.85.0"
917
},
10-
"icon": "images/icon.png",
18+
"icon": "icon.png",
1119
"categories": [
1220
"Other",
1321
"Programming Languages"
1422
],
23+
"keywords": [
24+
"laravel",
25+
"log",
26+
"log-alert",
27+
"php"
28+
],
1529
"activationEvents": [
1630
"onStartupFinished",
1731
"onCommand:laravelLogWatcher.toggle"
@@ -28,7 +42,7 @@
2842
},
2943
"laravelLogWatcher.notificationMessage": {
3044
"type": "string",
31-
"default": "Laravel log updated!",
45+
"default": "New log added in laravel log file!",
3246
"description": "Notification message to show when the log file changes"
3347
},
3448
"laravelLogWatcher.enabled": {

0 commit comments

Comments
 (0)