revert: debug theme is json

This commit is contained in:
Jan De Dobbeleer 2022-06-03 20:28:37 +02:00 committed by Jan De Dobbeleer
parent 5450764c17
commit 8c44eace50
3 changed files with 5 additions and 3 deletions

View file

@ -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

View file

@ -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",

View file

@ -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",