From 86ca662ac155b74d92139657e0e7b8956acfc962 Mon Sep 17 00:00:00 2001 From: Joe Previte Date: Tue, 26 Apr 2022 23:55:58 +0000 Subject: [PATCH] refactor: remove postinstall patch It appears they renamed postinstall.js to postinstall.mjs and removed the use of `rimraf` which means our patch is no longer needed! :tada: https://github.com/microsoft/vscode/commit/b0e8554cced292871a67748a18926cfd02f4e840 --- patches/series | 1 - 1 file changed, 1 deletion(-) diff --git a/patches/series b/patches/series index 79da7efda..f7a44e236 100644 --- a/patches/series +++ b/patches/series @@ -12,7 +12,6 @@ proxy-uri.diff display-language.diff github-auth.diff unique-db.diff -post-install.diff log-level.diff local-storage.diff service-worker.diff