Skip to content

Commit

Permalink
Allow extension to work not only when editor is open, update README, …
Browse files Browse the repository at this point in the history
…and create new vsix file
  • Loading branch information
pabloarosado committed Oct 7, 2024
1 parent 42ed873 commit a72b725
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion vscode_extensions/find-latest-etl-step/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ Only the steps corresponding to the latest existing version will be shown.
## Installation

- Press `cmd+shift+p` and select "Extensions: Install from VSIX".
- Select the latest version of the packaged extension, e.g. `find-latest-etl-step-0.0.2.vsix`.
- Select the latest version of the packaged extension, e.g. `install/find-latest-etl-step-0.0.2.vsix`.
- Restart VSCode to ensure the new version is installed (although it may not be necessary).
Binary file not shown.
3 changes: 1 addition & 2 deletions vscode_extensions/find-latest-etl-step/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@
"keybindings": [
{
"command": "extension.findLatestETLStep",
"key": "ctrl+shift+l",
"when": "editorTextFocus"
"key": "ctrl+shift+l"
}
]
},
Expand Down

0 comments on commit a72b725

Please sign in to comment.