mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-24 20:26:08 +00:00
Switch to gender neutral terms (#146371)
* Switch to gender neutral terms * Update testrunner.js * Update fileSearchManager.ts * Update fileSearch.ts * Update fileSearch.ts Co-authored-by: inclusive-coding-bot <inclusive-coding-bot@github.com>
This commit is contained in:
committed by
GitHub
parent
9b0a56e2da
commit
4983226088
@@ -9,7 +9,7 @@
|
||||
const paths = require('path');
|
||||
const glob = require('glob');
|
||||
// Linux: prevent a weird NPE when mocha on Linux requires the window size from the TTY
|
||||
// Since we are not running in a tty environment, we just implementt he method statically
|
||||
// Since we are not running in a tty environment, we just implement the method statically
|
||||
const tty = require('tty');
|
||||
// @ts-ignore
|
||||
if (!tty.getWindowSize) {
|
||||
|
||||
Reference in New Issue
Block a user