Rename useConpty option since it is now stable

This commit is contained in:
Lukas Geiger 2019-10-22 21:08:15 +01:00 committed by Benjamin Staneck
parent c67a815b45
commit eaab187a0c

View file

@ -117,7 +117,7 @@ module.exports = class Session extends EventEmitter {
// if config do not set the useConpty, it will be judged by the node-pty
if (typeof useConpty === 'boolean') {
options.experimentalUseConpty = useConpty;
options.useConpty = useConpty;
}
try {