We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55e131b commit 2420c58Copy full SHA for 2420c58
2 files changed
.github/copilot-instructions.md
@@ -127,4 +127,4 @@ tests/
127
- **Jinja2**: https://jinja.palletsprojects.com/
128
- **Pydantic**: https://docs.pydantic.dev/
129
- **Uvicorn**: https://www.uvicorn.org/
130
-- **Workshop Guide**: See `workshop/` folder for lab steps and context engineering examples.
+- **Workshop Guide**: See `workshop/` folder for lab steps and context engineering examples.
.vscode/mcp.json
@@ -1,13 +1,3 @@
1
-{
2
- "servers": {
3
- "microsoft/playwright-mcp": {
4
- "type": "stdio",
5
- "command": "npx",
6
- "args": [
7
- "@playwright/mcp@latest",
8
- "--browser=msedge",
9
- // "--headless=true" // Run in faster headless mode
10
- ]
11
- }
12
+{
+ "servers": {}
13
}
0 commit comments