File tree Expand file tree Collapse file tree 3 files changed +19
-1
lines changed Expand file tree Collapse file tree 3 files changed +19
-1
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,15 @@ All notable changes to this extension are documented below.
99- 💡 Back-end Language Server for Systemverilog
1010- 💡 Complete syntax highlighting
1111
12+ ### [ 0.13.2]
13+
14+ - modified formatter command parser to support windows paths by ` joecrop `
15+ - module instantiator now detects parameters correctly by ` joecrop `
16+
17+ ### [ 0.13.1]
18+
19+ - Improved remote ssh performance by ` eirikpre `
20+
1221### [ 0.13]
1322
1423- input/output/input now have different icons in the outline tree by @joecrop in https://github.com/eirikpre/VSCode-SystemVerilog/pull/151
Original file line number Diff line number Diff line change @@ -154,6 +154,15 @@ npm run compile
154154
155155See the [ changelog] ( CHANGELOG.md ) for more details
156156
157+ ### 0.13.2
158+
159+ - modified formatter command parser to support windows paths by ` joecrop `
160+ - module instantiator now detects parameters correctly by ` joecrop `
161+
162+ ### 0.13.1
163+
164+ - Improved remote ssh performance by ` eirikpre `
165+
157166### 0.13
158167
159168- input/output/input now have different icons in the outline tree by ` joecrop `
Original file line number Diff line number Diff line change 22 "name" : " systemverilog" ,
33 "displayName" : " SystemVerilog - Language Support" ,
44 "description" : " Language support for Verilog and SystemVerilog." ,
5- "version" : " 0.13.1 " ,
5+ "version" : " 0.13.2 " ,
66 "publisher" : " eirikpre" ,
77 "author" : {
88 "name" : " Eirik Prestegårdshus" ,
You can’t perform that action at this time.
0 commit comments