Skip to content

Commit e2b6bd4

Browse files
Update README.md
1 parent 24690bb commit e2b6bd4

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

README.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,19 @@ It automatically cleans temporary files generated by Visual Studio when closing
88

99
# **Description**
1010

11-
Are you fed up with the size of your temp directory growing up by several gigabytes and the number of files inside multiplying by hundreds because of Visual Studio's lack of deleting its own temp files?.
11+
Do you knew that if you do use Visual Studio with frequently, and not do a system cleaning frequently, the size of your system's temp directory at the end will grow up by several gigabytes and the number of files inside will be multiplied by hundreds because of Visual Studio's lack of deleting its own temp files?.
1212

13-
Then this extension is for you.
13+
Here is the final solution for that.
1414

15-
This extension removes loads of temporary files from disk that are generated by Visual studio at: 'C:\Users\{USERNAME}\AppData\Local\Temp\' and other directories.
15+
After you install this extension, every time that you close Visual Studio this extension will keep your system clean by removing temporary files from disk that are generated by Visual studio in 'C:\Users\[USERNAME]\AppData\Local\Temp\' and other locations.
1616

17-
Don't worry, this extension is very safe to be used, it will not and cannot remove important files by accident.
17+
Don't worry, this extension is very safe to be used, it will not and cannot remove important files accidentally. In fact it will keep / ignore any temp file that is not related with Visual Studio.
1818

19-
Notice that after closing Visual Studio, a log file will be generated at 'C:\Users\{USERNAME}\AppData\Local\Temp\VsAutomaticTempFileCleaner.log' containing the names of the temp files that had been removed.
19+
Please be aware that after closing Visual Studio, a log file will be generated in 'C:\Users\[USERNAME]\AppData\Local\Temp\VsAutomaticTempFileCleaner.log' containing the records for the temp files that had been removed.
20+
21+
This extension care to delete temp files related to Background Download, Diagnostic Tools, NuGet, VS settings log files, VS telemetry and VSIX package extraction between other kind of VS temp files.
22+
23+
I hope this finally helps people to say goodbye to the thousands of Visual Studio files that remain in the temporary folder pending for clean.
2024

2125
# **Donations**
2226

0 commit comments

Comments
 (0)