Skip to content

Commit da53c84

Browse files
authored
Fix list items formatting
1 parent 9812261 commit da53c84

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

BUILDING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ $env:Path += ";C:\Program Files (x86)\Windows Kits\10\bin\10.0.19041.0\x64"
3535

3636
## CMake Generator Kit: Visual Studio
3737
We tested the following kits:
38-
- `Visual Studio Enterprise 2019 Release - amd64`
39-
- `Visual Studio Build Tools 2017 Release - amd64`
38+
- `Visual Studio Enterprise 2019 Release - amd64`
39+
- `Visual Studio Build Tools 2017 Release - amd64`
4040

4141
Please see the [Visual Studio Generators](https://cmake.org/cmake/help/latest/manual/cmake-generators.7.html#visual-studio-generators) article on cmake.org for more.
4242

@@ -73,4 +73,4 @@ cmake --build c:/Extensible-Storage-Engine/build --config Debug --target ALL_BUI
7373
If you would like to use [Visual Studio Code](https://code.visualstudio.com/) to build ESE, here's a list of helpful extensions:
7474
- [CMake Tools](https://marketplace.visualstudio.com/items?itemName=ms-vscode.cmake-tools) - for building using CMake from within Visual Studio Code
7575
- [CMake language support](https://marketplace.visualstudio.com/items?itemName=twxs.cmake) - for editing of CMake files (autocomplete, documentation, syntax highlighting, etc.)
76-
- [C/C++](https://marketplace.visualstudio.com/items?itemName=ms-vscode.cpptools) - you will get language services (go-to-definition, etc.) once you build the code with CMake
76+
- [C/C++](https://marketplace.visualstudio.com/items?itemName=ms-vscode.cpptools) - you will get language services (go-to-definition, etc.) once you build the code with CMake

0 commit comments

Comments
 (0)