From 77eb4b7ad1a2a694d2402742f3deb0022b52b611 Mon Sep 17 00:00:00 2001 From: Daniel Imms Date: Mon, 31 Dec 2018 20:21:10 -0800 Subject: [PATCH] Support reflow The module version 3.10.0-beta9-reflow is based on the branch vscode-release/1.31-reflow which is forked from the normal vscode-release/1.31 as reflow is still in PR and could change. This will make managing the branch and reverting it if needed much easier. Fixes #23688 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index a00168c03a2..4b54404c43e 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "vscode-ripgrep": "^1.2.5", "vscode-sqlite3": "4.0.5", "vscode-textmate": "^4.0.1", - "vscode-xterm": "3.10.0-beta9", + "vscode-xterm": "3.10.0-beta9-reflow", "winreg": "^1.2.4", "yauzl": "^2.9.1", "yazl": "^2.4.3" diff --git a/yarn.lock b/yarn.lock index 8a70317950e..dc2c543419f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9428,10 +9428,10 @@ vscode-uri@^1.0.6: resolved "https://registry.yarnpkg.com/vscode-uri/-/vscode-uri-1.0.6.tgz#6b8f141b0bbc44ad7b07e94f82f168ac7608ad4d" integrity sha512-sLI2L0uGov3wKVb9EB+vIQBl9tVP90nqRvxSoJ35vI3NjxE8jfsE5DSOhWgSunHSZmKS4OCi2jrtfxK7uyp2ww== -vscode-xterm@3.10.0-beta9: - version "3.10.0-beta9" - resolved "https://registry.yarnpkg.com/vscode-xterm/-/vscode-xterm-3.10.0-beta9.tgz#7922712efcd12cec39eab376dce071fe80b9a1c0" - integrity sha512-KXLIAu/4kkxcFFdiA5DXaHDofkhFJ4jEsGx7g+Oczz3GUEqF2vTKi8d3DyvsWVQfbpqlP8C65gv+RpM/0qApZA== +vscode-xterm@3.10.0-beta9-reflow: + version "3.10.0-beta9-reflow" + resolved "https://registry.yarnpkg.com/vscode-xterm/-/vscode-xterm-3.10.0-beta9-reflow.tgz#ecad26dd6b66d359ac503a4507c69be7df00c31d" + integrity sha512-uRopVxov4A7X2DA+QMeuf87F/PsKsy7nvmlVaQ3gePcGxNexjI5l/BE/VoJvXGWtYU6vVi6tRe2Oko+esFyaaA== vso-node-api@6.1.2-preview: version "6.1.2-preview" -- GitLab