foxundermoon / vs-shell-format

the shellscript、Dockerfile、properties ...... format extension
MIT License
445 stars 47 forks source link

parameter expansion requires a literal #336

Open tjx666 opened 1 year ago

tjx666 commented 1 year ago

error code:

if [[ -r "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh" ]]; then
  source "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh"
fi
WybeBosch commented 1 week ago

@foxundermoon Is there a way for this extension to be updated to support ZSH like syntax as you can see in that snippet provided above?