We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b544a83 commit cb21064Copy full SHA for cb21064
README.md
@@ -65,8 +65,7 @@ by adding the following settings on `.vscode/settings.json` in your workspace.
65
66
```json
67
{
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,
+ "ctags-companion.command": "ctags -R --fields=+nKz --langmap=SystemVerilog:+.v -R rtl /opt/uvm-1.2/src",
70
}
71
```
72
0 commit comments