3.2.6 • Published 2 years ago

toolsforvscode v3.2.6

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Tools For Vscode

With this extension, you can:

  • Collapse/Expand

Collapse-Expand

  • Reload

Reload

  • Extensions Manager

  1. You need to install sqlite or download binary and insert path of binary going to settings and follow:

Reload

  1. After set config with profiles, its necessary to restart vscode and then you can enable/disable extensions.
[
    {
        "name": "Hide Profile Name Example",
        // "hide" key is optional
        // When set true, this profile not appear on profile menu
        // All extensions on this profile will be always enabled
        "hide": true,
        "data": [
            "extension-id-1",
            "extension-id-2",
            ...
        ]
    },
    {
        "name": "Profile Name Example",
        "data": [
            "extension-id-3",
            "extension-id-4",
            ...
        ]
    },
    ...
]

Profiles

IMPORTANT:

  • After installing this extension, go to profiles and enable/disable defined profiles to update active/disabled extensions
  • After disable/enable extensions, restart vscode

  • Install/Uninstall

Install/Uninstall all extension defined on profiles settings

  • Convert XLSX to JSON

Valid extensions: csv and xlsx

ConvertXLSXJSON