// Workspace settings
{
    // The following will hide the js and map files in the editor
    "files.exclude": {
        "bin": false,
        "node_modules": false,
    }
}