{"id":22230149,"url":"https://github.com/xlab-si/template-library-vscode-plugin","last_synced_at":"2026-04-30T00:34:15.187Z","repository":{"id":51357653,"uuid":"298195544","full_name":"xlab-si/template-library-vscode-plugin","owner":"xlab-si","description":"VS Code/Eclipse Che Theia plugin for Template Library","archived":false,"fork":false,"pushed_at":"2021-10-25T13:36:57.000Z","size":900,"stargazers_count":2,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2026-04-23T07:10:12.114Z","etag":null,"topics":["eclipse-che","eclipse-theia","library","orchestration","template","theia-extension","tosca","vscode","vscode-extension"],"latest_commit_sha":null,"homepage":"https://template-library-xopera.xlab.si/docs/plugin.html","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/xlab-si.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-09-24T07:01:30.000Z","updated_at":"2025-04-04T07:29:59.000Z","dependencies_parsed_at":"2022-09-11T01:50:43.948Z","dependency_job_id":null,"html_url":"https://github.com/xlab-si/template-library-vscode-plugin","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/xlab-si/template-library-vscode-plugin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xlab-si%2Ftemplate-library-vscode-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xlab-si%2Ftemplate-library-vscode-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xlab-si%2Ftemplate-library-vscode-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xlab-si%2Ftemplate-library-vscode-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xlab-si","download_url":"https://codeload.github.com/xlab-si/template-library-vscode-plugin/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xlab-si%2Ftemplate-library-vscode-plugin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32450058,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T22:27:22.272Z","status":"ssl_error","status_checked_at":"2026-04-29T22:10:49.234Z","response_time":110,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["eclipse-che","eclipse-theia","library","orchestration","template","theia-extension","tosca","vscode","vscode-extension"],"created_at":"2024-12-03T01:14:26.517Z","updated_at":"2026-04-30T00:34:15.154Z","avatar_url":"https://github.com/xlab-si.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Template Library plugin for VS Code/Eclipse Che Theia\nThis repository allows you to set up VS Code/Eclipse Che Theia [Template Library plugin]. If you are totally unfamiliar \nwith TPS you can take a look at the [Template Library documentation].\n\n| Aspect                         | Information                               |\n| ------------------------------ |:-----------------------------------------:|\n| Documentation                  | [Template Library plugin documentation]   |\n| Open VSX Registry              | [Open VSX Registry plugin link]           |\n| Visual Studio Marketplace      | [VS Marketplace plugin link]              |\n| Video                          | [Template Library with Eclipse Che]       | \n\n## Table of Contents\n  - [Installation and publishing](#installation-and-publishing)\n    - [Visual Studio Code installation](#vs-code-installation)\n    - [Eclipse Che installation](#eclipse-che-theia-installation)\n    - [Publishing the plugin](#publishing)\n  - [Main features](#main-features)\n\n## Installation and publishing\nThis is originally a [Visual Studio Code] extension/plugin, so the best way to test it locally is to through VS Code's \nextension development host. [RADON IDE] is represented by [Eclipse Che] which uses an open-source cloud and desktop IDE \nframework called [Eclipse Theia] within the workspaces. [Eclipse Theia] is very similar to VS Code and therefore VS \nCode extensions can be also used in Theia.\n\n### VS Code installation\nThe plugin can be installed through [Visual Studio Marketplace] here: [VS Marketplace plugin link].\n\nTo install the plugin without the VS Marketplace to your VS Code editor you will need the latest `vsix` plugin package, \nwhich you can download get here: [VS Marketplace plugin link] (or check [Releases]). Then you just have to import the \n`vsix` file to the VS Code plugins and after that you will be able to use the plugin in any VS Code window.\n\n### Eclipse Che Theia installation\nTPS plugin was primarily meant for usage in [Eclipse Theia] which is the main editor in the [Eclipse Che]/[RADON IDE]. \nTHe plugin is available in the [Open VSX Registry] here: [Open VSX Registry plugin link].\n\nTo install the plugin manually to [Eclipse Che] you will need the prepared YAML devfile (which also uses the prepared \n`meta.yaml` file). The files to try this can be found in [publishing-examples](./publishing-examples).\n\n### Publishing\nHere's what you need to do to test the plugin and to package/publish it:\n\n```console\n# install Node JS from https://nodejs.org/en/download/\n# and test it with node -v and npm -v command\n\n# install prerequisite packages\nnpm install\n\n# test the plugin in VS Code (this will open a new window with your extension loaded)\npress F5 (Run Extension)\n\n# package and publish the extension\n# if you don't have npx install it with: npm install npx\nnpx vsce package\n```\n\n## Main features\nThe extension uses [Template Library REST API] and can therefore invoke various Template Library actions. \n\nCurrently, supported actions are:\n\n- setting Template Library REST API endpoint\n- creating and publishing TOSCA template or CSAR and its version\n- downloading a specific TOSCA template version files\n- deleting saved login info (Keycloak cookies)\n\n[Template Library plugin]: https://template-library-xopera.xlab.si/docs/plugin.html\n[Template Library documentation]: https://template-library-xopera.xlab.si/docs/\n[Template Library plugin documentation]: https://template-library-xopera.xlab.si/docs/plugin.html\n[Open VSX Registry plugin link]: https://open-vsx.org/extension/xlab/template-library\n[VS Marketplace plugin link]: https://marketplace.visualstudio.com/items?itemName=xlab.template-library\n[Template Library with Eclipse Che]: https://www.youtube.com/watch?v=vCjfZ4Iue0E\n[RADON IDE]: https://github.com/radon-h2020/radon-ide\n[Eclipse Che]: https://www.eclipse.org/che\n[Eclipse Theia]: https://theia-ide.org\n[Visual Studio Code]: https://code.visualstudio.com\n[Visual Studio Marketplace]: https://marketplace.visualstudio.com/\n[Releases]: https://github.com/xlab-si/template-library-vscode-plugin/releases\n[Open VSX Registry]: https://open-vsx.org/\n[Template Library REST API]: https://template-library-xopera.xlab.si/docs/api.html\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxlab-si%2Ftemplate-library-vscode-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxlab-si%2Ftemplate-library-vscode-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxlab-si%2Ftemplate-library-vscode-plugin/lists"}