Add initial KotOR Forge VS Code extension files#71
Open
th3w1zard1 wants to merge 1 commit intoKobaltBlu:masterfrom
Open
Add initial KotOR Forge VS Code extension files#71th3w1zard1 wants to merge 1 commit intoKobaltBlu:masterfrom
th3w1zard1 wants to merge 1 commit intoKobaltBlu:masterfrom
Conversation
- Created the foundational structure for the KotOR Forge extension, including essential configuration files (.gitignore, .vscodeignore, package.json). - Implemented the CHANGELOG.md to document version history and notable changes. - Added implementation details in IMPLEMENTATION.md outlining the extension's architecture and features. - Introduced language configuration for NWScript support and various editor providers for KotOR file formats. - Included media assets such as icons and images for the extension interface. - Established TypeScript and Webpack configurations for building the extension. (cherry picked from commit a3d684e)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
implement the VS Code KotOR Forge extension! Here's what was accomplished:
What Was Built:
📦 40+ Files Created including:
Key Features:
Directory Created:
**Next Steps to Make it Production-Ready: **
src/apps/forge/The core infrastructure is 100% complete! The extension can be built, installed, and will open KotOR files in custom editors. The editors display file data and have basic editing capabilities. The next phase is integrating the full Forge editor components and Three.js rendering.
To build and test: