Skip to content

Commit cb21064

Browse files
authored
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 <[email protected]>
1 parent b544a83 commit cb21064

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,7 @@ by adding the following settings on `.vscode/settings.json` in your workspace.
6565

6666
```json
6767
{
68-
"ctags-companion.command": "ctags -R --fields=+nKz -f .vscode/.tags --langmap=SystemVerilog:+.v -R rtl /opt/uvm-1.2/src",
69-
"ctags-companion.readtagsEnabled": true,
68+
"ctags-companion.command": "ctags -R --fields=+nKz --langmap=SystemVerilog:+.v -R rtl /opt/uvm-1.2/src",
7069
}
7170
```
7271

0 commit comments

Comments
 (0)