Nicolas Cantu f823c3d26c feat: Implémentation du système de pending et polling
- Ajout du système de flags pending pour gérer les fichiers en cours de traitement
- Implémentation du polling automatique toutes les 5 secondes
- Gestion d'erreur robuste avec nettoyage automatique des flags
- Nettoyage des flags orphelins au démarrage du serveur
- Correction du mapping des documents dans le store Redux
- Documentation complète du système de pending

Fixes: Problème de suppression des flags pending au démarrage
Fixes: Problème d'affichage des documents dans le frontend
2025-09-16 05:05:39 +02:00

1 line
1.9 KiB
JSON

{"displayName":"GitHub","description":"GitHub features for VS Code","command.copyVscodeDevLink":"Copy vscode.dev Link","command.publish":"Publish to GitHub","command.openOnGitHub":"Open on GitHub","command.openOnVscodeDev":"Open in vscode.dev","config.branchProtection":"Controls whether to query repository rules for GitHub repositories","config.gitAuthentication":"Controls whether to enable automatic GitHub authentication for git commands within VS Code.","config.gitProtocol":"Controls which protocol is used to clone a GitHub repository","config.showAvatar":"Controls whether to show the GitHub avatar of the commit author in various hovers (ex: Git blame, Timeline, Source Control Graph, etc.)","welcome.publishFolder":{"message":"You can directly publish this folder to a GitHub repository. Once published, you'll have access to source control features powered by Git and GitHub.\n[$(github) Publish to GitHub](command:github.publish)","comment":["{Locked='$(github)'}","Do not translate '$(github)'. It will be rendered as an icon","{Locked='](command:github.publish'}","Do not translate the 'command:*' part inside of the '(..)'. It is an internal command syntax for VS Code","Please make sure there is no space between the right bracket and left parenthesis: ]( this is an internal syntax for links"]},"welcome.publishWorkspaceFolder":{"message":"You can directly publish a workspace folder to a GitHub repository. Once published, you'll have access to source control features powered by Git and GitHub.\n[$(github) Publish to GitHub](command:github.publish)","comment":["{Locked='$(github)'}","Do not translate '$(github)'. It will be rendered as an icon","{Locked='](command:github.publish'}","Do not translate the 'command:*' part inside of the '(..)'. It is an internal command syntax for VS Code","Please make sure there is no space between the right bracket and left parenthesis: ]( this is an internal syntax for links"]}}