You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+7
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,12 @@
1
1
# VS Code - Keep Context
2
2
3
+
> [!IMPORTANT]
4
+
> The way I've built this extension to work was to fit my needs and since VSCode 1.89.0 this is now supported out of the box.
5
+
>
6
+
> I won't be actively maintaining this extension while that keeps being true, all you need to do to use the native one is to set `"scm.workingSets.enabled"` as true in your VSCode settings.
7
+
>
8
+
> You can read more about it in the [VSCode Source Control docs](https://code.visualstudio.com/docs/sourcecontrol/overview#_branches-and-tags).
9
+
3
10
This extension was created to help those that at some point need to do some context switch and some times more often than we would like.
4
11
With this extension you won't forget the files that you need to open to continue working in that task.
0 commit comments