1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-22 19:07:54 +01:00

chore: adds Biome as a recommended extension for vscode (#4909)

Adds
[Biome](https://marketplace.visualstudio.com/items?itemName=biomejs.biome)
as a recommended VSCode extension for our workspace.
This commit is contained in:
Nuno Góis 2023-10-02 14:13:28 +01:00 committed by GitHub
parent 280e21f073
commit 328a0e4839
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

3
.vscode/extensions.json vendored Normal file
View File

@ -0,0 +1,3 @@
{
"recommendations": ["biomejs.biome"]
}