Replies: 1 comment
-
@dandax if the projects are part of the For the regular find in files VSCode feature, I believe it will only search the opened workspace folders. You can add multiple folders to the workspace (see https://code.visualstudio.com/docs/editor/multi-root-workspaces), but note that currently C#/C# Dev Kit only support loading one solution. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've got a solution that references other projects from outside the current solution directory. Is there a way to search those files as well? For example, can the C# Dev Kit determine the folders/files in other projects and include them in the global search tool?
Beta Was this translation helpful? Give feedback.
All reactions