{"id":50300244,"url":"https://github.com/1c-syntax/claude-code-bsl-lsp","last_synced_at":"2026-05-28T12:30:38.322Z","repository":{"id":351820956,"uuid":"1211706170","full_name":"1c-syntax/claude-code-bsl-lsp","owner":"1c-syntax","description":"Claude Code plugin — BSL Language Server LSP for 1C:Enterprise (BSL) and OneScript (OS) files","archived":false,"fork":false,"pushed_at":"2026-04-16T16:19:19.000Z","size":12,"stargazers_count":7,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-04-16T17:31:33.468Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/1c-syntax.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-04-15T17:02:35.000Z","updated_at":"2026-04-16T17:03:20.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/1c-syntax/claude-code-bsl-lsp","commit_stats":null,"previous_names":["1c-syntax/claude-code-bsl-lsp"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/1c-syntax/claude-code-bsl-lsp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/1c-syntax%2Fclaude-code-bsl-lsp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/1c-syntax%2Fclaude-code-bsl-lsp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/1c-syntax%2Fclaude-code-bsl-lsp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/1c-syntax%2Fclaude-code-bsl-lsp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/1c-syntax","download_url":"https://codeload.github.com/1c-syntax/claude-code-bsl-lsp/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/1c-syntax%2Fclaude-code-bsl-lsp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33609237,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-28T02:00:06.440Z","response_time":99,"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":[],"created_at":"2026-05-28T12:30:37.445Z","updated_at":"2026-05-28T12:30:38.313Z","avatar_url":"https://github.com/1c-syntax.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# BSL Language Server — Claude Code Plugin\n\n[Claude Code](https://docs.claude.com/en/docs/claude-code/overview) plugin that integrates [BSL Language Server](https://github.com/1c-syntax/bsl-language-server) as an LSP server for 1C:Enterprise (BSL) and [OneScript](http://oscript.io) (OS) files.\n\n## Features\n\nProvides Claude Code with code intelligence for `.bsl` and `.os` files via Language Server Protocol:\n\n- Diagnostics (code quality checks)\n- Go to definition\n- Find references\n- Hover information\n- Code actions and quick fixes\n- Symbol navigation\n- Formatting\n- **Auto-update** — checks for new releases on session start\n\n## Installation\n\n### Via Claude Code CLI\n\nAdd this repository as a plugin marketplace, then install the plugin:\n\n```bash\nclaude\n/plugin marketplace add 1c-syntax/claude-code-bsl-lsp\n/plugin install bsl-language-server@bsl-language-server\n```\n\n### Manual\n\nClone this repository and add it as a local marketplace:\n\n```bash\ngit clone https://github.com/1c-syntax/claude-code-bsl-lsp.git\nclaude\n/plugin marketplace add /path/to/claude-code-bsl-lsp\n/plugin install bsl-language-server@bsl-language-server\n```\n\n## How It Works\n\nOn each session start the plugin:\n\n1. Checks if BSL Language Server is already installed\n2. Queries the GitHub API for the latest release (throttled to once per 8 minutes)\n3. Downloads and installs the native binary if a newer version is available\n4. Cleans up old versions automatically\n\n### Platform-Specific Binary Paths\n\n| Platform | Archive | Binary path after extraction |\n|----------|---------|------------------------------|\n| Linux    | `bsl-language-server_nix.zip` | `bsl-language-server/bin/bsl-language-server` |\n| macOS    | `bsl-language-server_mac.zip` | `bsl-language-server.app/Contents/MacOS/bsl-language-server` |\n| Windows  | `bsl-language-server_win.zip` | `bsl-language-server/bsl-language-server.exe` |\n\n### Install Locations\n\n| Platform | Data directory | Symlink / wrapper |\n|----------|---------------|-------------------|\n| Linux / macOS | `~/.local/share/bsl-language-server/` | `~/.local/bin/bsl-language-server` |\n| Windows       | `%LOCALAPPDATA%\\Programs\\bsl-language-server\\` | — (add binary dir to PATH) |\n\n## Prerequisites\n\nThe plugin automatically downloads BSL Language Server on first session start. If automatic installation fails, install manually:\n\nDownload the latest release for your platform from [GitHub Releases](https://github.com/1c-syntax/bsl-language-server/releases/latest) and place the `bsl-language-server` binary in your `PATH`.\n\n### Windows Note\n\nOn Windows, the plugin works via both:\n- **Git Bash** (comes with [Git for Windows](https://git-scm.com/download/win)) — used by default\n- **PowerShell 6+** — fallback if bash is not available\n\n## Configuration\n\nBSL Language Server can be configured via `.bsl-language-server.json` in your project root. See the [BSL Language Server documentation](https://1c-syntax.github.io/bsl-language-server/en) for available options.\n\n## Supported File Types\n\n| Extension | Language                        |\n|-----------|---------------------------------|\n| `.bsl`    | 1C:Enterprise (BSL)             |\n| `.os`     | OneScript                       |\n\n## Links\n\n- [BSL Language Server](https://github.com/1c-syntax/bsl-language-server)\n- [Claude Code Documentation](https://docs.claude.com/en/docs/claude-code/overview)\n- [Language Server Protocol](https://microsoft.github.io/language-server-protocol/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F1c-syntax%2Fclaude-code-bsl-lsp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F1c-syntax%2Fclaude-code-bsl-lsp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F1c-syntax%2Fclaude-code-bsl-lsp/lists"}