A Visual Studio Code extension that opens .duc files as SQLite databases.
- Automatically associates
*.ducfiles with the SQLite Viewer editor - Uses SQLite Viewer to inspect
.duccontents - Keeps your workflow lightweight (no custom conversion pipeline)
This extension depends on the SQLite Viewer extension and declares it as an extension dependency. VS Code will install it automatically when needed.
- Install the extension
- Open a .duc file in VS Code
- The file will automatically open with SQLite Viewer
-
A
.ducfile does not open in SQLite Viewer- Use Reopen Editor With... and pick SQLite Viewer
- Verify SQLite Viewer extension is installed and enabled
-
SQLite Viewer reports invalid database
- Confirm the
.ducfile is a valid SQLite database file
- Confirm the