{"id":31540043,"url":"https://github.com/trinitronx/vscode-acpeye","last_synced_at":"2025-10-04T09:51:18.523Z","repository":{"id":296835987,"uuid":"994349051","full_name":"trinitronx/vscode-ACPeye","owner":"trinitronx","description":"Fork of williamwu-hj.AcpiHelper VSCode extension with fixes \u0026 custom config file support.","archived":false,"fork":false,"pushed_at":"2025-07-08T18:32:25.000Z","size":16777,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-09-18T14:52:48.506Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":false,"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/trinitronx.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-06-01T18:44:18.000Z","updated_at":"2025-06-13T16:59:40.000Z","dependencies_parsed_at":"2025-06-13T18:23:58.236Z","dependency_job_id":"36b4fbc0-3c2f-4e4f-b617-46f9aeb169a7","html_url":"https://github.com/trinitronx/vscode-ACPeye","commit_stats":null,"previous_names":["trinitronx/vscode-acpihelper","trinitronx/vscode-acpeye"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/trinitronx/vscode-ACPeye","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trinitronx%2Fvscode-ACPeye","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trinitronx%2Fvscode-ACPeye/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trinitronx%2Fvscode-ACPeye/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trinitronx%2Fvscode-ACPeye/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/trinitronx","download_url":"https://codeload.github.com/trinitronx/vscode-ACPeye/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trinitronx%2Fvscode-ACPeye/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278295840,"owners_count":25963427,"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-04T02:00:05.491Z","response_time":63,"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":"2025-10-04T09:51:10.730Z","updated_at":"2025-10-04T09:51:18.517Z","avatar_url":"https://github.com/trinitronx.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"This extension is used to provide description to ACPI predefine names (methods and PNPID). Mouse hover will triger the hints.\n![demo](https://raw.githubusercontent.com/trinitronx/vscode-AcpiHelper/refs/heads/master/Demo.png)\n\nThis is based on ACPI Spec version 6.4, https://uefi.org/specs/ACPI/6.4/, and the language definiation is based on CPP.\n\n## Configuration Properties\n\nThe extension can be configured through VS Code settings:\n\n| Property                       | Type      | Default | Description | Notes |\n|--------------------------------|-----------|---------|-------------|-------|\n| `acpihelper.configPath`        | `string`  | `\"\"`    | Path to a custom JSON configuration file containing additional ACPI keywords and descriptions. If empty, only the built-in ACPI specification keywords will be used. | Format of the file is a JSON list of Object Literals, each having \"`KeyWord`\" and \"`Desc`\" keys and values. |\n| `acpihelper.includeUserConfig` | `boolean` | `false` | When enabled, the extension will load keywords and descriptions from the custom configuration file specified in `configPath`. When disabled, only the built-in ACPI specification keywords will be shown. | The default is to use the example `AcpiCfg.json` config included with this extension. Set `includeUserConfig` to `true` (checked) and set `configPath` to an empty string `\"\"` (no text) to disable the default config and only use the standard ACPI specification keywords. |\n\n### Configuration File Format\n\nThe custom configuration file should be a JSON array of Object Literals, where each object has the following structure:\n\n```json\n[\n  {\n    \"KeyWord\": \"YOUR_KEYWORD\",\n    \"Desc\": \"Description of the keyword\"\n  },\n  {\n    \"KeyWord\": \"ANOTHER_KEYWORD\",\n    \"Desc\": \"Another description\"\n  }\n]\n```\n\n### Example Configuration\n\n```json\n{\n  \"acpihelper.configPath\": \"/path/to/your/acpi-config.json\",\n  \"acpihelper.includeUserConfig\": true\n}\n```\n\ncurrently, the auto-complete is not implemented yet.\n\nWilliam Wu\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrinitronx%2Fvscode-acpeye","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftrinitronx%2Fvscode-acpeye","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrinitronx%2Fvscode-acpeye/lists"}