diff --git a/.gitpod.yml b/.gitpod.yml index 030ff34ad..14153c371 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -34,6 +34,19 @@ tasks: env: DATABASE_URL: postgresql://gitpod@localhost/jabrefonline +vscode: + # Add handy VS Code extensions: https://www.gitpod.io/docs/ides-and-editors/vscode-extensions + extensions: + - johnsoncodehk.volar + - dbaeumer.vscode-eslint + - GitHub.copilot + - eamodio.gitlens + - GraphQL.vscode-graphql + - Orta.vscode-jest + - esbenp.prettier-vscode + - Prisma.prisma + - bradlc.vscode-tailwindcss + # Expose ports: https://www.gitpod.io/docs/config-ports/ ports: # Redis diff --git a/components/DetailPane.vue b/components/DetailPane.vue index afbff9542..a78528f1e 100644 --- a/components/DetailPane.vue +++ b/components/DetailPane.vue @@ -28,7 +28,7 @@