mirror of
https://github.com/MarekZegare4/MeshCore-Solo.git
synced 2026-07-26 14:58:12 +00:00
- .claude/settings.json: PreToolUse hooks redirecting grep/file reads to graphify query when graph.json exists - CLAUDE.md: graphify knowledge graph instructions for Claude Code sessions - .gitignore: exclude graphify-out/ and .claude/settings.local.json - .vscode/extensions.json: add comments header Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
12 lines
311 B
JSON
12 lines
311 B
JSON
{
|
|
// See http://go.microsoft.com/fwlink/?LinkId=827846
|
|
// for the documentation about the extensions.json format
|
|
"recommendations": [
|
|
"pioarduino.pioarduino-ide",
|
|
"platformio.platformio-ide"
|
|
],
|
|
"unwantedRecommendations": [
|
|
"ms-vscode.cpptools-extension-pack"
|
|
]
|
|
}
|