Skip to content

Commit 3fbc70e

Browse files
committed
Acrolinx edits
1 parent fbb1033 commit 3fbc70e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/ide/autorecover-environment-options-dialog-box.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,16 +30,16 @@ You can configure Visual Studio to automatically back up files or not. You can a
3030

3131
::: moniker range=">=vs-2022"
3232

33-
Use this option to customize how often a file is automatically saved in the editor. For previously saved files, Visual Studio saves a copy of the file in ***%LocalAppData%\Microsoft\VisualStudio\BackupFiles\\[projectname]***. If the file is new and you haven't saved it yet, Visual Studio autosaves it by using a randomly generated file name.
33+
Use this option to customize how often a file is automatically saved in the editor. For previously saved files, Visual Studio saves a copy of the file in *%LocalAppData%\Microsoft\VisualStudio\BackupFiles\\[projectname]*. If the file is new and unsaved, Visual Studio autosaves it by using a randomly generated file name.
3434

3535
::: moniker-end
3636

3737
::: moniker range="vs-2019"
3838

39-
Use this option to customize how often a file is automatically saved in the editor. For previously saved files, Visual Studio 2019 version 16.2 and later saves a copy of the file in ***%LocalAppData%\Microsoft\VisualStudio\BackupFiles\\[projectname]***. If the file is new and you haven't saved it yet, Visual Studio autosaves it by using a randomly generated file name.
39+
Use this option to customize how often a file is automatically saved in the editor. For previously saved files, Visual Studio 2019 version 16.2 and later saves a copy of the file in *%LocalAppData%\Microsoft\VisualStudio\BackupFiles\\[projectname]*. If the file is new and unsaved, Visual Studio autosaves it by using a randomly generated file name.
4040

4141
> [!NOTE]
42-
> If you are using Visual Studio 2019 version 16.1 or earlier, the file location is *%USERPROFILE%\Documents\Visual Studio [version]\Backup Files\\[projectname]*. For more information, see the [Visual Studio 2019 Release Notes History](/visualstudio/releases/2019/release-notes-history/) page.
42+
> If you're using Visual Studio 2019 version 16.1 or earlier, the file location is *%USERPROFILE%\Documents\Visual Studio [version]\Backup Files\\[projectname]*. For more information, see the [Visual Studio 2019 Release Notes History](/visualstudio/releases/2019/release-notes-history/) page.
4343
4444
::: moniker-end
4545

0 commit comments

Comments
 (0)