Skip to content

Commit ebafa09

Browse files
committed
3.4.0
1 parent 694f928 commit ebafa09

File tree

4 files changed

+11
-15
lines changed

4 files changed

+11
-15
lines changed

CHANGELOG.md

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

3-
## [3.5.0] - 2025-06-16
4-
5-
- Added shasum check for langs CLI executable.
6-
7-
## [3.4.0] - 2025-06-16
3+
## [3.4.0] - 2025-07-17
84

95
- Improved error handling during initialization.
6+
- Added shasum check for langs CLI executable.
107

118
## [3.3.0] - 2025-04-03
129

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.5.0",
4+
"version": "3.4.0",
55
"description": "TestMyCode extension for Visual Studio Code",
66
"categories": [
77
"Education",

webview-ui/src/panels/Welcome.svelte

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

7474
<div class="content_section">
75-
<h3>3.5.0 - 2025-07-16</h3>
75+
<h3>3.4.0 - 2025-07-17</h3>
76+
<h4>Improved error handling during initialization</h4>
77+
<p>
78+
Previously, any error during initialization would cause the extension menu to not
79+
load at all. Now, a help screen is displayed and the menu is usable.
80+
</p>
7681
<h4>Added a checksum check for langs</h4>
7782
<p>
7883
If something goes wrong when downloading langs or it is otherwise corrupted, the
7984
extension now automatically detects it with a checksum and redownloads langs on
8085
extension launch.
8186
</p>
82-
<h3>3.4.0 - 2025-06-16</h3>
83-
<h4>Improved error handling during initialization</h4>
84-
<p>
85-
Previously, any error during initialization would cause the extension menu to not
86-
load at all. Now, a help screen is displayed and the menu is usable.
87-
</p>
8887
<h3>3.3.0 - 2025-04-03</h3>
8988
<h4>Added a command for viewing the output logs</h4>
9089
<p>

0 commit comments

Comments
 (0)