diff --git a/hpl-toolbox-0.1.0.vsix b/hpl-toolbox-0.1.0.vsix index d806e72..3e7efb5 100644 Binary files a/hpl-toolbox-0.1.0.vsix and b/hpl-toolbox-0.1.0.vsix differ diff --git a/src/launcherView.ts b/src/launcherView.ts index ecfddf1..ccad2d7 100644 --- a/src/launcherView.ts +++ b/src/launcherView.ts @@ -32,12 +32,20 @@ function getHtml(): string { background: var(--vscode-button-secondaryHoverBackground); } .tool-desc { display: block; font-size: 11px; opacity: 0.7; margin-top: 2px; } + .tool-btn:disabled { cursor: not-allowed; opacity: 0.55; } + .tool-btn:disabled:hover { background: var(--vscode-button-secondaryBackground); } + .wip-badge { + display: inline-block; margin-left: 6px; padding: 1px 6px; + font-size: 10px; text-transform: uppercase; letter-spacing: 0.5px; + background: var(--vscode-badge-background); color: var(--vscode-badge-foreground); + border-radius: 3px; vertical-align: middle; + }

HPL Toolbox

-