diff --git a/.vscode/extensions.json b/.vscode/extensions.json new file mode 100644 index 00000000..25de99a4 --- /dev/null +++ b/.vscode/extensions.json @@ -0,0 +1,8 @@ +{ + // See https://go.microsoft.com/fwlink/?LinkId=827846 + // for the documentation about the extensions.json format + "recommendations": [ + "github.vscode-pull-request-github", + "RooVeterinaryInc.roo-cline" + ] +}