Skip to content

prisma/language-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Prisma Language Tools

VS Code extension and Language Server for Prisma schema files.

Packages

Package Description
packages/vscode VS Code extension with plugins
packages/language-server LSP implementation

Quick Start

npm install && npm run bootstrap
npm run build
npm run watch

Press F5 in VS Code to launch the extension in debug mode.

Documentation

Document Description
AGENTS.md Overview for AI agents
Architecture System design and file organization
Development Setup and debugging instructions
Plugin System VS Code extension plugin architecture
Language Server LSP implementation details
Testing Test patterns and helpers
Common Tasks How to add features
CI/CD GitHub Actions workflows
Gotchas Important tips and warnings

Build Status

E2E tests after release E2E tests before Insider release Language Server tests