{"id":36443865,"url":"https://github.com/delta/codecharacter-lsp-2023","last_synced_at":"2026-01-11T22:02:13.934Z","repository":{"id":109850572,"uuid":"586602507","full_name":"delta/codecharacter-lsp-2023","owner":"delta","description":"Language Service for Code Character 2023.","archived":false,"fork":false,"pushed_at":"2024-05-27T10:41:16.000Z","size":22,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":28,"default_branch":"main","last_synced_at":"2024-06-21T15:44:14.554Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Go","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/delta.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2023-01-08T17:56:12.000Z","updated_at":"2024-05-27T10:41:20.000Z","dependencies_parsed_at":"2024-02-11T11:26:43.779Z","dependency_job_id":"7d4d137a-8a8d-4b75-8293-58f3a942d626","html_url":"https://github.com/delta/codecharacter-lsp-2023","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/delta/codecharacter-lsp-2023","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/delta%2Fcodecharacter-lsp-2023","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/delta%2Fcodecharacter-lsp-2023/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/delta%2Fcodecharacter-lsp-2023/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/delta%2Fcodecharacter-lsp-2023/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/delta","download_url":"https://codeload.github.com/delta/codecharacter-lsp-2023/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/delta%2Fcodecharacter-lsp-2023/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28324838,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-11T18:42:50.174Z","status":"ssl_error","status_checked_at":"2026-01-11T18:39:13.842Z","response_time":60,"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":[],"created_at":"2026-01-11T22:02:13.859Z","updated_at":"2026-01-11T22:02:13.920Z","avatar_url":"https://github.com/delta.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Codecharacter 2023 LSP Server\n\n---\n\n### Requirements\n\n- [Go](https://go.dev/)\n- [golangci](https://golangci-lint.run/usage/install/)\n- [Docker](https://www.docker.com/)\n\n### Setup\n\n- Configure .vscode/settings.json\n  ```\n  {\n      \"go.lintTool\":\"golangci-lint\",\n      \"go.lintFlags\": [\n      \"--fast\"\n      ],\n      \"go.lintOnSave\": \"package\",\n      \"go.formatTool\": \"goimports\",\n      \"go.useLanguageServer\": true,\n      \"[go]\": {\n          \"editor.formatOnSave\": true,\n          \"editor.codeActionsOnSave\": {\n              \"source.organizeImports\": true\n          }\n      },\n      \"go.docsTool\": \"gogetdoc\"\n  }\n  ```\n- Create .env file\n  ```sh\n  cp .env.example .env\n  ```\n- Init Submodules\n  ```sh\n  git submodule update --init\n  ```\n- Enable githooks\n  ```sh\n  git config core.hooksPath .githooks\n  ```\n\n### Run\n\n- #### On Docker\n  ```sh\n  docker-compose up\n  ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdelta%2Fcodecharacter-lsp-2023","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdelta%2Fcodecharacter-lsp-2023","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdelta%2Fcodecharacter-lsp-2023/lists"}