Skip to content

Commit e27604f

Browse files
authored
Merge pull request #740 from rage/checkstyle
3.2.0
2 parents 2b1ee21 + 6832846 commit e27604f

4 files changed

Lines changed: 14 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## [3.2.0] - 2025-02-25
4+
5+
- Test results now contain style warnings or errors for applicable exercises.
6+
37
## [3.1.1] - 2025-02-21
48

59
- Improved error messages and logging.

package-lock.json

Lines changed: 2 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
@@ -1,7 +1,7 @@
11
{
22
"name": "test-my-code",
33
"displayName": "TestMyCode",
4-
"version": "3.1.1",
4+
"version": "3.2.0",
55
"description": "TestMyCode extension for Visual Studio Code",
66
"categories": [
77
"Education",

webview-ui/src/panels/Welcome.svelte

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,13 @@
7272
<!-- This list should generally contain only the last couple versions/months worth of updates -->
7373

7474
<div class="content_section">
75+
<h3>3.2.0 - 2025-02-25</h3>
76+
<h4>Test results contain style warnings or errors for applicable exercises</h4>
77+
<p>
78+
Exercises can be configured to warn or fail submissions for style e.g. nonstandard
79+
formatting. These issues are now checked by the extension and the errors caused by
80+
style issues are displayed.
81+
</p>
7582
<h3>3.1.1 - 2025-02-21</h3>
7683
<h4>Improved error messages and logging</h4>
7784
<p>

0 commit comments

Comments
 (0)