Skip to content
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

Release 0.9.1 #458

Merged
merged 39 commits into from
Dec 19, 2017
Merged

Release 0.9.1 #458

merged 39 commits into from
Dec 19, 2017

Conversation

DonJayamanne
Copy link

Merge fixes into master

octref and others added 30 commits November 3, 2017 13:11

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Archive of 0.7.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
* 'master' of https://github.com/Microsoft/vscode-python:
  Fixes #56 list all environments (#219)
  Fixes #57 Disable activation on debugging (#220)
  Fixes #26 Do not run linters when linters are disabled (#222)

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
* upstream/master:
  Fix typo in README.md (#252)
  Disable linter without workspaces (#241)

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
* upstream/master:
  Fix feedback service (#246)
  Fix django context initializer (#248)
  disable generation of tags file upon extension load (#264)

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
* upstream/master:
  Resolve pythonPath before comparing it to shebang (#273)

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
* upstream/master:
  Fixes #22 to Detect anaconda from known locations  (#221)
  Use workspaceFolder token instead of workspaceRoot (#267)
  Fix registry lookup response (#224)
  Fix issues when running without debugging and debugged code terminates (#249)

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
* upstream/master:
  Fix debugging tests (#304)

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
* upstream/master:
  Remove jupyter functionality in favor of Jupyter extension (#302)
  Drop Python 2 URLs (#307)

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
* upstream/master:
  Remove setting python.formatting.formatOnSave in favor of the vs code setting (#312)

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
* upstream/master:
  Remove setting linting.lintOnTextChange as it was never implemented (#315)

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
* upstream/master:
  Fix travis build error (#326)

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
* upstream/master:
  add new npm deps with improved gulp for dev (#328)

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
* upstream/master:
  Update version of inversify package (#329)

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
* upstream/master:
  Document our dev process (#330)

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
* upstream/master:
  Document contribution to the code along with coding standards (#321)

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
* upstream/master:
  Add Simplified Chinese translation of commands (#240)

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
* upstream/master:
  Fix package.json (#347)

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
* upstream/master:
  #34, #110 - suppress Intellisense in strings and comments (#339)
  Re-factor code python execution framework  (#345)

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
* upstream/master:
  Fix linters to make use of the new python code execution framework (#360)
  Update the versioning scheme (#356)
  Make npm happy in regards to line endings (#357)

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
* upstream/master:
  Ensure python path is not set if already set in user settings (#369)
  Use 'an' rather than 'a' before vowel words (#373)

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
* upstream/master:
  Use new environment variable parser (#362)

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
* upstream/master:
  Fetch tooltip details on-demand for auto-completions (#368)
  Fix interpreter display (#391)

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
* upstream/master:
  Fix typo in completion details  (#396)
  Fix encoding (#394)

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
* upstream/master:
  Fix hover test (#398)

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
* upstream/master:
  Fix unicode unit test (#400)

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
* upstream/master:
  Pass execution arguments to linter when run as a stand alone executable (#406)

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
* upstream/master:
  Update the TPN (#415)
  0.9.0 release details (#407)

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
* Conditionally import `reflect-metadata` (fixes #432)
    * Once within the extension  
    * Once within the debugger  
    * Once within the unittests  
* Fully qualify the `path` module (fixes #454)

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
updated date

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
@DonJayamanne
Copy link
Author

@MikhailArkhipov just merging the fixes from 0.9.1 into master (you just reviewed these changes in another PR)

@DonJayamanne DonJayamanne merged commit 9c3d9f7 into master Dec 19, 2017
DonJayamanne added a commit that referenced this pull request Jan 9, 2018

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
* upstream/master:
  Release 0.9.1 (#458)
  Add localization for Japanese (#434)
  Add Svn to uriSchemesToIgnore (#443)
@brettcannon brettcannon deleted the Release-0.9.1 branch February 1, 2018 20:21
@lock lock bot locked as resolved and limited conversation to collaborators Jul 31, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants