Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixed verible compiler regexes to support new and old version #199

Merged
merged 6 commits into from
Aug 8, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ More details can be found on the [Releases](https://github.com/eirikpre/VSCode-S
- 💡 Back-end Language Server for Systemverilog
- 💡 Complete syntax highlighting

### [0.13.4]

- Updated Verible lint regular expressions for new output format by `joecrop`
- Fixed Windows path recognition in DocumentCompiler by `joecrop`

### [0.13.3]

- adding `compileOnOpen` setting option by `joennlae`
Expand All @@ -19,6 +24,7 @@ More details can be found on the [Releases](https://github.com/eirikpre/VSCode-S
- Remote ssh performance by `eirikpre`
- fix: Added debounce delay for saving indexes by `agg23`


### [0.13.2]

- modified formatter command parser to support windows paths by `joecrop`
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ npm run compile

See the [changelog](CHANGELOG.md) for more details


### 0.13.2

- modified formatter command parser to support windows paths by `joecrop`
Expand Down
Loading