tobiastimm / code-theme-converter

Convert any Visual Studio Code Theme to Sublime Text 3 or IntelliJ IDEA
MIT License
138 stars 11 forks source link

-T doesn't seem to work #61

Open kotfu opened 1 year ago

kotfu commented 1 year ago

I am using code2subl version 1.2.1 on node 19.8.1 running on macos 13.3.

When I do:

$ code2subl -T https://github.com/tobiastimm/raiju.git

I expect to get some .tmTheme files, instead I get a bunch of .sublime-color-scheme .sublime-theme files.

Any ideas why the -T or --as-tm-theme options seem to be ignored?

dnandreev commented 1 year ago

Download source code and run:

npm i
npm run build
npm exec
bin/code2subl.js <repo>#<branch> [options]

Works for me!

kotfu commented 1 year ago

Turns out following @dnandreev's method of cloning the repo works. But the version available from the npm public registry at ttps://registry.npmjs.org appears to have a bug in the -T option.