Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create VisualStudioCode.tkape #921

Merged
merged 2 commits into from
Mar 22, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
57 changes: 57 additions & 0 deletions Targets/Apps/VisualStudioCode.tkape
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
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
Loading