UNPKG

vscode-no-unsupported

Version:

An extension for removing [Unsupported] from the titlebar

33 lines (20 loc) 606 B
# VSC No Unsupported <p align="center"> <img src="https://raw.githubusercontent.com/fabiospampinato/vscode-no-unsupported/master/resources/logo-128x128.png" alt="Logo"> </p> An extension for removing [Unsupported] from the titlebar. ## Install Run the following in the command palette: ```shell ext install vscode-no-unsupported ``` ## Usage It adds 2 new commands to the command palette: ```js Unsupported: Remove // Removes [Unsupported] from the titlebar Unsupported: Restore // Restores it ``` ## Before/After ![Before/After](resources/before_after.png) ## License MIT © Fabio Spampinato