Skip to content

Commit 60ce39c

Browse files
committed
0.0.8
1 parent e817ded commit 60ce39c

File tree

6 files changed

+723
-635
lines changed

6 files changed

+723
-635
lines changed

.vscode/launch.json

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -16,20 +16,6 @@
1616
"${workspaceFolder}/out/**/*.js"
1717
],
1818
"preLaunchTask": "npm: watch"
19-
},
20-
{
21-
"name": "Extension Tests",
22-
"type": "extensionHost",
23-
"request": "launch",
24-
"runtimeExecutable": "${execPath}",
25-
"args": [
26-
"--extensionDevelopmentPath=${workspaceFolder}",
27-
"--extensionTestsPath=${workspaceFolder}/out/test"
28-
],
29-
"outFiles": [
30-
"${workspaceFolder}/out/test/**/*.js"
31-
],
32-
"preLaunchTask": "npm: watch"
3319
}
3420
]
3521
}

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Change Log
22

3+
## 0.0.8
4+
- Bug fix - auto-run only on save, reduce excessive checkpatch calls
5+
- Add setting for selecting the diagnostic severity of problems
6+
- Run checkpatch from workspace root, for supporting checkpatch config files
7+
38
## 0.0.7
49
- Bug fix - don't ignore the last error in file and respect '--strict' mode. Thanks @nunojsa.
510
- Diagnostic severity changed to 'info'

0 commit comments

Comments
 (0)