Sublime Forum

«Please open the package_control_channel folder»

#1

I want to try to add my theme in Package Control.

Windows 10 Education, Sublime Text 3 Portable, Build 3114 in folder E:\Sublime Text 3

  1. I forked package_control_channel.


  2. In folder of my computer E:\package_control_channel I launched Git Bash and clone my fork:
Кот@DESKTOP-0G54NVG MINGW32 /e/package_control_channel
$ git clone https://github.com/Kristinita/package_control_channel.git
Cloning into 'package_control_channel'...
remote: Counting objects: 38942, done.
remote: Total 38942 (delta 0), reused 0 (delta 0), pack-reused 38942
Receiving objects: 100% (38942/38942), 10.85 MiB | 1.36 MiB/s, done.
Resolving deltas: 100% (25836/25836), done.
Checking connectivity... done.

3. I add to file `s.json` to path `E:\package_control_channel\package_control_channel\repository` this text:
         {
            "name": "Sasha",
            "details": "https://github.com/Kristinita/SashaSublime",
            "labels": ["language syntax"],
            "homepage": "https://github.com/Kristinita/SashaSublime",
            "author": "Sasha Chernykh",
            "readme": "https://github.com/Kristinita/SashaSublime/blob/master/README.md",
            "issues": "https://github.com/Kristinita/SashaSublime/issues",
            "labels": ["theme", "color scheme"],
            "releases": [
                {
                    "sublime_text": ">=3114",
                    "tags": "st3-"
                }
            ]
        },

I save s.json file.


4. I installed ChannelRepositoryTools. In file s.json I entered in the command palette ChannelRepositoryTools: Test Default Channel. There was a modal window:

Please open the package_control_channel

ChannelRepositoryTools

Please open the package_control_channel folder. It can be obtained by
forking and they cloning your fork
of https://github.com/wbond/package_control_channel.

What am I doing wrong?

Thanks.

1 Like

#2

You need to open the folder “package_control_channel” in Sublime Text – it should be in the list of Folders in your sidebar.

2 Likes

#3

Thank you very much!

0 Likes

#4

[Solved]

0 Likes