From 8226e7507fccf7ae88120dba5b2c57403710ab89 Mon Sep 17 00:00:00 2001 From: filipdemeyere <42943846+filipdemeyere@users.noreply.github.com> Date: Wed, 10 Jul 2024 23:03:38 +0200 Subject: [PATCH 1/3] ok --- .vscode/extensions.json | 5 +++++ .vscode/settings.json | 4 ++++ templates/index.html | 2 +- 3 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 .vscode/extensions.json create mode 100644 .vscode/settings.json diff --git a/.vscode/extensions.json b/.vscode/extensions.json new file mode 100644 index 000000000..85fd8292e --- /dev/null +++ b/.vscode/extensions.json @@ -0,0 +1,5 @@ +{ + "recommendations": [ + "ms-vscode.vscode-node-azure-pack" + ] +} \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 000000000..8654bdbef --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,4 @@ +{ + "appService.defaultWebAppToDeploy": "undefined/subscriptions/e11f0874-fd73-4434-910c-2554ad10fa58/resourceGroups/appsvc_linux_centralus/providers/Microsoft.Web/sites/msdocs-python-webapp-quickstart-778", + "appService.deploySubpath": "." +} \ No newline at end of file diff --git a/templates/index.html b/templates/index.html index 9cdba30cd..66cddb60f 100644 --- a/templates/index.html +++ b/templates/index.html @@ -14,7 +14,7 @@

Welcome to Azure

- +
From f239051c84267e20186310e97e7342caaa56c190 Mon Sep 17 00:00:00 2001 From: filipdemeyere <42943846+filipdemeyere@users.noreply.github.com> Date: Sat, 13 Jul 2024 22:54:37 +0200 Subject: [PATCH 2/3] ok --- .vscode/launch.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .vscode/launch.json diff --git a/.vscode/launch.json b/.vscode/launch.json new file mode 100644 index 000000000..2ba986f6f --- /dev/null +++ b/.vscode/launch.json @@ -0,0 +1,15 @@ +{ + // Use IntelliSense to learn about possible attributes. + // Hover to view descriptions of existing attributes. + // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 + "version": "0.2.0", + "configurations": [ + { + "type": "chrome", + "request": "launch", + "name": "Launch Chrome against localhost", + "url": "http://localhost:8080", + "webRoot": "${workspaceFolder}" + } + ] +} \ No newline at end of file From 9265adf6cfe3185cfc06a415104ee9a7aaedff3f Mon Sep 17 00:00:00 2001 From: filipdemeyere <42943846+filipdemeyere@users.noreply.github.com> Date: Sat, 13 Jul 2024 22:57:38 +0200 Subject: [PATCH 3/3] ok --- templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/index.html b/templates/index.html index 66cddb60f..877fcf217 100644 --- a/templates/index.html +++ b/templates/index.html @@ -14,7 +14,7 @@

Welcome to Azure

- +