Fix Session Buddy import so that it accounts for "current"
, "previous"
, and "saved"
session type properties
#1071
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Resolves #912.
Now when exporting Session Buddy sessions, all four export options will work when imported into TSM:
![Screen Shot 2022-09-22 at 10 23 51 PM](https://user-images.githubusercontent.com/3588798/191896803-3df8b3f8-3072-4094-9fe8-48a488f498c6.png)
Note: the Session Buddy "Back up" option still produces a format that TSM cannot import:
![Screen Shot 2022-09-22 at 10 24 00 PM](https://user-images.githubusercontent.com/3588798/191896943-8364834a-1ba9-4645-9f32-cfc8690ea6d1.png)
I was going to address the back up issue as well, but decided that this PR will fix my use-case for now. 😅 I imagine the back up fix will be very similar: verifying that the back up JSON file has all of the correct keys and such.