Skip to content

Commit

Permalink
Fixed new links
Browse files Browse the repository at this point in the history
  • Loading branch information
kendrahavens authored Aug 24, 2018
1 parent 426c5ba commit 6d05cfd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/ide/find-code-changes-and-other-history-with-codelens.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ You can discover unit tests that exist for your C# or Visual Basic code without

1. Go to application code that has associated [unit test code](../test/unit-test-your-code.md).

2. If you have not already, build your application to load the CodeLens test indicators. Make sure [discovery by built assemblies](../test/test-explorer-faq.md#assembly-based-discovery-is-no-longer-working-for-my-project-how-do-i-turn-it-back-on) is turned on.
2. If you have not already, build your application to load the CodeLens test indicators. Make sure [discovery by built assemblies](../test/test-explorer-faq.md#assembly-based-discovery) is turned on.

3. Review the tests for the code by pressing **Alt**+**3**.

Expand Down Expand Up @@ -321,7 +321,8 @@ To use the keyboard:

### Q: My CodeLens test indicators no longer appear in my file when I first open my solution. How can I load them?

**A:** Rebuild your project to get CodeLens test indicators to load in your file. Make sure [discovery by built assemblies](../test/test-explorer-faq.md#assembly-based-discovery-is-no-longer-working-for-my-project-how-do-i-turn-it-back-on) is turned on. To improve performance, Visual Studio no longer fetches source information for test indicators when code files are loaded. Test indicators are loaded after a build, or when you navigate to a test by double-clicking on it in **Test Explorer**.
**A:** Rebuild your project to get CodeLens test indicators to load in your file. Make sure [discovery by built assemblies](../test/test-explorer-faq.md#assembly-based-discovery
) is turned on. To improve performance, Visual Studio no longer fetches source information for test indicators when code files are loaded. Test indicators are loaded after a build, or when you navigate to a test by double-clicking on it in **Test Explorer**.

## See also

Expand Down

0 comments on commit 6d05cfd

Please sign in to comment.