簡體   English   中英

如何獲取 Visual Studio Code 擴展的安裝歷史記錄

[英]How to get install history for Visual Studio Code extensions

是否有日志或其他內容會記錄為 Visual Studio Code 安裝特定擴展的時間?

我正在嘗試調試一些可能已更改的設置,並且我想向后卸載我添加的擴展。

擴展的安裝確實記錄在名為sharedprocess.log文件中。 在 Windows 上,位置是C:\\Users\\<User>\\AppData\\Roaming\\Code\\logs\\<Timestamp> 下面是一個例子:

[2018-03-22 02:24:05.264] [sharedprocess] [info] Installing extension: vscode-table-formatter
[2018-03-22 02:24:06.142] [sharedprocess] [info] Downloaded extension: vscode-table-formatter
[2018-03-22 02:24:07.531] [sharedprocess] [info] Extracted extension to C:\Users\<User>\.vscode\extensions\shuworks.vscode-table-formatter-1.2.1: shuworks.vscode-table-formatter-1.2.1
[2018-03-22 02:24:07.565] [sharedprocess] [info] Updated metadata of the extension: shuworks.vscode-table-formatter-1.2.1
[2018-03-22 02:24:07.565] [sharedprocess] [info] Extensions installed successfully: shuworks.vscode-table-formatter

但是,為什么不直接在文件資源管理器中打開~/.vscode/extensions並按日期排序? 那看起來簡單多了。 :)

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM