docs: documenter l'extension VS Code (README EN/FR, centre d'aide, site)

- README.md / README.fr.md : bullet dans « What Arboretum does », section dédiée
  « VS Code extension » (build/packaging VSIX, install, sign in), ligne monorepo.
- Centre d'aide in-app (help-content.ts) : item « VS Code extension » dans Integrations (EN/FR).
- Site vitrine : 9e carte de features « Native VS Code extension » (feat9, EN/FR + icône).
This commit is contained in:
2026-06-23 17:43:12 +02:00
parent cf7eb05aca
commit 057c2d55ed
6 changed files with 59 additions and 2 deletions

View File

@@ -185,6 +185,10 @@ const en: HelpSection[] = [
title: 'Source code',
body: 'The “Source code” icon in the navigation always links to the Arboretum source repository on Gitea.',
},
{
title: 'VS Code extension',
body: 'Prefer your editor? A native VS Code extension (not a webview) connects to the same daemon: a live tree of repos/worktrees/sessions, native terminals to attach to any session, a waiting counter with notifications, and git actions — right inside VS Code. It is distributed as a private VSIX; build it with “npm run build:vscode” then package with vsce, install via “Install from VSIX”, and sign in with a token.',
},
],
},
];
@@ -361,6 +365,10 @@ const fr: HelpSection[] = [
title: 'Code source',
body: 'Licône « Code source » de la navigation pointe toujours vers le dépôt source dArboretum sur Gitea.',
},
{
title: 'Extension VS Code',
body: 'Vous préférez votre éditeur ? Une extension VS Code native (pas un webview) se connecte au même daemon : un arbre en direct des repos/worktrees/sessions, des terminaux natifs pour sattacher à nimporte quelle session, un compteur dattente avec notifications, et les actions git — directement dans VS Code. Distribuée en VSIX privé : buildez avec « npm run build:vscode » puis packagez avec vsce, installez via « Installer à partir dun VSIX », et connectez-vous avec un token.',
},
],
},
];