Duncan MacKenzie
Duncan MacKenzie
Curious about this too. Do you get errors when you set `directives` to trueto true in the plugin config? I'm trying to use Vuetify and it throws errors if I...
Is it still possible to inline a favicon in index.html after this change? By url- or base64-encoding the image file: ```html ``` This throws an error if the string is...
Looks like it's unique to Quasar's environment anyway; I thought it was a result of the changes in this PR 😓 Cheers
@nikostro the `.gitconfig` file is automatically copied into the devcontainer, so there's no need to copy/mount it manually. Workarounds suggest using `postStartCommand` or `postAttachCommand` to run that git config command...