You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-2Lines changed: 9 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ Do you knew that if you do use Visual Studio with frequently, and not do a syste
12
12
13
13
Here is the final solution for that.
14
14
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.
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.
16
16
17
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.
18
18
@@ -24,7 +24,14 @@ I hope this finally helps people to say goodbye to the thousands of Visual Studi
24
24
25
25
## 📝 Requirements
26
26
27
-
- Visual Studio 2019 or 2022.
27
+
- Visual Studio 2022.
28
+
29
+
## 🤖 Getting Started
30
+
31
+
Download the latest extension release by clicking [here](https://github.com/ElektroStudios/Automatic-Temp-File-Cleaner-for-Visual-Studio/releases/latest),
32
+
install it, and whenever you close Visual Studio it will delete all the garbage silently on background.
33
+
34
+
You can check the log file `C:\Users\\[USERNAME]\\AppData\\Local\\Temp\\AutoTempFileCleaner_VS2022.log` for more details on the last clean operation did by the extension.
0 commit comments