Merge pull request #953 from pietervdvn/RobinLinde-patch-1

Remove stray comma
This commit is contained in:
Pieter Vander Vennet 2022-07-13 12:49:12 +02:00 committed by GitHub
commit 0f95b1072f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,5 +10,5 @@ ports:
vscode:
extensions:
- "esbenp.prettier-vscode"
- "eamodio.gitlens",
- "GitHub.vscode-pull-request-github"
- "eamodio.gitlens"
- "GitHub.vscode-pull-request-github"