From 52629f6975e5170f96570da81ba5097be4273e04 Mon Sep 17 00:00:00 2001 From: Arno Peters Date: Thu, 10 Nov 2022 17:26:30 +0100 Subject: [PATCH 1/4] Added Visual Studio Code extension recommendations --- .vscode/extensions.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .vscode/extensions.json diff --git a/.vscode/extensions.json b/.vscode/extensions.json new file mode 100644 index 00000000..faf5a39c --- /dev/null +++ b/.vscode/extensions.json @@ -0,0 +1,6 @@ +{ + "recommendations": [ + "ms-azuretools.vscode-azurestaticwebapps", + "ms-vscode-remote.remote-containers" + ] +} \ No newline at end of file From 3306a1f2c8636109576cd3b9fa0b8fdd4d9684a4 Mon Sep 17 00:00:00 2001 From: Arno Peters Date: Thu, 10 Nov 2022 17:36:06 +0100 Subject: [PATCH 2/4] Corrected name of recommended extension --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 4773981b..fba3a2cb 100644 --- a/readme.md +++ b/readme.md @@ -4,4 +4,4 @@ This repo is used as a starter for a _very basic_ HTML web application using no front-end frameworks. -This repo has a dev container. This means if you open it inside a [GitHub Codespace](https://github.com/features/codespaces), or using [VS Code with the remote containers extension](https://code.visualstudio.com/docs/remote/containers), it will be opened inside a container with all the dependencies already installed. \ No newline at end of file +This repo has a dev container. This means if you open it inside a [GitHub Codespace](https://github.com/features/codespaces), or using [VS Code with the Dev Containers extension](https://code.visualstudio.com/docs/remote/containers), it will be opened inside a container with all the dependencies already installed. \ No newline at end of file From b545aa6fd20775bef0d113e0530d660442611770 Mon Sep 17 00:00:00 2001 From: Arno Peters Date: Sat, 28 Jan 2023 07:11:19 +0100 Subject: [PATCH 3/4] Temp disabled playwright workflows by renaming the files --- .../{playwright-onDemand.yml => playwright-onDemand.yml.onhold} | 0 .../{playwright-scheduled.yml => playwright-scheduled.yml.onhold} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename .github/workflows/{playwright-onDemand.yml => playwright-onDemand.yml.onhold} (100%) rename .github/workflows/{playwright-scheduled.yml => playwright-scheduled.yml.onhold} (100%) diff --git a/.github/workflows/playwright-onDemand.yml b/.github/workflows/playwright-onDemand.yml.onhold similarity index 100% rename from .github/workflows/playwright-onDemand.yml rename to .github/workflows/playwright-onDemand.yml.onhold diff --git a/.github/workflows/playwright-scheduled.yml b/.github/workflows/playwright-scheduled.yml.onhold similarity index 100% rename from .github/workflows/playwright-scheduled.yml rename to .github/workflows/playwright-scheduled.yml.onhold From 56216a0ef8c212ccb6c4060d3f69d9cad211b3c1 Mon Sep 17 00:00:00 2001 From: Arno Peters Date: Sat, 28 Jan 2023 07:16:49 +0100 Subject: [PATCH 4/4] Updated extensions --- .vscode/extensions.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.vscode/extensions.json b/.vscode/extensions.json index faf5a39c..c7a446d1 100644 --- a/.vscode/extensions.json +++ b/.vscode/extensions.json @@ -1,6 +1,7 @@ { "recommendations": [ - "ms-azuretools.vscode-azurestaticwebapps", + "ms-vscode.azure-account", //Azure Login + "ms-azuretools.vscode-azurestaticwebapps", //Helper to create static web apps in Azure "ms-vscode-remote.remote-containers" ] } \ No newline at end of file