-
Notifications
You must be signed in to change notification settings - Fork 2
Closed
Description
This following line will only find history on a Mac
Lines 184 to 193 in 44fe36c
| function generateEditorPath(appName: string) { | |
| return join( | |
| homedir(), | |
| "Library", | |
| "Application Support", | |
| appName, | |
| "User", | |
| "History" | |
| ); | |
| } |
eg - MacOS:$HOME/Library/Application Support/Code/User/History
If someone was to run this on Windows or Linux it might be successful but the URL generated has no data.
OS check required or advise that this is only something a Mac user can use.
Windows:C:\Users\AppData\Roaming\Code\User\History
Linux:$HOME/.config/Code/User/History
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels