- ✨ Disable tree view tooltip per item #17
- ✨ Replace variable works inside arrays/objects #9
- ✨ Create markdown tooltip for status bar item #16
- ✨ New command to escape a command uri argument
- ✨ Substitute environment variables in command args
${env:ENV_VAR}
#9
- ✨ Aliased commands also show args decoration in command picker
- ✨ Show warning for duplicate command (extension registers commands by their keys, it cannot be the same as any other command id)
- ✨ Show folder's nested items in status bar on hover
- 🐛 Resolve Tree View tooltip only on hover
- ✨ Rerun last command
commands.rerun
- ✨ Tree View: show nested items on folder hover
- ✨ Tree View: Add "status bar" description to items that have it
- ✨ Substitute variables #9
- ✨ Suggest commands: use codicon to denote args
- ✨ Allow to specify simplified command #6
- ✨ New command: Show notification in status bar
- ✨ Return
commands.alias
- ✨ Delete command from context menu
- 💥 Remove
commands.alias
- ✨ Feature: document links issues/2
- ✨ Allow command to be a simple string in top most level commands
- ✨
commands.open
supports opening file/link with specified app - ✨ Hide item from tree view with
"hidden": true,
- 🐛 Fix removing commands from Command Palette after disabling
commands.populateCommandPalette
- ✨ Allow
sequence
to accept strings - ✨ Allow adding folders to status bar
- ✨ Show command as json on hover
- ✨ New folder icon
- 💥 Rename
commands.openInApp
tocommands.open
- ✨ Open file in default app
commands.openInApp
- ✨ Reveal item in OS file explorer
commands.revealFileInOS
- ✨ Select and run any command (without args)
commands.selectAndRun
- ✨ Install extension by id command
commands.installExtension
- 🐛 Fix
populateCommandPalette
setting duplicating commands
- ✨ New command
commands.openExternal
- open link in default browser
- ✨ New command action automatically adds
args
property - ✨ New command icon is present in folders
- 🐛 Fix icons in other tree views
- 💥 Remove
registerCommand
- use key as command id
- ✨ New command action
- ✨ Add more commands with args
- Initial release