{"id":17315539,"url":"https://github.com/meslewis/overwatch-workshop-lsp","last_synced_at":"2026-02-12T12:04:11.384Z","repository":{"id":43966292,"uuid":"252316320","full_name":"MESLewis/overwatch-workshop-lsp","owner":"MESLewis","description":"WIP Language Server for Overwatch Workshop Script","archived":false,"fork":false,"pushed_at":"2022-12-30T20:00:47.000Z","size":440,"stargazers_count":0,"open_issues_count":7,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-01T20:51:14.199Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/MESLewis.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}},"created_at":"2020-04-02T00:21:13.000Z","updated_at":"2020-04-11T00:19:09.000Z","dependencies_parsed_at":"2023-01-31T15:15:32.335Z","dependency_job_id":null,"html_url":"https://github.com/MESLewis/overwatch-workshop-lsp","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/MESLewis/overwatch-workshop-lsp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MESLewis%2Foverwatch-workshop-lsp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MESLewis%2Foverwatch-workshop-lsp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MESLewis%2Foverwatch-workshop-lsp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MESLewis%2Foverwatch-workshop-lsp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MESLewis","download_url":"https://codeload.github.com/MESLewis/overwatch-workshop-lsp/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MESLewis%2Foverwatch-workshop-lsp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29365625,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-12T08:51:36.827Z","status":"ssl_error","status_checked_at":"2026-02-12T08:51:26.849Z","response_time":55,"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":"2024-10-15T13:09:01.239Z","updated_at":"2026-02-12T12:04:11.369Z","avatar_url":"https://github.com/MESLewis.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LSP Example\n\nHeavily documented sample code for https://code.visualstudio.com/api/language-extensions/language-server-extension-guide\n\n## Functionality\n\nThis Language Server works for plain text file. It has the following language features:\n- Completions\n- Diagnostics regenerated on each file change or configuration change\n\nIt also includes an End-to-End test.\n\n## Structure\n\n```\n.\n├── client // Language Client\n│   ├── src\n│   │   ├── test // End to End tests for Language Client / Server\n│   │   └── extension.ts // Language Client entry point\n├── package.json // The extension manifest.\n└── server // Language Server\n    └── src\n        └── server.ts // Language Server entry point\n```\n\n## Running the Sample\n\n- Run `npm install` in this folder. This installs all necessary npm modules in both the client and server folder\n- Open VS Code on this folder.\n- Press Ctrl+Shift+B to compile the client and server.\n- Switch to the Debug viewlet.\n- Select `Launch Client` from the drop down.\n- Run the launch config.\n- If you want to debug the server as well use the launch configuration `Attach to Server`\n- In the [Extension Development Host] instance of VSCode, open a document in 'plain text' language mode.\n  - Type `j` or `t` to see `Javascript` and `TypeScript` completion.\n  - Enter text content such as `AAA aaa BBB`. The extension will emit diagnostics for all words in all-uppercase.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmeslewis%2Foverwatch-workshop-lsp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmeslewis%2Foverwatch-workshop-lsp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmeslewis%2Foverwatch-workshop-lsp/lists"}