Ensure local host only if connection not available#10600
Merged
karthiknadig merged 2 commits intomicrosoft:masterfrom Mar 16, 2020
Merged
Ensure local host only if connection not available#10600karthiknadig merged 2 commits intomicrosoft:masterfrom
karthiknadig merged 2 commits intomicrosoft:masterfrom
Conversation
|
Kudos, SonarCloud Quality Gate passed!
|
Codecov Report
@@ Coverage Diff @@
## master #10600 +/- ##
==========================================
- Coverage 60.79% 60.77% -0.02%
==========================================
Files 579 579
Lines 31412 31412
Branches 4469 4469
==========================================
- Hits 19097 19091 -6
- Misses 11344 11348 +4
- Partials 971 973 +2
Continue to review full report at Codecov.
|
kimadeline
approved these changes
Mar 16, 2020
DonJayamanne
added a commit
that referenced
this pull request
Mar 17, 2020
* master: Move redux logging to a different file (#10605) Ensure local host only if connection not available (#10600) Fix a bunch of debugger issues (#10572) Bump acorn from 6.0.0 to 6.4.1 (#10570) Resize plot to fit within pdf page (#10547) Update dev build instructions to mention "python.insidersChannel" Install the ZMQ prebuilt binaries and verify ZMQ works on startup (#10551)
DonJayamanne
added a commit
that referenced
this pull request
Mar 17, 2020
* master: Fix merge issue Move redux logging to a different file (#10605) Disable custom editor API (#10604) Ensure local host only if connection not available (#10600) Delegate management of notebooks (creation and disposing) to I… (#10568) Refactor to accommodate upstream VSCode API changes (#10569) Use a single notebook beetween multiple native editors (#10514) Add support for synchronising edits between two nb editors of… (#10189) Fix tests in ds/custom_editor branch (#10512) Fix linter Reimplement custom editor using new API
karthiknadig
added a commit
to karthiknadig/vscode-python
that referenced
this pull request
Mar 18, 2020
* Ensure local host only if connection not available * Add news item
karthiknadig
added a commit
that referenced
this pull request
Mar 18, 2020
karthiknadig
added a commit
that referenced
this pull request
Mar 26, 2020
* Davidkutu/port intellisense fix (#10531) * Jupyter autocompletion will only show up on empty lines, instead of appearing in functions. * filter out magic commands instead of ignoring all the jupyter intellisense. * moved the new code to a function and created tests * removed pressCtrlSpace function * added comments * update changelog and delete news file * Rename datascience to datascience_modules (#10525) (#10528) * Rename datascience to datascience_modules (#10525) * Rename datascience to datascience_modules * Change name to something even harder to get wrong * Fix unit test failure for release * Ensure local host only if connection not available (#10600) (#10644) * Ensure local host only if connection not available * Add news item * Fix #10437: Update launch.json handling to support "listen" and "connect" (#10517) (#10654) Co-authored-by: Pavel Minaev <[email protected]> * Update version and change log (#10662) * Update version and change log * Fix flakey file system tests (#10541) Co-authored-by: Rich Chiodo <[email protected]> Co-authored-by: David Kutugata <[email protected]> Co-authored-by: Rich Chiodo <[email protected]> Co-authored-by: Pavel Minaev <[email protected]>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
For #10597
This is currently breaking multi-proc in insiders. This feature is not shipped yet, so stable is fine.