Files
twenty_crm/.vscode/extensions.json
Lucas Bordeau fe70f30a29 Lucas/t 364 on comment drawer i can fetch all comment threads with (#193)
* Added prisma to suggested extension in container

* Added comments and authors on drawer with proper resolving

* Fix lint

* Fix console log

* Fixed generated front graphql from rebase
2023-06-05 15:23:29 +02:00

8 lines
154 B
JSON

{
"recommendations": [
"ms-vscode-remote.remote-containers",
"ms-vscode.makefile-tools",
"dbaeumer.vscode-eslint",
"Prisma.prisma"
]
}