544 Commits

Author SHA1 Message Date
hirooih
cb21064812
fix README.md for ctags-companion v2023.8.0 or later (#483) (#494)
From https://github.com/gediminasz/ctags-companion/releases/tag/v2023.8.0

- Switched to using the default tags file location rather than .vscode/.tags
- Replaced in-memory symbol index with more efficient readtags.

Signed-off-by: Hiroo HAYASHI <24754036+hirooih@users.noreply.github.com>
2024-08-19 22:03:45 +09:00
Masahiro Hiramori
b544a83bdf update to v1.14.3 2024-07-30 21:46:06 +09:00
alx
b5b9e16603
Improved error parsing when using verilator (#491)
* Improved error parsing when using verilator

* Major:
  stderr passthrough
  Improved problem matcher regex. Now importaint sections are named
  Added better tagging for output blocks.
  Added changes to changelog
Smaller stuff:
  changed container for messages to be a Map
  fixed regex that replaced slashes in windows paths
  removed old code
2024-07-30 21:43:01 +09:00
Masahiro Hiramori
416807d4e7 update to v1.14.2 2024-07-24 17:58:49 +09:00
renovate[bot]
8398516a03
Update dependency eslint-plugin-promise to v7 (#490)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-07-24 17:57:17 +09:00
Masahiro Hiramori
9bbdecd695 log error message when verilaor cannot be executed 2024-07-24 17:47:38 +09:00
Masahiro Hiramori
7609bb1082 do not track .DS_Store files 2024-07-24 17:45:22 +09:00
renovate[bot]
44f3820cc5
Update dependency glob to v11 (#488)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-07-24 16:40:21 +09:00
renovate[bot]
7f38d3a901
Update dependency eslint-plugin-n to v17 (#478)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-09 20:16:00 +09:00
Masahiro Hiramori
cf0beae2d7 add sv example 2024-04-19 20:38:25 +09:00
Masahiro Hiramori
8d382ac0e4 update to v1.14.1 2024-04-19 20:17:19 +09:00
Masahiro Hiramori
4d35378eb5 enable verible-verilog-ls for verilog filetype 2024-04-19 20:17:05 +09:00
Masahiro Hiramori
779e8c456e update to v1.14.0 2024-04-19 20:10:02 +09:00
Masahiro Hiramori
8d7c8f5f32 update systemverilog syntax highlight 2024-04-19 20:09:15 +09:00
Masahiro Hiramori
d24ea956ec update to v1.13.5 2024-03-25 22:14:43 +09:00
Masahiro Hiramori
5be4b8fe71 publish to Open VSX Registry 2024-03-25 22:10:24 +09:00
Masahiro Hiramori
f3b6f33a89 update dependencies 2024-03-24 13:24:32 +09:00
Masahiro Hiramori
188cae7c79 update devDependencies 2024-03-24 13:23:51 +09:00
Masahiro Hiramori
0129dc928a compatible with vscode ^1.75.0 2024-03-24 13:15:04 +09:00
Masahiro Hiramori
0cc8dcd3ea npm audit fix 2024-03-24 13:12:23 +09:00
Masahiro Hiramori
dbd9cc2f38 use latest node 2024-03-23 15:36:06 +09:00
Masahiro Hiramori
364ff13105 update to v1.13.4 2024-03-23 15:34:59 +09:00
Andrew Nolte
487543b0e3
Support module definitions by looking for file name (#470)
* support module/interface definitions and hovers by searching for file name

* clean up, search for parent sym if there

* more logs cleanup

---------

Co-authored-by: Andrew Nolte <anolte@hudson-trading.com>
2024-03-22 23:26:43 -07:00
LapinMalin
45bc2f4396
fix ctags indexing error if ctags path is set to none #417 (#469)
Co-authored-by: Masahiro Hiramori <mhg00g13@gmail.com>
2024-03-22 23:09:22 -07:00
Masahiro Hiramori
018b6249f7 update to v1.13.3 2024-03-22 22:52:06 +09:00
Masahiro Hiramori
18f503113e
add workflow (#473) 2024-03-22 06:48:56 -07:00
Andrew Nolte
ca07b5eeaa
execute formatter from cwd (#466)
Co-authored-by: Andrew Nolte <anolte@hudson-trading.com>
2024-02-21 21:56:12 +09:00
Masahiro Hiramori
a590f49536 update to v1.13.2 2024-02-04 13:19:47 +09:00
DeflateAwning
cf44affcc9
Add feature request template (#464) 2024-02-03 20:16:58 -08:00
zoomer_k
585dc75474
" slang: run at file location " seems not work correctly #460 (#462)
* Update SlangLinter.ts

when atFilelocation is enable , convert path in warning to collect path

* Update CHANGELOG.md

* Update CHANGELOG.md

* Update src/linter/SlangLinter.ts

errPath => filePath

Co-authored-by: retar-kamuy <103509349+retar-kamuy@users.noreply.github.com>

---------

Co-authored-by: retar-kamuy <103509349+retar-kamuy@users.noreply.github.com>
2024-02-03 20:12:06 -08:00
Masahiro Hiramori
c0f13d5fb2 update to v1.13.1 2024-01-15 10:09:48 +09:00
Masahiro Hiramori
040c6d4b34 Revert "Update dependency vscode to v2023 (#454)"
This reverts commit 664482054b697ce3bbf0b05da7cbb326eeca1a3d.
2024-01-15 10:05:45 +09:00
Masahiro Hiramori
677cc4eb40 add language example 2024-01-15 10:04:55 +09:00
Masahiro Hiramori
054b39ab0e
Merge pull request #457 from hirooih:use-uctag-parameter-field-option
use uctag parameter field option for module instantiation (#102)
2024-01-15 10:04:17 +09:00
renovate[bot]
189a3afb77
Update github/codeql-action action to v3 (#458)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-12-15 22:05:35 +09:00
renovate[bot]
c4d0b5c4b9
Update actions/upload-artifact action to v4 (#459)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-12-15 22:05:16 +09:00
Hiroo HAYASHI
0298d7ed1b use uctag parameter field option for module instantiation (#102)
By adding `--fields-SystemVerilog=+{parameter}` option uctag,
it emits the 6th field, `parameter:`.

When `parameter:` is emitted, this fix override type as `parameter`.

Signed-off-by: Hiroo HAYASHI <24754036+hirooih@users.noreply.github.com>
2023-12-10 23:21:37 +09:00
renovate[bot]
664482054b
Update dependency vscode to v2023 (#454)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-15 19:36:38 +09:00
renovate[bot]
9868963bab
Update dependency vscode-languageclient to v9 (#448)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-28 01:24:11 -07:00
renovate[bot]
03491e2294
Update dependency @types/node to v20 (#453)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-28 01:19:06 -07:00
renovate[bot]
5ef27946e6
Update actions/setup-node action to v4 (#452)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-28 01:18:49 -07:00
renovate[bot]
b10c3ed6ce
Update actions/checkout action to v4 (#445)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-09-14 14:30:06 -07:00
renovate[bot]
e28ad3eb38
Update dependency which to v4 (#443)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-09-14 14:29:45 -07:00
Masahiro Hiramori
ca47b91e3f update to v1.13.0 2023-08-31 21:10:08 +09:00
zoomer_k
bdea3602c6
Add rust hdl #360 (#441) 2023-08-31 21:01:17 +09:00
Masahiro Hiramori
e0b4e75526 update to v1.12.0 2023-08-14 17:19:27 +09:00
Masahiro Hiramori
6a344b3e64
add tcl support (#440) 2023-08-14 01:13:37 -07:00
renovate[bot]
2a7b31539e
Update typescript-eslint monorepo to v6.2.1 (#439)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-08-14 00:30:51 -07:00
renovate[bot]
d747b5845e
Update Minor updates (#438)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-08-14 00:28:30 -07:00
renovate[bot]
4c44a1734b
Update Patch updates (#437)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-08-13 23:33:32 -07:00