From 2f9413716ae0e48f8ba021589ba128bfafc6e875 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Velschow=20S=C3=B8gaard?= <46562365+seba7236@users.noreply.github.com> Date: Fri, 22 Mar 2024 22:24:53 +0100 Subject: [PATCH 1/2] Create VisualStudioCode.tkape Created a Targetfile for Visual Studio Code --- Targets/Apps/VisualStudioCode.tkape | 58 +++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 Targets/Apps/VisualStudioCode.tkape diff --git a/Targets/Apps/VisualStudioCode.tkape b/Targets/Apps/VisualStudioCode.tkape new file mode 100644 index 000000000..5c367e47d --- /dev/null +++ b/Targets/Apps/VisualStudioCode.tkape @@ -0,0 +1,58 @@ +Description: Visual Studio Code artifacts +Author: Sebastian Søgaard +Version: 1.0 +Id: f90fe4ce-b349-4010-8d41-3b7b8273e5fe +RecreateDirectories: true +Targets: + - + Name: VSCode Opened Files + Category: Apps + Path: C:\Users\%user%\AppData\Roaming\Code\User\History\*\ + Recursive: true + Comment: "Grabs the files in the VSCode history. These are files the user has opened with VSCode" + - + Name: VSCode Workspaces + Category: Apps + Path: C:\Users\%user%\AppData\Roaming\Code\User\globalStorage\ + FileMask: storage.json* + Comment: "Grabs the file containing information about the users workspaces" + - + Name: VSCode User extensions + Category: Apps + Path: C:\Users\%user%\AppData\Roaming\Code\CachedExtensions\ + FileMask: user* + Comment: "Grabs the files relating to the users installed extensions" + - + Name: VSCode User settings + Category: Apps + Path: C:\Users\%user%\AppData\Roaming\Code\User\ + FileMask: settings.json* + Comment: "Grabs the file containing the settings the user has set." + - + Name: VSCode User Preferences + Category: Apps + Path: C:\Users\%user%\AppData\Roaming\Code\ + FileMask: preferences* + Comment: "Grabs the file containing the preferences the user has set." + - + Name: VSCode Network Cookies + Category: Apps + Path: C:\Users\%user%\AppData\Roaming\Code\Network\ + FileMask: Cookies* + Comment: "Grabs the cookie files. Same format as Chromium Cookies" + - + Name: VSCode Network Persistent State + Category: Apps + Path: C:\Users\%user%\AppData\Roaming\Code\Network\ + FileMask: Network Persistent State* + Comment: "Grabs the Network Persistent State file. Same format as in Chromium" + - + Name: VSCode Logs + Category: Apps + Path: C:\Users\%user%\AppData\Roaming\Code\logs\ + Recursive: true + Comment: "Grabs the VSCode logs. Further analysis is needed to determine which logs are junk, and which can be vital." + + +# Documentation +# N/A From e95c43cb7fdbb44d81f91d755f9d109576b38ca1 Mon Sep 17 00:00:00 2001 From: Andrew Rathbun <36825567+AndrewRathbun@users.noreply.github.com> Date: Fri, 22 Mar 2024 17:58:52 -0400 Subject: [PATCH 2/2] Update VisualStudioCode.tkape remove extra line --- Targets/Apps/VisualStudioCode.tkape | 1 - 1 file changed, 1 deletion(-) diff --git a/Targets/Apps/VisualStudioCode.tkape b/Targets/Apps/VisualStudioCode.tkape index 5c367e47d..00f0f6310 100644 --- a/Targets/Apps/VisualStudioCode.tkape +++ b/Targets/Apps/VisualStudioCode.tkape @@ -53,6 +53,5 @@ Targets: Recursive: true Comment: "Grabs the VSCode logs. Further analysis is needed to determine which logs are junk, and which can be vital." - # Documentation # N/A