Skip to content

Commit

Permalink
other cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewNolte committed May 18, 2024
1 parent 1816eb4 commit cf30551
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 72 deletions.
2 changes: 1 addition & 1 deletion .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
{
"type": "npm",
"script": "watch",
"problemMatcher": "$ts-webpack-watch",
"problemMatcher": [],
"isBackground": true,
"presentation": {
"reveal": "never",
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Install it from the [VS Code Marketplace](https://marketplace.visualstudio.com/i
- Hover and definitions across files, including macros
- Code completion for modules on "ModuleName #"
- Code completion suggests relevant symbols- package refs, params, ports, macros, builtins, etc.
- Relies on modules matching the name of the file
- Zero config required if module names match file
- Hover and Completion for builtin functions like $bits()

### [verible-verilog-ls](https://github.com/chipsalliance/verible?label=verible-verilog-ls)
Expand Down
70 changes: 0 additions & 70 deletions update.py

This file was deleted.

0 comments on commit cf30551

Please sign in to comment.