watcher - update to latest version (#286484)

This commit is contained in:
Benjamin Pasero
2026-01-09 07:07:37 +01:00
committed by GitHub
parent 7c62052af6
commit fe665a91f6
16 changed files with 71 additions and 68 deletions

View File

@@ -1439,7 +1439,7 @@ export default tseslint.config(
// - electron-main
'when': 'hasNode',
'allow': [
'@vscode/watcher',
'@parcel/watcher',
'@vscode/sqlite3',
'@vscode/vscode-languagedetection',
'@vscode/ripgrep',
@@ -1930,6 +1930,7 @@ export default tseslint.config(
'test/automation',
'test/smoke/**',
'@vscode/*',
'@parcel/*',
'@playwright/*',
'*' // node modules
]
@@ -1939,6 +1940,7 @@ export default tseslint.config(
'restrictions': [
'test/automation/**',
'@vscode/*',
'@parcel/*',
'playwright-core/**',
'@playwright/*',
'*' // node modules
@@ -1949,6 +1951,7 @@ export default tseslint.config(
'restrictions': [
'test/integration/**',
'@vscode/*',
'@parcel/*',
'@playwright/*',
'*' // node modules
]
@@ -1958,6 +1961,7 @@ export default tseslint.config(
'restrictions': [
'test/monaco/**',
'@vscode/*',
'@parcel/*',
'@playwright/*',
'*' // node modules
]
@@ -1968,6 +1972,7 @@ export default tseslint.config(
'test/automation',
'test/mcp/**',
'@vscode/*',
'@parcel/*',
'@playwright/*',
'@modelcontextprotocol/sdk/**/*',
'*' // node modules