You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+45-41Lines changed: 45 additions & 41 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,67 +10,71 @@ More details can be found on the [Releases](https://github.com/eirikpre/VSCode-S
10
10
- 💡 Back-end Language Server for Systemverilog
11
11
- 💡 Complete syntax highlighting
12
12
13
+
### [0.13.11]
14
+
15
+
* Fix Synopsis/Xilinx Design Constraints Language Config Filename by @MasonEdgar
16
+
13
17
### [0.13.10]
14
18
15
-
- Right-justified icons by `joecrop`
16
-
- Added support for symbol resolution in vh, svh, vams, and veriloga files by `joecrop`
17
-
- Added support for import statements within module headers when auto-instantiating modules by `Stavegu`
19
+
- Right-justified icons by @joecrop
20
+
- Added support for symbol resolution in vh, svh, vams, and veriloga files by @joecrop
21
+
- Added support for import statements within module headers when auto-instantiating modules by @Stavegu
18
22
19
23
### [0.13.9]
20
24
21
-
- Added basic syntax highlighting support for sdc/xdc files inspired by [https://github.com/mshr-h/vscode-verilog-hdl-support](vscode-verilog-hdl-support) by `joecrop`
25
+
- Added basic syntax highlighting support for sdc/xdc files inspired by [https://github.com/mshr-h/vscode-verilog-hdl-support](vscode-verilog-hdl-support) by @joecrop
22
26
23
27
### [0.13.8]
24
28
25
-
- Corrected icons for light themes by `joecrop`
26
-
- Added basic syntax highlighting for .f files by `joecrop`
29
+
- Corrected icons for light themes by @joecrop
30
+
- Added basic syntax highlighting for .f files by @joecrop
27
31
28
32
### [0.13.7]
29
33
30
-
- Added missing filetype icons by `joecrop`
34
+
- Added missing filetype icons by @joecrop
31
35
32
36
### [0.13.6]
33
37
34
-
- Fix auto-instantiation failing on extra parentheses by `richzwart`
35
-
- Added filetype icons inspired by [vscode-material-icon-theme](https://github.com/PKief/vscode-material-icon-theme) by `joecrop`
36
-
- Added support for Verilog-A and Verilog-AMS syntax highlighting by `joecrop`
38
+
- Fix auto-instantiation failing on extra parentheses by @richzwart
39
+
- Added filetype icons inspired by [vscode-material-icon-theme](https://github.com/PKief/vscode-material-icon-theme) by @joecrop
40
+
- Added support for Verilog-A and Verilog-AMS syntax highlighting by @joecrop
37
41
38
42
### [0.13.5]
39
43
40
-
- Improved format command parsing and error handling per issue #170`joecrop`
41
-
- DefinitionProvider bugfixes by `LarsAur`
44
+
- Improved format command parsing and error handling per issue #170@joecrop
45
+
- DefinitionProvider bugfixes by @LarsAur
42
46
43
47
### [0.13.4]
44
48
45
-
- Updated Verible lint regular expressions for new output format by `joecrop`
46
-
- Fixed Windows path recognition in DocumentCompiler by `joecrop`
49
+
- Updated Verible lint regular expressions for new output format by @joecrop
50
+
- Fixed Windows path recognition in DocumentCompiler by @joecrop
47
51
48
52
### [0.13.3]
49
53
50
-
- adding `compileOnOpen` setting option by `joennlae`
51
-
- removing cache in hopes that workflow errors will be resolved by `joecrop`
52
-
- bump terser to version 5.15.0 by `joecrop`
53
-
- fix: #177: Properly handle Windows paths in Verilator output by `agg23`
54
-
- Remote ssh performance by `eirikpre`
55
-
- fix: Added debounce delay for saving indexes by `agg23`
54
+
- adding `compileOnOpen` setting option by @joennlae
55
+
- removing cache in hopes that workflow errors will be resolved by @joecrop
56
+
- bump terser to version 5.15.0 by @joecrop
57
+
- fix: #177: Properly handle Windows paths in Verilator output by @agg23
58
+
- Remote ssh performance by @eirikpre
59
+
- fix: Added debounce delay for saving indexes by @agg23
56
60
57
61
58
62
### [0.13.2]
59
63
60
-
- modified formatter command parser to support windows paths by `joecrop`
61
-
- module instantiator now detects parameters correctly by `joecrop`
64
+
- modified formatter command parser to support windows paths by @joecrop
65
+
- module instantiator now detects parameters correctly by @joecrop
62
66
63
67
### [0.13.1]
64
68
65
-
- Improved remote ssh performance by `eirikpre`
69
+
- Improved remote ssh performance by @eirikpre
66
70
67
71
### [0.13]
68
72
69
-
- input/output/input now have different icons in the outline tree by `joecrop`
70
-
- Format module instance and dropdown list of modules for auto-instantiator by `joecrop`
71
-
- support more file extensions and no extension in antlr parser by `joecrop`
72
-
- Bump minimist from 1.2.5 to 1.2.6 by `dependabot`
73
-
- Include indexing docs by `joecrop`
73
+
- input/output/input now have different icons in the outline tree by @joecrop
74
+
- Format module instance and dropdown list of modules for auto-instantiator by @joecrop
75
+
- support more file extensions and no extension in antlr parser by @joecrop
76
+
- Bump minimist from 1.2.5 to 1.2.6 by @dependabot
77
+
- Include indexing docs by @joecrop
74
78
75
79
### [0.12.1]
76
80
@@ -91,13 +95,13 @@ More details can be found on the [Releases](https://github.com/eirikpre/VSCode-S
91
95
92
96
### [0.12.0]
93
97
94
-
- Implemented 'find references' feature, thanks to `joecrop`
95
-
- Ports and parameters are now recognized as symbols, thanks to `joecrop`
96
-
- Illegal/reserved words contained with symbols is now supported, thanks to `joecrop`
97
-
- Added more consistent syntax highlighting for UDP tables, thanks to `sw23`
98
-
- Added support for verible_verilog_lint as a compiler/linter, thanks to `joecrop`
99
-
- Fixed 'npm run compile' on MacOS, thanks to `sw23`
100
-
- Added 'Contributing' section to documentation, thanks to `gasrodriguez`
98
+
- Implemented 'find references' feature, thanks to @joecrop
99
+
- Ports and parameters are now recognized as symbols, thanks to @joecrop
100
+
- Illegal/reserved words contained with symbols is now supported, thanks to @joecrop
101
+
- Added more consistent syntax highlighting for UDP tables, thanks to @sw23
102
+
- Added support for verible_verilog_lint as a compiler/linter, thanks to @joecrop
103
+
- Fixed 'npm run compile' on MacOS, thanks to @sw23
104
+
- Added 'Contributing' section to documentation, thanks to @gasrodriguez
101
105
102
106
### [0.11.2 - 0.11.3]
103
107
@@ -193,17 +197,17 @@ More details can be found on the [Releases](https://github.com/eirikpre/VSCode-S
193
197
194
198
## [0.8.0] - 2019.07.16
195
199
196
-
- Compile an opened document using `Verilator` simulator, display errors/warnings as `Diagnostics` in documents: `oehaddouchi`
0 commit comments