Skip to content

Commit

Permalink
Support reflow
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Tyriar committed Jan 1, 2019
1 parent 182bacc commit 77eb4b7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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==

[email protected]:
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==
[email protected]-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==

[email protected]:
version "6.1.2-preview"
Expand Down

0 comments on commit 77eb4b7

Please sign in to comment.