From 999203531f4e133eaf24c0490ba15d9d3dc0e0d4 Mon Sep 17 00:00:00 2001 From: Anjy Gupta Date: Wed, 4 Oct 2023 17:38:52 +0000 Subject: [PATCH] added back ticks --- apps/formbricks-com/app/docs/contributing/gitpod/page.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/formbricks-com/app/docs/contributing/gitpod/page.mdx b/apps/formbricks-com/app/docs/contributing/gitpod/page.mdx index 3fa27660ec..f431822533 100644 --- a/apps/formbricks-com/app/docs/contributing/gitpod/page.mdx +++ b/apps/formbricks-com/app/docs/contributing/gitpod/page.mdx @@ -79,7 +79,7 @@ After clicking the one-click setup button, Gitpod will open a new tab or window. - You can use either choose either VS Code Browser or VS Code Desktop editor with the 'Standard Class' for your workspace class. - If you opt for the VS Code Desktop, follow the following steps 1. Gitpod will prompt you to grant access to the VSCode app. Once approved, install the GitPod extension from the VSCode Marketplace and follow the prompts to authorize the integration. - 2. Change the WEBAPP_URL and the NEXTAUTH_URL to `https://localhost:3000` + 2. Change the `WEBAPP_URL` and the `NEXTAUTH_URL` to `https://localhost:3000` ### 4. Gitpod preparing the created Workspace