From afc702e4752ef8542171b0d33c9a48d09e25f892 Mon Sep 17 00:00:00 2001 From: Joe Previte Date: Wed, 27 Apr 2022 18:17:18 +0000 Subject: [PATCH] refactor: remove unused last-opened patch --- patches/last-opened.diff | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 patches/last-opened.diff diff --git a/patches/last-opened.diff b/patches/last-opened.diff deleted file mode 100644 index 71a1c9980..000000000 --- a/patches/last-opened.diff +++ /dev/null @@ -1,8 +0,0 @@ -Remove last opened functionality - -This conflicts with our own handling of the last opened workspace. If we wanted -to switch to this we would need to pass through the disable-last-opened flag and -respect it here then remove our own redirction code that handles this. - -Our version might be better anyway since it puts the workspace in the URL. -