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:
Martín Lucas Golini
2026-08-01 01:38:14 -03:00
parent 323d511eed
commit da4d201eeb
5 changed files with 2424 additions and 10 deletions

File diff suppressed because it is too large Load Diff