Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

:make under VS2022 only builds the current project #3074

Open
2 tasks
ntwerdochlib opened this issue Oct 18, 2023 · 0 comments
Open
2 tasks

:make under VS2022 only builds the current project #3074

ntwerdochlib opened this issue Oct 18, 2023 · 0 comments

Comments

@ntwerdochlib
Copy link

Describe the bug
For me, prior to VS2022 running :make would build the solution. Now under multiple installs of VS2022, running :make only builds the current project. Running :make all does the same

To Reproduce
Steps to reproduce the behavior:

  1. Open a solution in VS2022 containing several projects, where the default project has references to other projects
  2. Make sure the project is clean, so that a full build will occur
  3. Run :make or even :make all
  4. You see the build fail since the referenced projects don't build

NOTE: Pressing F7 or Build/Build Solution will build all dependencies.

Expected behavior
All dependencies should build and default project should then build successfully

Screenshots
N/A

Environment (please complete the following information):

  • Visual Studio version: 2022 (This has occurred over several updates for me)
  • VsVim version: 2.10.0.6
  • Programming Language: C++
  • Check(Type 'x') any that are installed:
    • ReSharper
    • Visual Assist

Additional context
Almost all of the projects I work with are CMake based. The VS solutions are generated using CMake, from the command line. I have confirmed this occurs on a stand alone VS solution as well.

I have been digging through settings trying to determine if this overridable behavior with no luck.

Lame, I know, but I wanted to you to know all installed extensions:
image

Add any other context about the problem here.

Note:
The following is written about contributing.
https://github.com/VsVim/VsVim/blob/master/CONTRIBUTING.md

General Keyboard configuration problems are described below.
#2527

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant