Files
Vladimir Mandic 20ccf1d358 update changelog/todo/skill
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2026-07-14 09:33:03 +02:00

26 lines
505 B
JSON

{
"files.eol": "\n",
"editor.formatOnSave": false,
"python.REPL.enableREPLSmartSend": false,
"eslint.enable": true,
"eslint.validate": [
"javascript",
"typescript",
"html",
"css",
"json",
"markdown"
],
"search.exclude": {
"**/__pycache__": true,
"**/node_modules": true,
"**/venv": true,
"**/*.mjs": true,
"**/*.map": true
},
"githubPullRequests.ignoredPullRequestBranches": [
"master"
],
"chat.byokUtilityModelDefault": "mainAgent"
}