From 8c44eace50b94dfd06a7c0bee91963719dfd5733 Mon Sep 17 00:00:00 2001 From: Jan De Dobbeleer Date: Fri, 3 Jun 2022 20:28:37 +0200 Subject: [PATCH] revert: debug theme is json --- .devcontainer/Dockerfile | 2 +- .devcontainer/devcontainer.json | 2 +- .vscode/settings.json | 4 +++- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index 39bf32a2..e6f61d09 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -57,7 +57,7 @@ RUN pwsh -Command Install-Module posh-git -Scope AllUsers -Force; \ ENV PATH "$PATH:/home/${USERNAME}/bin" # Can be used to override the devcontainer prompt default theme: -ENV POSH_THEME="/workspaces/oh-my-posh/themes/jandedobbeleer.omp.yaml" +ENV POSH_THEME="/workspaces/oh-my-posh/themes/jandedobbeleer.omp.json" # Deploy oh-my-posh prompt to Powershell: COPY Microsoft.PowerShell_profile.ps1 /home/${USERNAME}/.config/powershell/Microsoft.PowerShell_profile.ps1 diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 5da39d2c..f1523239 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -12,7 +12,7 @@ // Options: - "POSH_THEME": "/workspaces/oh-my-posh/themes/jandedobbeleer.omp.yaml", + "POSH_THEME": "/workspaces/oh-my-posh/themes/jandedobbeleer.omp.json", // Override me with your own timezone: "TZ": "UTC", diff --git a/.vscode/settings.json b/.vscode/settings.json index 4f272a87..26af2468 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -10,7 +10,9 @@ } }, "go.formatTool": "gofmt", - "go.formatFlags": ["-s"], + "go.formatFlags": [ + "-s" + ], "azureFunctions.deploySubpath": "docs/api", "azureFunctions.postDeployTask": "npm install (functions)", "azureFunctions.projectLanguage": "JavaScript",