From bd6c2f1197277eaa2d6ef5cbf532fd3874e01128 Mon Sep 17 00:00:00 2001 From: Tyler James Leonhardt <2644648+TylerLeonhardt@users.noreply.github.com> Date: Wed, 27 Aug 2025 16:24:27 -0700 Subject: [PATCH] distro: out with the old, in with the new (#263710) ref https://github.com/microsoft/vscode/issues/260158 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fadcb4bf384..11e4911c254 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "code-oss-dev", "version": "1.104.0", - "distro": "15940fffbc870ef4790b846e92f19e606420387b", + "distro": "2f34d547f778e973bb1aa6f37a4d85220dd7fc15", "author": { "name": "Microsoft Corporation" },