From 6ca6d839d907cee0b8e43a191f46d4029dfc25bc Mon Sep 17 00:00:00 2001 From: luabud Date: Tue, 5 Oct 2021 17:54:08 -0700 Subject: [PATCH] Hide walkthrough if on the web --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 7d6d2f76af60..6c64757e71de 100644 --- a/package.json +++ b/package.json @@ -99,6 +99,7 @@ "id": "pythonWelcome", "title": "Get started with Python development", "description": "Your first steps to set up a Python project with all the powerful tools and features that the Python extension has to offer!", + "when": "workspacePlatform != webworker", "steps": [ { "id": "python.installPythonWin",