- Update README with instruction that Command Palettes work only in "Shell Script" mode.
- Fix the extension not activated on WSL2 with dependency updates
- Fix Runtime errors in edits and saves
- Do not flood logs when command specs are handled in batch
- Update dependencies for security
- Rephrase README
- (Fix dates in this change log)
- Fix problems by removing unnecessary entries in package.json
- Improve command usage and TLDR formatting
- Handle commands starting with
nohup
- Fix hover over unregistered old-style options
- Show usage in hovers
- Show description in hovers when appropriate
- Update
h2o
(command spec parser) to v0.4.6
- Fix completion range discussed in yamaton/h2o-curated-data#2
- Fix completion shown after semicolons.
- Update README
- Fix an error when loading a command without an argument.
- Show "tldr" pages at the command hover if available in the command spec
- Support
tldr
,inheritedOptions
, andaliases
fields in the command spec.
- Add "Shell Commands" Explorer view
- Fix to work with built-in commands like echo and hash
- Fix case in the title to "Shell script command completion"
- Update publisher name / email address
- Fix ridiculously long loading of CLI packages
- Remove redundant operations
- Add loading individual command spec from 'experimental'
- Fix broken links in downloading CLI packages (general and bio)
- Bump H2O to v0.3.2
- Remove unused dev dependencies
- Support multi-level subcommands
- Rename package to "Shell Script command completion"
- Bump H2O to v0.2.0
- Rename command "Load General-Purpose CLI Data" to "Load Common CLI Data"
- Suppress command-name completion after typing space
- Bump H2O to v0.1.18
- Use sandboxing on macOS with
sandbox-exec
- Filter duplicate options with hand-engineered score
- Use sandboxing on macOS with
- Fix icon
- Bump H2O to v0.1.17
- Fix a bug in checking manpage availability
- Add more help query scanning
- Minior fixes
- [WARNING] temporary disable sandboxing for performance
- Add icon (Credit: https://www.irasutoya.com/)
- Show description in all lines of subcommand and option/flag completions
- Bump H2O to v0.1.15
- Bugfixes
- Bump H2O to v0.1.14
- Much better macos support
- Improved parsing
- Support the multi-lined command where continued line ends with
\
- Fix hover not working on
--option=arg
- Fix hover not working on a short option immediately followed by an argument
-oArgument
- Fix completion candidates not ignoring properly after
--option=arg
- Bump H2O to v0.1.12
- Bugfixes and performance improvements
- Introduce non-alphabetical ordering of completion items
- Subcommands appear before options
- Ordering respects the source
- Remove command "Download and Force Update Local CLI Data"
- Add command "Load General-Purpose CLI Data"
- Add command "Load Bioinformatics CLI Data"
- Add command "Remove Bioinformatics CLI Data"
- Suppress command completion when other completions are available
- Reintroduce command completion
- Add command "Download and Force Update Local CLI Data"
- Bugfixes including crash when disconnected
- Revert to 0.0.8+
- Add command completion
- Code refactoring
- Change the display name to "Shell Completion"
- Fix the bug not showing completions in some cases.
- Fix a critical bug not showing completions properly
- Bump H2o to v0.1.10
- Bugfixes
- Fetch curated data from GitHub at startup
- Bump H2o to v0.1.9
- Use Bubblewrap (sandbox) in Linux if available
- Fail fast than producing junk
- Change message formatting in Hover
- Fix link in README
- Add completion and hover GIF to README
-
Bundle macos executable, in addition to linux
-
Bump H2O to v0.1.7
-
Make path to H2O configurable (default: "")
-
Initial release