CorpGlory / tsdb-kit

GNU General Public License v3.0
10 stars 1 forks source link

categories in package.json #3

Open jonyrock opened 4 years ago

jonyrock commented 4 years ago

this is example from https://github.com/microsoft/vscode-python

    "categories": [
        "Programming Languages",
        "Debuggers",
        "Linters",
        "Snippets",
        "Formatters",
        "Other",
        "Extension Packs",
        "Data Science",
        "Machine Learning",
        "Notebooks"
    ],

let's make something like this here