{"id":27721335,"url":"https://github.com/idleberg/vscode-bridlensis","last_synced_at":"2025-10-13T00:41:25.384Z","repository":{"id":55718492,"uuid":"251139474","full_name":"idleberg/vscode-bridlensis","owner":"idleberg","description":"Language syntax, IntelliSense and build system for BridleNSIS","archived":false,"fork":false,"pushed_at":"2021-07-31T23:41:46.000Z","size":1400,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-09-18T12:58:49.769Z","etag":null,"topics":["build-tool","intellisense","language-syntax","nsis","transpiler","visual-studio-code","visual-studio-code-extension"],"latest_commit_sha":null,"homepage":"https://marketplace.visualstudio.com/items?itemName=idleberg.bridlensis","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/idleberg.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-03-29T21:34:33.000Z","updated_at":"2021-07-31T23:41:49.000Z","dependencies_parsed_at":"2022-08-15T06:31:22.673Z","dependency_job_id":null,"html_url":"https://github.com/idleberg/vscode-bridlensis","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/idleberg/vscode-bridlensis","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/idleberg%2Fvscode-bridlensis","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/idleberg%2Fvscode-bridlensis/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/idleberg%2Fvscode-bridlensis/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/idleberg%2Fvscode-bridlensis/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/idleberg","download_url":"https://codeload.github.com/idleberg/vscode-bridlensis/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/idleberg%2Fvscode-bridlensis/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279013635,"owners_count":26085298,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-12T02:00:06.719Z","response_time":53,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["build-tool","intellisense","language-syntax","nsis","transpiler","visual-studio-code","visual-studio-code-extension"],"created_at":"2025-04-27T10:05:38.099Z","updated_at":"2025-10-13T00:41:25.369Z","avatar_url":"https://github.com/idleberg.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"⚠️ **This package was once part of [vscode-nsis](https://github.com/idleberg/vscode-nsis), but has been outsourced to prepare its deprecation**\n\n# BridleNSIS for Visual Studio Code\n\n[![The MIT License](https://flat.badgen.net/badge/license/MIT/orange)](http://opensource.org/licenses/MIT)\n[![GNU General Public License](https://flat.badgen.net/badge/license/GPL%20v2/orange)](http://www.gnu.org/licenses/gpl-2.0.html)\n[![GitHub](https://flat.badgen.net/github/release/idleberg/vscode-bridlensis)](https://github.com/idleberg/vscode-bridlensis/releases)\n[![Visual Studio Marketplace](https://vsmarketplacebadge.apphb.com/installs-short/idleberg.bridlensis.svg?style=flat-square)](https://marketplace.visualstudio.com/items?itemName=idleberg.bridlensis)\n[![CircleCI](https://flat.badgen.net/circleci/github/idleberg/vscode-bridlensis)](https://circleci.com/gh/idleberg/vscode-bridlensis)\n[![David](https://flat.badgen.net/david/dep/idleberg/vscode-bridlensis)](https://david-dm.org/idleberg/vscode-bridlensis)\n\nLanguage syntax, IntelliSense and build system for [BridleNSIS](https://github.com/henrikor2/bridlensis).\n\n## Installation\n\n### Extension Marketplace\n\nLaunch Quick Open, paste the following command, and press \u003ckbd\u003eEnter\u003c/kbd\u003e\n\n`ext install bridlensis`\n\n### Packaged Extension\n\nDownload the package extension from the the [release page](https://github.com/idleberg/vscode-bridlensis/releases) and install it from the command-line:\n\n```bash\n$ code --install-extension bridlensis-*.vsix\n```\n\nAlternatively, you can download the packaged extension from the [Open VSX Registry](https://open-vsx.org/) or install it using the [`ovsx`](https://www.npmjs.com/package/ovsx) command-line tool:\n\n```bash\n$ ovsx get idleberg.bridlensis\n```\n\n### Clone Repository\n\nChange to your Visual Studio Code extensions directory:\n\n```powershell\n# Windows Powershell\ncd $Env:USERPROFILES\\.vscode\\extensions\n\n# Windows Command Prompt\n$ cd %USERPROFILE%\\.vscode\\extensions\n```\n\n```bash\n# Linux \u0026 macOS\n$ cd ~/.vscode/extensions/\n```\n\nClone repository as `bridlensis`:\n\n```bash\n$ git clone https://github.com/idleberg/vscode-bridlensis bridlensis\n```\n\n## License\n\nThis work is dual-licensed under [The MIT License](https://opensource.org/licenses/MIT) and the [GNU General Public License, version 2.0](https://opensource.org/licenses/GPL-2.0)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fidleberg%2Fvscode-bridlensis","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fidleberg%2Fvscode-bridlensis","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fidleberg%2Fvscode-bridlensis/lists"}