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
This commit is contained in:
Lucas Bordeau
2023-06-05 15:23:29 +02:00
committed by GitHub
parent 6de90024ef
commit fe70f30a29
9 changed files with 208 additions and 12 deletions

View File

@@ -2,6 +2,7 @@
"recommendations": [
"ms-vscode-remote.remote-containers",
"ms-vscode.makefile-tools",
"dbaeumer.vscode-eslint"
"dbaeumer.vscode-eslint",
"Prisma.prisma"
]
}