build directory is used by fbcode_builder in most Meta Platforms' open source project, therefore we should avoid the build directory for CMake generated files.
This PR let VS Code's CMake tool uses _build directory for CMake generated files.
Test Plan:
Create a GitHub Codespace for this PR
Open hhvm.code-workspace
Click the Configure All Projects button from VS Code's CMake tool
The _build directory should include CMake generated files.
build
directory is used byfbcode_builder
in most Meta Platforms' open source project, therefore we should avoid thebuild
directory for CMake generated files.This PR let VS Code's CMake tool uses
_build
directory for CMake generated files.Test Plan:
hhvm.code-workspace
Configure All Projects
button from VS Code's CMake toolThe
_build
directory should include CMake generated files.