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 diff --git a/.vscode/extensions.json b/.vscode/extensions.json new file mode 100644 index 0000000..c7a446d --- /dev/null +++ b/.vscode/extensions.json @@ -0,0 +1,7 @@ +{ + "recommendations": [ + "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 diff --git a/readme.md b/readme.md index 4773981..fba3a2c 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