All notable changes to the "jwt-debugger" extension will be documented in this file.
- New feature: Input terminal for decode JWT that allow users insert their token into input terminal, and decode by @seon22break in #9
- Fix TS1196: Catch clause variable cannot have a type annotation by @yokawasa in #14
- Fix security vulnerability: upgrade jargs-parser to 13.1.2
- Fix security vulnerability: upgrade minimist to 1.2.5
- Fix CSP: only allow the minimal amount of content that our extension needs to function
- Disable a command shortcut key (
Ctrl+shift+d
orCmd+shift+d
for Mac) when editor has no text selection
- Add a new keybind to execute the command
JWT Debugger Decocde
. Now you can execute the command either inCommand Palette
or with keybindCtrl+Shift+d
(Mac:Cmd+Shift+d
)
- Initial release (alpha release)