Skip to content

Commit

Permalink
feat: add open configuration command
Browse files Browse the repository at this point in the history
  • Loading branch information
qarlosalberto committed Jul 29, 2023
1 parent 34fe012 commit aa33d57
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/teroshdl/auto_package/command.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
- name: open
title: Open file with TerosHDL

- name: configuration
title: "TerosHDL: Open Configuration Menu"

################################################################################
# VSCode tree
################################################################################
Expand Down
4 changes: 4 additions & 0 deletions packages/teroshdl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -322,6 +322,10 @@
"command": "teroshdl.open",
"title": "Open file with TerosHDL"
},
{
"command": "teroshdl.configuration",
"title": "TerosHDL: Open Configuration Menu"
},
{
"command": "teroshdl.waveform",
"title": "Open waveform viewer"
Expand Down

0 comments on commit aa33d57

Please sign in to comment.