From e5cdca20d66696ecf8f74af4fddb289319a3cc1d Mon Sep 17 00:00:00 2001 From: John-Smiths <171165796+John-Smiths@users.noreply.github.com> Date: Tue, 4 Jun 2024 11:17:40 +0800 Subject: [PATCH 1/3] Update README.md Changed the language --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index de59c43987..dfcc522c1f 100644 --- a/README.md +++ b/README.md @@ -3914,7 +3914,7 @@ Please note: The YCM maintainers do not specifically endorse nor necessarily hav [tsconfig.json]: https://www.typescriptlang.org/docs/handbook/tsconfig-json.html [vim-win-download]: https://github.com/vim/vim-win32-installer/releases [python-win-download]: https://www.python.org/downloads/windows/ -[visual-studio-download]: https://visualstudio.microsoft.com/thank-you-downloading-visual-studio/?sku=BuildTools&rel=16 +[visual-studio-download]: https://visualstudio.microsoft.com/thank-you-downloading-visual-studio/?sku=Community&workload=cplusplus [mono-install-macos]: https://www.mono-project.com/download/stable/ [mono-install-linux]: https://www.mono-project.com/download/stable/#download-lin [go-install]: https://golang.org/doc/install From 787304a519935a7e24ffabb0394245ae92c556db Mon Sep 17 00:00:00 2001 From: John-Smiths <171165796+John-Smiths@users.noreply.github.com> Date: Sun, 9 Jun 2024 10:28:36 +0800 Subject: [PATCH 2/3] Update youcompleteme.txt --- doc/youcompleteme.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/youcompleteme.txt b/doc/youcompleteme.txt index a4d99602bb..d0bd0bc304 100644 --- a/doc/youcompleteme.txt +++ b/doc/youcompleteme.txt @@ -746,7 +746,7 @@ Windows ~ Quick start, installing all completers ~ - Install YCM plugin via Vundle [26] -- Install Visual Studio Build Tools 2019 [36] +- Install Visual Studio Build Tools 2022 [36] - Install CMake, Vim and Python - Install go, node and npm - Compile YCM @@ -802,7 +802,7 @@ Download and install the following software: - CMake [40]. Add CMake executable to the PATH environment variable. -- Build Tools for Visual Studio 2019 [36]. During setup, select _C++ build +- Build Tools for Visual Studio 2022 [36]. During setup, select _C++ build tools_ in _Workloads_. Compiling YCM **with** semantic support for C-family languages through @@ -840,7 +840,7 @@ tools are installed and in your 'PATH', then simply run: python install.py --all < You can specify the Microsoft Visual C++ (MSVC) version using the '--msvc' -option. YCM officially supports MSVC 15 (2017), MSVC 16 (Visual Studio 2019) +option. YCM officially supports MSVC 15 (2017), MSVC 16 (Visual Studio 2022) and MSVC 17 (Visual Studio 17 2022). That's it. You're done. Refer to the _User Guide_ section on how to use YCM. From 5c7791324409c4b5fbe44e495bd583eedb4ab2a6 Mon Sep 17 00:00:00 2001 From: John-Smiths <171165796+John-Smiths@users.noreply.github.com> Date: Sun, 9 Jun 2024 10:33:51 +0800 Subject: [PATCH 3/3] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index dfcc522c1f..d20b13a97d 100644 --- a/README.md +++ b/README.md @@ -531,7 +531,7 @@ that are conservatively turned off by default that you may want to turn on. #### Quick start, installing all completers - Install YCM plugin via [Vundle][] -- Install [Visual Studio Build Tools 2019][visual-studio-download] +- Install [Visual Studio Build Tools 2022][visual-studio-download] - Install CMake, Vim and Python - Install go, node and npm - Compile YCM @@ -592,7 +592,7 @@ Download and install the following software: matching the version number exactly. - [CMake][cmake-download]. Add CMake executable to the PATH environment variable. -- [Build Tools for Visual Studio 2019][visual-studio-download]. During setup, +- [Build Tools for Visual Studio 2022][visual-studio-download]. During setup, select _C++ build tools_ in _Workloads_. Compiling YCM **with** semantic support for C-family languages through @@ -632,7 +632,7 @@ python install.py --all ``` You can specify the Microsoft Visual C++ (MSVC) version using the `--msvc` -option. YCM officially supports MSVC 15 (2017), MSVC 16 (Visual Studio 2019) +option. YCM officially supports MSVC 15 (2017), MSVC 16 (Visual Studio 2022) and MSVC 17 (Visual Studio 17 2022). That's it. You're done. Refer to the _User Guide_ section on how to use YCM.