mirror of
https://github.com/ad-aures/castopod.git
synced 2026-04-08 09:16:43 +02:00
chore: upgrade CI4 to v4.2.5 + update other dependencies to latest
- add file associations for env and .rsync-filter files - include version lens to .devcontainer config
This commit is contained in:
parent
10fc6f17c6
commit
2a2cb3efdb
7 changed files with 534 additions and 708 deletions
|
|
@ -21,7 +21,9 @@
|
|||
"color-highlight.markerType": "dot-before",
|
||||
"files.associations": {
|
||||
"*.xml.dist": "xml",
|
||||
"spark": "php"
|
||||
"spark": "php",
|
||||
"env": "dotenv",
|
||||
".rsync-filter": "diff"
|
||||
}
|
||||
},
|
||||
"extensions": [
|
||||
|
|
@ -36,6 +38,7 @@
|
|||
"kasik96.latte",
|
||||
"mikestead.dotenv",
|
||||
"naumovs.color-highlight",
|
||||
"pflannery.vscode-versionlens",
|
||||
"runem.lit-plugin",
|
||||
"streetsidesoftware.code-spell-checker",
|
||||
"stylelint.vscode-stylelint",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue