From 6f19031b28006e2377cadccfae683162f4de42d7 Mon Sep 17 00:00:00 2001 From: Michele Cereda Date: Wed, 8 May 2024 18:52:34 +0200 Subject: [PATCH] chore(snippets): improve readibility --- .vscode/settings.json | 1 + ...sk.print-service-logs.yml => gitlab.pipeline.tasks.yml} | 0 snippets/{info-blocks.md => info-blocks.ado.md} | 2 +- snippets/view-files.sh | 7 +++++++ snippets/view.sh | 4 ---- 5 files changed, 9 insertions(+), 5 deletions(-) rename snippets/{gitlab.task.print-service-logs.yml => gitlab.pipeline.tasks.yml} (100%) rename snippets/{info-blocks.md => info-blocks.ado.md} (96%) create mode 100644 snippets/view-files.sh delete mode 100644 snippets/view.sh diff --git a/.vscode/settings.json b/.vscode/settings.json index 0d50b4a..68c8b2a 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -266,6 +266,7 @@ "wlan", "xattr", "xkcd", + "yubikey", "zstd" ] } \ No newline at end of file diff --git a/snippets/gitlab.task.print-service-logs.yml b/snippets/gitlab.pipeline.tasks.yml similarity index 100% rename from snippets/gitlab.task.print-service-logs.yml rename to snippets/gitlab.pipeline.tasks.yml diff --git a/snippets/info-blocks.md b/snippets/info-blocks.ado.md similarity index 96% rename from snippets/info-blocks.md rename to snippets/info-blocks.ado.md index 1434e3a..91688bc 100644 --- a/snippets/info-blocks.md +++ b/snippets/info-blocks.ado.md @@ -2,7 +2,7 @@ The idea here is to mimic Confluence's Info panel. -This only worked for Azure Devops' wikis. +This only worked for Azure Devops' wikis so far.