Skip to content

Commit 96d9a53

Browse files
authored
Merge pull request #13 from stuartleeks/dc-updates-and-shoutout
Devcontainer updates and shoutout
2 parents 019ae89 + 7d79ae1 commit 96d9a53

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

.devcontainer/devcontainer.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,12 @@
2626
"vscode": {
2727
// Add the IDs of extensions you want installed when the container is created.
2828
"extensions": [
29-
"bungcip.better-toml"
30-
]
29+
"bungcip.better-toml",
30+
"stuartleeks.vscode-hugo-runner"
31+
],
32+
"settings": {
33+
"hugo-runner.hugoExecutablePath": "/usr/local/bin/hugo"
34+
}
3135
}
3236
},
3337
"features": {

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
public/**
2-
resources/_gen/**
2+
resources/_gen/**
3+
4+
.hugo_build.lock

content/posts/github-federated-credentials-merge-queue/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ tags:
1212
- azure-entra-id
1313
---
1414

15+
> Huge thanks to [Mani](https://www.linkedin.com/in/maninderjitbindra/) for how to get this working!
16+
1517
## Introduction
1618

1719
I often have GitHub workflows that deploy resources to Azure.

0 commit comments

Comments
 (0)