subliberate
v0.0.1
Published
Conversion scripts for porting various vs-code extensions to sublime-text (3)
Downloads
3
Readme
subliberate
An assortmentment of scripts for porting various VS Code Extensions to Sublime Text 3.
Usage
Requires Node 10+
Clone this repository and run npm ci --only=production
Download the target vs-code extension, and run a node command depending on your desired result.
Port a vs-code icon theme to sublime
node convert-icon-ext [sourceExtension] [destPath] --v|--verbose
Converts [sourceExtension]
as a path to a valid vs-code theme extension and will output the theme
to the specified location locally (as [destPath]
)
Providing --v
of --verbose
will enable logging.
The generated file will have the extension sublime-extension
and can be installed like any other
third-party extension.