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:
Yassine Doghri 2022-08-31 10:11:17 +00:00
commit 2a2cb3efdb
7 changed files with 534 additions and 708 deletions

View file

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