# Prisma Language Server

Implements [language-server-protocol](https://github.com/Microsoft/language-server-protocol)

Any editor that is compatible with the Language Server Protocol can create clients that can use the features provided by this language server.

## Installation

```
npm install -g @prisma/language-server
```

## Contributing

Read more about [how to contribute to the Prisma Language Server](./CONTRIBUTING.md)

## Security

If you have a security issue to report, please contact us at [security@prisma.io](mailto:security@prisma.io?subject=[GitHub]%20Prisma%202%20Security%20Report%20VSCode)
