{"id":21150763,"url":"https://github.com/denizenscript/denizenvscode","last_synced_at":"2025-10-07T21:01:26.147Z","repository":{"id":41372576,"uuid":"185516158","full_name":"DenizenScript/DenizenVSCode","owner":"DenizenScript","description":"A DenizenScript extension for VS Code.","archived":false,"fork":false,"pushed_at":"2025-04-30T05:52:32.000Z","size":342,"stargazers_count":8,"open_issues_count":2,"forks_count":4,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-30T06:36:22.302Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C#","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/DenizenScript.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2019-05-08T02:50:58.000Z","updated_at":"2025-04-30T05:52:35.000Z","dependencies_parsed_at":"2023-12-28T03:27:16.770Z","dependency_job_id":"adb569b2-3fe0-47cf-a2fe-fb89cf4a182c","html_url":"https://github.com/DenizenScript/DenizenVSCode","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/DenizenScript/DenizenVSCode","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DenizenScript%2FDenizenVSCode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DenizenScript%2FDenizenVSCode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DenizenScript%2FDenizenVSCode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DenizenScript%2FDenizenVSCode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DenizenScript","download_url":"https://codeload.github.com/DenizenScript/DenizenVSCode/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DenizenScript%2FDenizenVSCode/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264431023,"owners_count":23607165,"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","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-11-20T10:07:45.135Z","updated_at":"2025-10-07T21:01:26.015Z","avatar_url":"https://github.com/DenizenScript.png","language":"C#","readme":"DenizenScript VS Code Extension\n-------------------------------\n\nAn extension to [VS Code](https://github.com/microsoft/vscode) to provide general language support for `.dsc` files written for [Denizen](https://github.com/DenizenScript/Denizen).\n\nThis can be downloaded from [The Marketplace](https://marketplace.visualstudio.com/items?itemName=DenizenScript.denizenscript).\n\n### Installation and Usage\n\nInstall guide can be found [in the Guides here](https://guide.denizenscript.com/guides/first-steps/script-editor.html).\n\nYou can enable auto-indenting by opening `.vscode/settings.json` and adding:\n\n```json\n{\n    \"[denizenscript]\": {\n        \"editor.autoIndent\": \"full\",\n    }\n}\n```\n\n### Building\n\n- Within `DenizenLangServer/`, build the C# language server project with `dotnet build --configuration=release`, or in Visual Studio 2022.\n- Copy the output files (deepest folder under `DenizenLangServer/bin/`) to path `extension/server/`\n- You will need NodeJS and NPM: https://nodejs.org/en/\n- Within `extension/`, run `npm install` and `npm install -g typescript` and `npm install -g @vscode/vsce`\n- Within `extension/`, build the extension TypeScript files with `tsc -p ./ --skipLibCheck`\n- You can test by just hitting F5 (it helps to have the `extension.ts` file open so VS knows what you're trying to run)\n- Packaging can be done via `vsce package`\n\n### Current Features\n\n- Full syntax highlighting (customizable via settings)\n- Error checking (imperfect but catches a lot of common mistakes)\n- Autocomplete suggestions, for tags, commands, script names, flag names, etc.\n- Hover-docs when you mouse over any recognized data (script names, commands, tags, etc.)\n- Full workspace analysis and checking\n\n### Planned Future Features\n\n- More detailed/thorough autocomplete suggestions, error checking, etc.\n\n### Licensing pre-note:\n\nThis is an open source project, provided entirely freely, for everyone to use and contribute to.\n\nIf you make any changes that could benefit the community as a whole, please contribute upstream.\n\n### The short of the license is:\n\nYou can do basically whatever you want, except you may not hold any developer liable for what you do with the software.\n\n### The long version of the license follows:\n\nThe MIT License (MIT)\n\nCopyright (c) 2019-2025 The Denizen Scripting Team\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdenizenscript%2Fdenizenvscode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdenizenscript%2Fdenizenvscode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdenizenscript%2Fdenizenvscode/lists"}