Skip to content

Commit 7204ff5

Browse files
committed
docs: add HTML to supported languages list
- Updated vscode-copilot-integration.md: replaced javascript with html - Updated llms-full.txt: added HTML to search_code tool description
1 parent 03baab5 commit 7204ff5

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

docs/vscode-copilot-integration.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,8 @@ RagCode creates separate collections per language:
473473
- `ragcode-{workspace}-go`
474474
- `ragcode-{workspace}-php`
475475
- `ragcode-{workspace}-python`
476-
- `ragcode-{workspace}-javascript`
476+
- `ragcode-{workspace}-html`
477+
477478

478479
This improves search accuracy and performance.
479480

llms-full.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ Edit `~/.config/Code/User/globalStorage/mcp-servers.json`:
376376
See [QUICKSTART.md](./QUICKSTART.md) for detailed VS Code setup and troubleshooting.
377377

378378
### Available Tools
379-
1. **`search_code`** – **Use FIRST** – semantic search, returns complete code. Go, PHP, Python.
379+
1. **`search_code`** – **Use FIRST** – semantic search, returns complete code. Go, PHP, Python, HTML.
380380
2. **`hybrid_search`** – keyword + semantic for **EXACT matches** + context
381381
3. **`get_function_details`** – **COMPLETE** function code with signature, params, body
382382
4. **`find_type_definition`** – class/struct/interface with fields, methods, inheritance
@@ -888,7 +888,7 @@ You can also explicitly reference RagCode tools using the `#` symbol:
888888

889889
#### Available Tools:
890890

891-
1. **`search_code`** - **Use FIRST** - Semantic search, returns complete code. Go, PHP, Python.
891+
1. **`search_code`** - **Use FIRST** - Semantic search, returns complete code. Go, PHP, Python, HTML.
892892
```json
893893
{
894894
"query": "authentication middleware",

0 commit comments

Comments
 (0)