mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Merge VS Code 1.31.1 (#4283)
This commit is contained in:
5
src/typings/node-pty.d.ts
vendored
5
src/typings/node-pty.d.ts
vendored
@@ -25,6 +25,11 @@ declare module 'node-pty' {
|
||||
uid?: number;
|
||||
gid?: number;
|
||||
encoding?: string;
|
||||
/**
|
||||
* Whether to use the experimental ConPTY system on Windows. This setting will be ignored on
|
||||
* non-Windows.
|
||||
*/
|
||||
experimentalUseConpty?: boolean;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user