mirror of
https://github.com/cole-maxwell1/dotfiles.git
synced 2026-08-02 12:23:54 -04:00
Compare commits
1 Commits
4f6136e88c
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 57821ba227 |
@@ -93,6 +93,11 @@
|
||||
"Authorization": "Bearer {env:ZAI_API_KEY}",
|
||||
},
|
||||
},
|
||||
"playwright": {
|
||||
"type": "local",
|
||||
"command": ["npx", "@playwright/mcp@latest"],
|
||||
"enabled": true,
|
||||
},
|
||||
"ibmi-server": {
|
||||
"type": "local",
|
||||
"command": [
|
||||
@@ -113,7 +118,13 @@
|
||||
},
|
||||
},
|
||||
"watcher": {
|
||||
"ignore": ["node_modules/**", ".git/**", "dist/**", "**/.venv/**", "**/target/**"],
|
||||
"ignore": [
|
||||
"node_modules/**",
|
||||
".git/**",
|
||||
"dist/**",
|
||||
"**/.venv/**",
|
||||
"**/target/**",
|
||||
],
|
||||
},
|
||||
"lsp": true,
|
||||
"formatter": true,
|
||||
|
||||
Reference in New Issue
Block a user