11# Changelog
22
33All notable changes to this extension are documented below.
4+ More details can be found on the [ Releases] ( https://github.com/eirikpre/VSCode-SystemVerilog/releases ) page on GitHub.
45
56## [ Unreleased]
67
@@ -9,6 +10,15 @@ All notable changes to this extension are documented below.
910- 💡 Back-end Language Server for Systemverilog
1011- 💡 Complete syntax highlighting
1112
13+ ### [ 0.13.3]
14+
15+ - adding ` compileOnOpen ` setting option by ` joennlae `
16+ - removing cache in hopes that workflow errors will be resolved by ` joecrop `
17+ - bump terser to version 5.15.0 by ` joecrop `
18+ - fix: #177 : Properly handle Windows paths in Verilator output by ` agg23 `
19+ - Remote ssh performance by ` eirikpre `
20+ - fix: Added debounce delay for saving indexes by ` agg23 `
21+
1222### [ 0.13.2]
1323
1424- modified formatter command parser to support windows paths by ` joecrop `
@@ -20,11 +30,11 @@ All notable changes to this extension are documented below.
2030
2131### [ 0.13]
2232
23- - input/output/input now have different icons in the outline tree by @ joecrop in https://github.com/eirikpre/VSCode-SystemVerilog/pull/151
24- - Format module instance and dropdown list of modules for auto-instantiator by @ joecrop in https://github.com/eirikpre/VSCode-SystemVerilog/pull/152
25- - support more file extensions and no extension in antlr parser by @ joecrop in https://github.com/eirikpre/VSCode-SystemVerilog/pull/149
26- - Bump minimist from 1.2.5 to 1.2.6 by @ dependabot in https://github.com/eirikpre/VSCode-SystemVerilog/pull/155
27- - Include indexing docs by @ joecrop in https://github.com/eirikpre/VSCode-SystemVerilog/pull/158
33+ - input/output/input now have different icons in the outline tree by ` joecrop `
34+ - Format module instance and dropdown list of modules for auto-instantiator by ` joecrop `
35+ - support more file extensions and no extension in antlr parser by ` joecrop `
36+ - Bump minimist from 1.2.5 to 1.2.6 by ` dependabot `
37+ - Include indexing docs by ` joecrop `
2838
2939### [ 0.12.1]
3040
0 commit comments