From 96eb5aae2e188591791d9dc7409d9f33fe43e10b Mon Sep 17 00:00:00 2001 From: P-DR0ZD Date: Wed, 16 Nov 2022 17:54:31 -0500 Subject: [PATCH 1/2] Added Base Gitpod Files and Added Gitpod Setup to readme --- .gitpod.yml | 4 ++++ README.md | 3 +++ 2 files changed, 7 insertions(+) create mode 100644 .gitpod.yml diff --git a/.gitpod.yml b/.gitpod.yml new file mode 100644 index 0000000..3be1cab --- /dev/null +++ b/.gitpod.yml @@ -0,0 +1,4 @@ +# Learn more about this file at https://www.gitpod.io/docs/references/gitpod-yml +tasks: + - init: pnpm install + command: pnpm nr build --watch \ No newline at end of file diff --git a/README.md b/README.md index 098ef61..f366f55 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@ # VSCode Seneca College Extension Visual Studio Marketplace Version + +Contribute with Gitpod + ## Overview From edc849cda2aeb52789ee5b0bca0f721818bfa4e7 Mon Sep 17 00:00:00 2001 From: P-DR0ZD Date: Fri, 18 Nov 2022 20:18:00 -0500 Subject: [PATCH 2/2] Added Suggested changes --- .gitpod.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitpod.yml b/.gitpod.yml index 3be1cab..128bb71 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -1,4 +1,8 @@ # Learn more about this file at https://www.gitpod.io/docs/references/gitpod-yml tasks: - - init: pnpm install - command: pnpm nr build --watch \ No newline at end of file + - name: Setup & Build + init: pnpm install + command: pnpm nr build --watch + vscode: + extensions: + - amodio.tsl-problem-matcher \ No newline at end of file