mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-20 02:08:47 +00:00
Add initial MCP server (#261898)
This commit is contained in:
committed by
GitHub
parent
e98a20f554
commit
4a653ec816
@@ -1303,6 +1303,18 @@ export default tseslint.config(
|
||||
'@playwright/*',
|
||||
'*' // node modules
|
||||
]
|
||||
},
|
||||
{
|
||||
'target': 'test/mcp/**',
|
||||
'restrictions': [
|
||||
'test/automation',
|
||||
'test/mcp/**',
|
||||
'@vscode/*',
|
||||
'@parcel/*',
|
||||
'@playwright/*',
|
||||
'@modelcontextprotocol/sdk/**/*',
|
||||
'*' // node modules
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user