是有日志或在安装了视觉工作室代码的特定扩展名时留下的记录?
我正在尝试调试一些可能已更改的设置,我想向后努力卸载我添加的扩展名。
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
并按日期进行排序呢?这似乎更简单。 :)