From 65a59a39c353532a1a0c6fdf8dcdcc9d032f6874 Mon Sep 17 00:00:00 2001 From: Michael Hashizume Date: Thu, 14 Sep 2023 16:04:54 -0700 Subject: (PA-5722) Update to PDK template 2.7.5 In preparation for a new release of this module, this PR updates the module from using version 2.7.1 of the PDK template to 2.7.5. --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.devcontainer/devcontainer.json') diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index fe7a8b1..cdd65d2 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -5,7 +5,7 @@ "settings": { "terminal.integrated.profiles.linux": { "bash": { - "path": "bash", + "path": "bash" } } }, -- cgit v1.2.3