mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-09-22 13:01:05 +03:00
Implemented both opt-out settings for vscode config load, although enabled by default:
```json
// autocomplete.json
{
"config": {
"load_vscode_snippets": false
}
}
// debugger.json
{
"config": {
"load_vscode_launch_config": false
}
}
```
Disabling them affects only .vscode imports. Personal/.ecode snippets and .ecode/launch.json continue loading normally.
Refs SpartanJ/ecod€#111
This commit is contained in:
2395
.agent/plans/eterm_kitty_keyboard_protocol_implementation_plan.md
Normal file
2395
.agent/plans/eterm_kitty_keyboard_protocol_implementation_plan.md
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user