-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: remove outdated notes on splits from roadmap #3564
Conversation
Travis tests have failedHey @jkillian, Node.js: 8if [[ $(git diff-index HEAD -- *.js *.ts *.md) ]]; then git diff; echo "Prettier Failed. Run `gulp forceprettier` and commit changes to resolve."; exit 1; fi
TravisBuddy Request Identifier: 41a358f0-4164-11e9-b4f6-c1bea236eaae |
Travis tests have failedHey @jkillian, Node.js: 8if [[ $(git diff-index HEAD -- *.js *.ts *.md) ]]; then git diff; echo "Prettier Failed. Run `gulp forceprettier` and commit changes to resolve."; exit 1; fi
TravisBuddy Request Identifier: 50ef5cf0-4164-11e9-b4f6-c1bea236eaae |
new Range(cursorStart, cursorStop), | ||
new Range(cursorStart, cursorStop) | ||
]; | ||
const initialCursors = [new Range(cursorStart, cursorStop), new Range(cursorStart, cursorStop)]; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
gulp forceprettier
seems to have made a few unrelated changes, I left them in since it seemed harmless
Thanks @jkillian |
Hey @jkillian, TravisCI finished with status TravisBuddy Request Identifier: 7870d570-41fe-11e9-b594-dbf9d598ca9b |
What this PR does / why we need it:
Removes some outdated notes from the roadmap about VSCode window limitations that were no longer new.