chore: Revamp devcontainer (#2021)

Depends on
https://github.com/blakeblackshear/frigate-hass-integration/pull/884.
This commit is contained in:
Felipe Santos
2025-05-21 20:32:47 -07:00
committed by GitHub
parent e1e80e2cc8
commit b9a3527954
14 changed files with 27 additions and 128 deletions
+3 -5
View File
@@ -1,16 +1,14 @@
{
"recommendations": [
"github.vscode-pull-request-github",
"eamodio.gitlens",
"dbaeumer.vscode-eslint",
"esbenp.prettier-vscode",
"bierner.lit-html",
"runem.lit-plugin",
"davidanson.vscode-markdownlint",
"redhat.vscode-yaml",
"lokalise.i18n-ally",
"vitest.explorer",
"inlang.vs-code-extension",
"yoavbls.pretty-ts-errors"
"yoavbls.pretty-ts-errors",
"github.vscode-pull-request-github",
"github.vscode-github-actions"
]
}
-23
View File
@@ -1,23 +0,0 @@
# An array of strings which contain Language Ids defined by VS Code
# You can check avaliable language ids here: https://code.visualstudio.com/docs/languages/overview#_language-id
languageIds:
- typescript
# An array of RegExes to find the key usage. **The key should be captured in the first match group**.
# You should unescape RegEx strings in order to fit in the YAML file
# To help with this, you can use https://www.freeformatter.com/json-escape.html
usageMatchRegex:
# The following example shows how to detect `t("your.i18n.keys")`
# the `{key}` will be placed by a proper keypath matching regex,
# you can ignore it and use your own matching rules as well
- "[^\\w\\d]localize\\(['\"`]({key})['\"`]"
# An array of strings containing refactor templates.
# The "$1" will be replaced by the keypath specified.
# Optional: uncomment the following two lines to use
# refactorTemplates:
# - i18n.get("$1")
# If set to true, only enables this custom framework (will disable all built-in frameworks)
monopoly: true
-66
View File
@@ -1,66 +0,0 @@
# Review comments generated by i18n-ally. Please commit this file.
reviews:
config.live.show_image_during_load:
locales:
it:
translation_candidate:
source: en
text: Mostra l'immagine fissa durante il caricamento del live streaming
time: '2022-08-07T23:00:31.001Z'
config.common.layout.fit:
locales:
it:
translation_candidate:
source: en
text: Disposizione adatta
time: '2022-08-12T03:00:50.438Z'
config.common.layout.fits.contain:
locales:
it:
translation_candidate:
source: en
text: I media sono contenuti/incartati
time: '2022-08-12T03:01:00.885Z'
config.common.layout.fits.cover:
locales:
it:
translation_candidate:
source: en
text: Il supporto si espande proporzionalmente per coprire la scheda
time: '2022-08-12T03:01:09.001Z'
config.common.layout.fits.fill:
locales:
it:
translation_candidate:
source: en
text: Il supporto viene allungato per riempire la scheda
time: '2022-08-12T03:01:14.657Z'
config.common.layout.position.x:
locales:
it:
translation_candidate:
source: en
text: Percentuale di posizionamento orizzontale
time: '2022-08-12T03:01:20.714Z'
config.common.layout.position.y:
locales:
it:
translation_candidate:
source: en
text: Percentuale di posizionamento verticale
time: '2022-08-12T03:01:26.332Z'
config.image.layout:
locales:
it:
translation_candidate:
source: en
text: Disposizione dell'immagine
time: '2022-08-12T03:01:33.020Z'
config.media_viewer.layout:
locales:
it:
translation_candidate:
source: en
text: Layout del visualizzatore multimediale
time: '2022-08-12T03:01:45.033Z'
+1 -1
View File
@@ -2,7 +2,7 @@
"version": "0.2.0",
"configurations": [
{
"type": "pwa-chrome",
"type": "chrome",
"request": "launch",
"name": "Launch Chrome against Home Assistant",
"url": "http://localhost:8123",
-8
View File
@@ -1,8 +0,0 @@
{
"i18n-ally.localesPaths": ["src/localize/languages"],
"i18n-ally.keystyle": "nested",
"i18n-ally.sortKeys": true,
"i18n-ally.keepFulfilled": true,
"i18n-ally.editor.preferEditor": true,
"i18n-ally.translate.saveAsCandidates": true
}