Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-guides/TRaSH-Guides/src/commit/087a7060296d32f103d5a2f8ca196457ee2c3183/.vscode/extensions.json You should set ROOT_URL correctly, otherwise the web may not work correctly.
TRaSH-Guides/.vscode/extensions.json

17 lines
420 B

{
"recommendations": [
"aaron-bond.better-comments",
"streetsidesoftware.code-spell-checker",
"editorconfig.editorconfig",
"dbaeumer.vscode-eslint",
"eamodio.gitlens",
"oderwat.indent-rainbow",
"yzhang.markdown-all-in-one",
"davidanson.vscode-markdownlint",
"christian-kohler.path-intellisense",
"esbenp.prettier-vscode",
"redhat.vscode-xml",
"redhat.vscode-yaml"
]
}