debt - disable use of node.js path lib (#249425)

* debt - disable use of node.js `path` lib

* .
This commit is contained in:
Benjamin Pasero
2025-05-21 09:59:53 +02:00
committed by GitHub
parent 6209ba20b4
commit a8149189ec
4 changed files with 14 additions and 4 deletions

View File

@@ -821,7 +821,7 @@ export default tseslint.config(
'net',
'node-pty',
'os',
'path',
// 'path', NOT allowed: use src/vs/base/common/path.ts instead
'perf_hooks',
'readline',
'stream',