1.0.2 • Published 3 years ago

thord-js v1.0.2

Weekly downloads
5
License
MIT
Repository
bitbucket
Last release
3 years ago

Example config file:

{
    "filename": "outfile.json",
    "publishers": [
        {
            "id":   "SmartBearSoftware",
            "name": "SmartBear Software",
            "extensions": [
                {
                    "id":   "vscode-swaggerhub",
                    "name": "Swaggerhub for VS Code"
                }
            ]
        },
        {
            "id":   "ms-vscode",
            "name": "Microsoft",
            "extensions": [
                {
                    "id": "cpptools",
                    "name": "C/C++ for Visual Studio Code"
                },
                {
                    "id": "PowerShell",
                    "name": "PowerShell Language Support for Visual Studio Code"
                }
            ]
        }
    ]
}