Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>AI Dungeon Script ManagerNew to Visual Studio Code? Get it now.
AI Dungeon Script Manager

AI Dungeon Script Manager

Vendayan

|
9 installs
| (1) | Free
Manage AI Dungeon scenarios and scripts
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

aid-manager README

VS Code extension for editing scripts related to AI Dungeon.

Features

  • Itemizes scenarios into a treeview allowing easier access to manage scripts.
  • Command palette action to look up any published scenario by ID (Lookup Scenario by ID) and pin it in the tree

Getting Started

  1. Press F5 — the default launch runs npm run ensure:deps to install missing deps, then builds and starts the extension.
  2. Optional: run npm run ensure:deps manually if you want to install before launching.
  3. Build the webview UI with npm run build:webview (run automatically during publish).

Requirements

VS Code version 1.102 or later

Extension Settings

Include if your extension adds any VS Code settings through the contributes.configuration extension point.

For example:

This extension contributes the following settings:

  • aid-manager.userName: The username associated with the account you'd like top login to.
  • aid-manager.AIDEndpoint: The endpoint for the AID environment you'd like to access.

Known Issues

Release Notes

1.0.0

Initial

Webview UI

The scenario editor webview is now built with React. The source lives under webview-ui/.

  • npm run build:webview — build the production assets into media/scenario/dist (automatically run before publishing).
  • npm run dev:webview — start Vite in watch mode for rapid iteration inside the browser (useful for UI tweaks before syncing to VS Code).

The built assets are packaged with the extension, so make sure to re-run npm run build:webview whenever you update the React UI.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft