Skip to content

Commit 85109bc

Browse files
valorisaclaude
andcommitted
Fix: Resolve markdownlint errors in VSCode section
Fixes for GitHub Actions lint workflow: - MD060/table-column-style: Fix table separator spacing (line 452) Changed from |---------|---------| to | ------- | ------- | - MD031/blanks-around-fences: Add blank lines around fenced code blocks - Line 490: Added blank line before ```json - Line 498: Added blank line before ```json - Line 608: Added blank line before ```bash - Line 610: Added blank line after ``` All markdownlint checks now pass locally. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 8543751 commit 85109bc

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@ Avant de configurer VSCode, assurez-vous que l'extension Claude Code est install
449449
Le fichier de configuration VSCode se trouve à des emplacements différents selon votre système d'exploitation :
450450

451451
| Système | Chemin du fichier settings.json |
452-
|---------|--------------------------------|
452+
| ------- | ------------------------------- |
453453
| **Windows** | `%APPDATA%\Code\User\settings.json` <br> (ou `$env:APPDATA\Code\User\settings.json` en PowerShell) |
454454
| **macOS** | `$HOME/Library/Application Support/Code/User/settings.json` |
455455
| **Linux** | `$HOME/.config/Code/User/settings.json` |
@@ -487,6 +487,7 @@ Si votre fichier est vide ou contient seulement `{}`, remplacez tout par :
487487
Si votre fichier contient déjà des paramètres (exemple : thème, taille de police, etc.), **ajoutez** la configuration à l'intérieur des accolades existantes :
488488

489489
**Exemple avant** :
490+
490491
```json
491492
{
492493
"editor.fontSize": 14,
@@ -495,6 +496,7 @@ Si votre fichier contient déjà des paramètres (exemple : thème, taille de po
495496
```
496497

497498
**Exemple après** (ajout de la virgule et de la configuration) :
499+
498500
```json
499501
{
500502
"editor.fontSize": 14,
@@ -605,9 +607,11 @@ Dans l'interface Claude Code de VSCode :
605607
606608
1. **Vérifiez les logs du proxy** (Terminal 1 où tourne uvicorn)
607609
2. **Vérifiez votre fichier `.env`** :
610+
608611
```bash
609612
cat $HOME/Projets/free-claude-code/.env
610613
```
614+
611615
3. **Vérifiez que votre clé API est valide** (NVIDIA NIM ou OpenRouter)
612616
613617
### Points subtils à retenir

0 commit comments

Comments
 (0)