From 7dd72c1d25295df9d241cda2ae2c3cc0b3612094 Mon Sep 17 00:00:00 2001 From: sabaimran Date: Wed, 29 May 2024 04:36:46 +0530 Subject: [PATCH] Fix trailing whitespace issue in development.mdx --- documentation/docs/contributing/development.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/docs/contributing/development.mdx b/documentation/docs/contributing/development.mdx index 8494daa0..d7ea3ed9 100644 --- a/documentation/docs/contributing/development.mdx +++ b/documentation/docs/contributing/development.mdx @@ -142,7 +142,7 @@ host all all 127.0.0.1/32 trust host all all ::1/128 trust ``` 4. Errors with installing pgvector - - Reinstall Visual Studio 2022 Build Tools with: + - Reinstall Visual Studio 2022 Build Tools with: 1. desktop development with c++ selected in workloads 2. MSVC (C++ Build Tools), Windows 10/11 SDK, and C++/CLI support for build tools selected in individual components. - Open the x64 Native Tools Command Prompt as an Administrator