From 09d043d49be51725188a0c2fddf7df8c47bc0eb3 Mon Sep 17 00:00:00 2001 From: Robert Soriano Date: Fri, 20 May 2022 10:04:48 -0700 Subject: [PATCH] docs: add recommended ide setup --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 7b19d56..dba7999 100644 --- a/README.md +++ b/README.md @@ -146,6 +146,10 @@ export const onError = (payload: OnErrorPayload) => { Learn more about tRPC.io [here](https://trpc.io/docs). +## Recommended IDE Setup + +- [VS Code](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) + ## License MIT