chore: add biome to devcontainer.json (#16605)

This commit is contained in:
Bruno Quaresma
2025-02-18 11:25:05 -03:00
committed by GitHub
parent 3a773758a2
commit ebf97527fd
+6 -1
View File
@@ -9,5 +9,10 @@
}
},
// SYS_PTRACE to enable go debugging
"runArgs": ["--cap-add=SYS_PTRACE"]
"runArgs": ["--cap-add=SYS_PTRACE"],
"customizations": {
"vscode": {
"extensions": ["biomejs.biome"]
}
}
}