From 75a1505112fc76b7820882a83cb83aac5c6b1474 Mon Sep 17 00:00:00 2001 From: Courtney Webster Date: Tue, 25 Oct 2022 16:43:09 -0500 Subject: [PATCH] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8f7f52172374..f5c7e70d5776 100644 --- a/package.json +++ b/package.json @@ -104,7 +104,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": "false", + "when": "workspacePlatform != webworker", "steps": [ { "id": "python.createPythonFile",