From e3a194c7ddcd9bdccecfa0e755000525bce7f52a Mon Sep 17 00:00:00 2001 From: Andrew Prifer <2991360+AndrewPrifer@users.noreply.github.com> Date: Tue, 22 Nov 2022 16:05:11 +0100 Subject: [PATCH] Playground improvements (#342) Remove previews, add vs code task, open in chrome --- .vscode/tasks.json | 7 +++++++ .../playground/devEnv/home/ItemSectionWithPreviews.tsx | 8 ++++---- packages/playground/devEnv/openForOS.ts | 2 +- 3 files changed, 12 insertions(+), 5 deletions(-) diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 9f0cc32..be8103b 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -15,6 +15,13 @@ "type": "shell", "command": "yarn tsc --build --watch ./devEnv/typecheck-all-projects/tsconfig.all.json", "problemMatcher": ["$tsc-watch"] + }, + { + "type": "npm", + "script": "playground", + "problemMatcher": [], + "label": "Playground", + "detail": "yarn workspace playground run serve" } ] } diff --git a/packages/playground/devEnv/home/ItemSectionWithPreviews.tsx b/packages/playground/devEnv/home/ItemSectionWithPreviews.tsx index 8460828..50f1347 100644 --- a/packages/playground/devEnv/home/ItemSectionWithPreviews.tsx +++ b/packages/playground/devEnv/home/ItemSectionWithPreviews.tsx @@ -15,9 +15,9 @@ export const ItemSectionWithPreviews = (props: { return ( - + {/*