language-tools
language-tools copied to clipboard
bug: completions on closing line
Bug description
Completions shouldn't trigger on the closing line with the } on it Possibly relevant Pest docs. Internal discussion

How to reproduce
- Open a schema
- Trigger a completion on the closing line of a block
- See completions
Expected behavior
Completions shouldn't be available
Prisma information
datasource db {
provider = "postgresql"
url = env("DATABASE_URL")
}
Environment & setup
- OS: macOS
- Database: N/A
- Node.js version: N/A
Prisma Version
4.11.0 / Insiders