Skip to content

Commit 12e1d07

Browse files
committed
chore: packaging
1 parent 513383c commit 12e1d07

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

.vscodeignore

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
.vscode/**
22
.vscode-test/**
33
.github/**
4+
.devcontainer/**
45
src/**
56
out/test/**
67
.gitignore
7-
.yarnrc
8+
.sonarcloud.properties
9+
eslint.config.mjs
810
vsc-extension-quickstart.md
911
**/tsconfig.json
10-
**/.eslintrc.json
1112
**/*.map
1213
**/*.ts

package-lock.json

Lines changed: 6 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"publisher": "automattic",
44
"displayName": "Log Watcher",
55
"description": "A Visual Studio Code extension that watches log files for changes and outputs those changes to the \"Output\" tab in real time, similar to `tail -F`.",
6-
"version": "1.0.0",
6+
"version": "1.0.1",
77
"keywords": [
88
"logs",
99
"log watcher",

0 commit comments

Comments
 (0)