forked from DonJayamanne/pythonVSCode
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Ability to install modules using pip or conda #380
Merged
DonJayamanne
merged 151 commits into
microsoft:master
from
DonJayamanne:CondaModuleInstaller
Dec 11, 2017
Merged
Changes from 8 commits
Commits
Show all changes
151 commits
Select commit
Hold shift + click to select a range
ecc1ca9
Fix Microsoft/vscode#37627 (#1368)
octref 7c5778c
Version 0.7.0 of extension (#1381)
DonJayamanne 9d1bf82
Update README.md
DonJayamanne ffba179
Update README.md
DonJayamanne 905c713
sync fork with upstream
DonJayamanne acc2109
fix readme
DonJayamanne d470523
Merge branch 'master' of https://github.com/Microsoft/vscode-python
DonJayamanne d32a546
run without debugging
DonJayamanne 3f14d0a
send terminated event when process ends and fix linters
DonJayamanne f37803f
gracefully handle program termination
DonJayamanne d69940e
use vscode infrastructure to launch code in terminals
DonJayamanne d392e8b
merged upstream
DonJayamanne 11c9514
merged
DonJayamanne 38befc0
ensure to check if launchArgs is not null
DonJayamanne bea91fc
ensure to check if launchArgs is not null
DonJayamanne 0bb9054
ensure to check if launchArgs is not null
DonJayamanne a105a20
fix code review comments
DonJayamanne 8b2fd7c
fixed code review comments
DonJayamanne 5a7d21e
Merge branch 'master' into RunWithoutDebug
DonJayamanne acd90c5
Merge branch 'master' into RunWithoutDebug
DonJayamanne 09b3359
fixes #250, do not copy all env variables
DonJayamanne 9616eef
bug fix, launch using vscode and then fallback
DonJayamanne f9fe2a8
fix linter issue
DonJayamanne 4963632
platform process services
DonJayamanne edbe63e
tests for decoder
DonJayamanne 47acd08
tests for process service
DonJayamanne 284e221
test to check source
DonJayamanne b27496b
tests for process utils
DonJayamanne 92f775f
Merge remote-tracking branch 'upstream/master'
DonJayamanne 23fe3da
fix imports
DonJayamanne 0277ca1
rename file
DonJayamanne bbc8290
environment variable parser
DonJayamanne 29b5489
refactored variable services
DonJayamanne 5e7a61b
environment variable caching service
DonJayamanne 81af0e5
remove unwanted file
DonJayamanne e0ea914
process execution with unit tests
DonJayamanne f0c1978
process execution with unit tests
DonJayamanne 32a6e53
Merge remote-tracking branch 'upstream/master'
DonJayamanne 4b30f2c
Merge remote-tracking branch 'upstream/master'
DonJayamanne e396752
Merge remote-tracking branch 'upstream/master'
DonJayamanne 4c0bdb1
merged master
DonJayamanne 3b71463
ensure env vars are always provided
DonJayamanne b5d9b1a
use range instead of xrange
DonJayamanne 56ce88b
import reflect-metadata
DonJayamanne eff4792
Merge remote-tracking branch 'upstream/master'
DonJayamanne 4553c28
Merge remote-tracking branch 'upstream/master'
DonJayamanne 6382e96
added unit tests for python process and other services
DonJayamanne 8ab2eb5
clean up of test runners and collectors
DonJayamanne 39f272f
merged master
DonJayamanne b05a940
fix debugging unit tests and issue with used ports
DonJayamanne 5049ed9
refactor code
DonJayamanne 3c6520a
Merge remote-tracking branch 'upstream/master'
DonJayamanne 966e516
Merge remote-tracking branch 'upstream/master'
DonJayamanne 63d2d65
Merge remote-tracking branch 'upstream/master'
DonJayamanne f6d469e
Merge remote-tracking branch 'upstream/master'
DonJayamanne eced312
Merge branch 'master' into FixCodeExec
DonJayamanne ce930dc
fix for rx compilation issues
DonJayamanne 53bbc1e
fixed linter issues and injected test debug launcher
DonJayamanne f0c4714
improvements to build scripts
DonJayamanne db0e778
update
DonJayamanne 024509d
udpates to launc and tasks
DonJayamanne a32f846
add package-lock
DonJayamanne 83a1ce5
fix linter errors
DonJayamanne 560752b
add gulp-debounced-watch
DonJayamanne 1addf10
refactor
DonJayamanne 73c7c81
refactor unit tests to use DI
DonJayamanne 07a8a18
read env variable instead on demand
DonJayamanne b4f5c10
refactor
DonJayamanne f14df93
fix #327, handle all promise rejections
DonJayamanne e856fe8
remove invalid item
DonJayamanne 029e055
Merge remote-tracking branch 'upstream/master'
DonJayamanne f0ba6d7
fixes to move interfaces around for DI
DonJayamanne 6dcf879
improved bounce
DonJayamanne 71c2531
bug fix
DonJayamanne e8c71c0
Merge remote-tracking branch 'upstream/master'
DonJayamanne b5c51c4
merged master
DonJayamanne 7e6ee4c
DI for unit tests
DonJayamanne 51cf9d2
Merge remote-tracking branch 'upstream/master'
DonJayamanne 13df41b
perf improvement
DonJayamanne 4968ebd
improvements
DonJayamanne 7aadc43
Merge remote-tracking branch 'upstream/master'
DonJayamanne aa4062e
incremental changes
DonJayamanne 9ef2465
refactored
DonJayamanne 0e15e8d
pytest tests
DonJayamanne 5a60422
add tests for nosetests
DonJayamanne 5cfb06f
added more nose tests
DonJayamanne b2b7dc6
better options
DonJayamanne 35b8255
fix issue
DonJayamanne 7854924
reduce tests
DonJayamanne d69fd1a
remove duplicate registration
DonJayamanne 317cf88
use mock out put for format tests
DonJayamanne 07e0710
debug
DonJayamanne 9e0d27a
debug
DonJayamanne 5a22791
Fix tests
DonJayamanne fec7d51
Merge branch 'master' into FixCodeExec
DonJayamanne 0c4003f
Merge branch 'FixCodeExec' of https://github.com/DonJayamanne/pythonV…
DonJayamanne 9d6194b
removed unused method
DonJayamanne 34158ba
speed up gulp
DonJayamanne c823315
removed unwanted setting
DonJayamanne e349e56
ensure chai 4.0.6 is used in tsd
DonJayamanne a1fea85
fixes
DonJayamanne cb0a354
bitwise operations are allowed
DonJayamanne f0f5c59
Merge remote-tracking branch 'upstream/master'
DonJayamanne c464a2a
merged
DonJayamanne 011dca1
enforce eol in vscode
DonJayamanne bfb8036
enforce new line
DonJayamanne 761f057
removed ts coding conventions
DonJayamanne b2b9da9
Merge remote-tracking branch 'upstream/master'
DonJayamanne 51b6c81
Use spaces instead of tabs
DonJayamanne 7fd36fc
merged master
DonJayamanne ada46ba
added missing license headers and fix linter warnings
DonJayamanne c5e2d5d
fix code comments
DonJayamanne b756ee8
fix code comments
DonJayamanne 30a4091
Merge remote-tracking branch 'upstream/master'
DonJayamanne de14c78
merged
DonJayamanne 22e90fb
use new execution framework in linters
DonJayamanne b16d2f9
Merge remote-tracking branch 'upstream/master'
DonJayamanne d1079a2
merge master
DonJayamanne c0a2787
fix linter issues
DonJayamanne 479a3c2
centralize creation of output channels
DonJayamanne 514f654
bug fix
DonJayamanne 2b3f2ef
code refactor
DonJayamanne 51de97b
use new env vars parser with minor tweeks
DonJayamanne 088fb6b
move installer into separate directory
DonJayamanne 618421e
added conda installer
DonJayamanne 0f24faa
add rope as a requirement for the tests
DonJayamanne c8db345
Merge remote-tracking branch 'upstream/master'
DonJayamanne cf4fb98
merge master
DonJayamanne 0a0fbb4
merge master
DonJayamanne 951ce86
add conda module installer
DonJayamanne 0df7f16
Merge remote-tracking branch 'upstream/master'
DonJayamanne 1e298d1
conda installer with necessary args
DonJayamanne a85724a
perf improvement
DonJayamanne 7b30809
better ex handling
DonJayamanne b8b24f2
check conda versions
DonJayamanne ef33c16
fixes #378
DonJayamanne 76e8fba
fix errors in conda installer
DonJayamanne 3ccc881
Merge remote-tracking branch 'upstream/master'
DonJayamanne cd328df
merge master
DonJayamanne 2d859c9
fixed errors in merge
DonJayamanne d18575e
fixed unit tests
DonJayamanne c1ab174
Fixed tests
DonJayamanne bdf9ebd
remove unwanted test
DonJayamanne a5de30d
fix review comments, disable format check (not working on win)
DonJayamanne 31b3dd7
Merge branch 'master' into CondaModuleInstaller
DonJayamanne 4ae4cd7
Merge branch 'master' into CondaModuleInstaller
DonJayamanne e3ac25d
fixed typo
DonJayamanne 33f4232
Merge branch 'CondaModuleInstaller' of https://github.com/DonJayamann…
DonJayamanne 39f77bc
Fix unit test (send unicode output as unicode string)
DonJayamanne 89373bb
reverted change to test oopsy
DonJayamanne b5a3bae
added missing period
DonJayamanne File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.
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.
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.
Left in commented-out code.