-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Fixes bug while trying to run / debug a pyramid application on windows #523
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
Conversation
Archive of 0.7.0
* upstream/master: Resolve pythonPath before comparing it to shebang (#273)
* upstream/master: Fix debugging tests (#304)
* upstream/master: Remove setting python.formatting.formatOnSave in favor of the vs code setting (#312)
* upstream/master: Remove setting linting.lintOnTextChange as it was never implemented (#315)
* upstream/master: Fix travis build error (#326)
* upstream/master: add new npm deps with improved gulp for dev (#328)
* upstream/master: Update version of inversify package (#329)
* upstream/master: Document our dev process (#330)
* upstream/master: Document contribution to the code along with coding standards (#321)
* upstream/master: Add Simplified Chinese translation of commands (#240)
* upstream/master: Fix package.json (#347)
* upstream/master: Use new environment variable parser (#362)
* upstream/master: Fix hover test (#398)
* upstream/master: Fix unicode unit test (#400)
* upstream/master: Pass execution arguments to linter when run as a stand alone executable (#406)
* upstream/master: Make use of new execution layer instead of spawning processes (#425) Use localhost instead of 0.0.0.0 for all local socket servers (#417) Provide full signature help with highlighted parameter (#416) Change `os.arch()` to `npm` `arch` to fix wrong arch detection. (#419) Document our Russian support (#424) Bump the version number to the next release as an alpha (#422) Russian translation (#411) Speed up virtual environment detection in workspace (#405)
* upstream/master: Refactor formatters to use new execution framework (#426)
@jpfarias thanks for the PR, unfortunately some changes have been made since you submitted your PR, thereby causing the tests to fail. |
…pplication on windows platform
@jpfarias this PR too is failling. Looks like you haven't updated your fork. |
Yeah I didn't know how to sync so I removed my old repository and forked directly from Microsoft/vscode-python then submitted a new PR #530 which I think is synced already, even though it also failed here on github, the error on the log is network related so I doubt it is my fault :-) |
The Pyramid debugger tries to find
pserve
on all platforms. On windows it should look forpserve.exe
instead.