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

Work around VSC issue with formatting on save #624 #635

Merged
merged 90 commits into from
Jan 29, 2018
Merged

Work around VSC issue with formatting on save #624 #635

merged 90 commits into from
Jan 29, 2018

Commits on Dec 1, 2017

  1. Basic tokenizer

    MikhailArkhipov committed Dec 1, 2017
    Configuration menu
    Copy the full SHA
    7675901 View commit details
    Browse the repository at this point in the history
  2. Fixed property names

    MikhailArkhipov committed Dec 1, 2017
    Configuration menu
    Copy the full SHA
    eb42669 View commit details
    Browse the repository at this point in the history
  3. Tests, round I

    MikhailArkhipov committed Dec 1, 2017
    Configuration menu
    Copy the full SHA
    2756974 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2017

  1. Tests, round II

    MikhailArkhipov committed Dec 2, 2017
    Configuration menu
    Copy the full SHA
    c2c1ced View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2017

  1. merge master

    MikhailArkhipov committed Dec 3, 2017
    Configuration menu
    Copy the full SHA
    a108c96 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2017

  1. tokenizer test

    MikhailArkhipov committed Dec 4, 2017
    Configuration menu
    Copy the full SHA
    14864a5 View commit details
    Browse the repository at this point in the history
  2. Remove temorary change

    MikhailArkhipov committed Dec 4, 2017
    Configuration menu
    Copy the full SHA
    0ed51d6 View commit details
    Browse the repository at this point in the history
  3. Fix merge issue

    MikhailArkhipov committed Dec 4, 2017
    Configuration menu
    Copy the full SHA
    51b544c View commit details
    Browse the repository at this point in the history
  4. Merge conflict

    MikhailArkhipov committed Dec 4, 2017
    Configuration menu
    Copy the full SHA
    3cd11e6 View commit details
    Browse the repository at this point in the history
  5. Merge conflict

    MikhailArkhipov committed Dec 4, 2017
    Configuration menu
    Copy the full SHA
    82e0ad1 View commit details
    Browse the repository at this point in the history
  6. Completion test

    Mikhail Arkhipov committed Dec 4, 2017
    Configuration menu
    Copy the full SHA
    9295c1a View commit details
    Browse the repository at this point in the history
  7. Fix last line

    Mikhail Arkhipov committed Dec 4, 2017
    Configuration menu
    Copy the full SHA
    06eb1a5 View commit details
    Browse the repository at this point in the history
  8. Fix javascript math

    Mikhail Arkhipov committed Dec 4, 2017
    Configuration menu
    Copy the full SHA
    e9db8e0 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2017

  1. Merge master

    Mikhail Arkhipov committed Dec 5, 2017
    Configuration menu
    Copy the full SHA
    d12ca03 View commit details
    Browse the repository at this point in the history
  2. Make test await for results

    MikhailArkhipov committed Dec 5, 2017
    Configuration menu
    Copy the full SHA
    d8ab041 View commit details
    Browse the repository at this point in the history
  3. Add license headers

    MikhailArkhipov committed Dec 5, 2017
    Configuration menu
    Copy the full SHA
    db75cd0 View commit details
    Browse the repository at this point in the history
  4. Rename definitions to types

    MikhailArkhipov committed Dec 5, 2017
    Configuration menu
    Copy the full SHA
    9ab2c47 View commit details
    Browse the repository at this point in the history
  5. License headers

    MikhailArkhipov committed Dec 5, 2017
    Configuration menu
    Copy the full SHA
    d587485 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1da5e0a View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2017

  1. Configuration menu
    Copy the full SHA
    7668cee View commit details
    Browse the repository at this point in the history
  2. Fix typo in completion details (typo)

    MikhailArkhipov committed Dec 11, 2017
    Configuration menu
    Copy the full SHA
    1ac4932 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2017

  1. Fix hover test

    MikhailArkhipov committed Dec 12, 2017
    Configuration menu
    Copy the full SHA
    2aa5a6c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5db31bd View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2017

  1. Russian translations

    MikhailArkhipov committed Dec 13, 2017
    Configuration menu
    Copy the full SHA
    560d2af View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c71024d View commit details
    Browse the repository at this point in the history
  3. Update to better translation

    MikhailArkhipov committed Dec 13, 2017
    Configuration menu
    Copy the full SHA
    31aa087 View commit details
    Browse the repository at this point in the history
  4. Fix typo

    MikhailArkhipov committed Dec 13, 2017
    Configuration menu
    Copy the full SHA
    593ae05 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e6d69bb View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2017

  1. Fix #70 How to get all parameter info when filling in a function para…

    …m list
    MikhailArkhipov committed Dec 14, 2017
    Configuration menu
    Copy the full SHA
    b5a23d3 View commit details
    Browse the repository at this point in the history
  2. Clean up

    MikhailArkhipov committed Dec 14, 2017
    Configuration menu
    Copy the full SHA
    cd200f7 View commit details
    Browse the repository at this point in the history
  3. Clean imports

    MikhailArkhipov committed Dec 14, 2017
    Configuration menu
    Copy the full SHA
    7c33228 View commit details
    Browse the repository at this point in the history
  4. CR feedback

    MikhailArkhipov committed Dec 14, 2017
    Configuration menu
    Copy the full SHA
    c4a6b90 View commit details
    Browse the repository at this point in the history
  5. Trim whitespace for test stability

    MikhailArkhipov committed Dec 14, 2017
    Configuration menu
    Copy the full SHA
    f85b848 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2017

  1. More tests

    MikhailArkhipov committed Dec 15, 2017
    Configuration menu
    Copy the full SHA
    37c210b View commit details
    Browse the repository at this point in the history
  2. Better handle no-parameters documentation

    MikhailArkhipov committed Dec 15, 2017
    Configuration menu
    Copy the full SHA
    61a5650 View commit details
    Browse the repository at this point in the history
  3. Better handle ellipsis and Python3

    Mikhail Arkhipov committed Dec 15, 2017
    Configuration menu
    Copy the full SHA
    a10305e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bfcae78 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2017

  1. Configuration menu
    Copy the full SHA
    42a5f79 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2018

  1. Configuration menu
    Copy the full SHA
    e4ba322 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2018

  1. Configuration menu
    Copy the full SHA
    7baec1a View commit details
    Browse the repository at this point in the history
  2. #385 Auto-Indentation doesn't work after comment

    MikhailArkhipov committed Jan 9, 2018
    Configuration menu
    Copy the full SHA
    9cb43e7 View commit details
    Browse the repository at this point in the history
  3. #141 Auto indentation broken when return keyword involved

    MikhailArkhipov committed Jan 9, 2018
    Configuration menu
    Copy the full SHA
    5a9c3fd View commit details
    Browse the repository at this point in the history
  4. Undo changes

    MikhailArkhipov committed Jan 9, 2018
    Configuration menu
    Copy the full SHA
    9800c4a View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2018

  1. Configuration menu
    Copy the full SHA
    3205d33 View commit details
    Browse the repository at this point in the history
  2. Round I

    MikhailArkhipov committed Jan 11, 2018
    Configuration menu
    Copy the full SHA
    de6a59c View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2018

  1. Round 2

    MikhailArkhipov committed Jan 12, 2018
    Configuration menu
    Copy the full SHA
    c374a43 View commit details
    Browse the repository at this point in the history
  2. Round 3

    MikhailArkhipov committed Jan 12, 2018
    Configuration menu
    Copy the full SHA
    d1f429b View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2018

  1. Round 4

    MikhailArkhipov committed Jan 13, 2018
    Configuration menu
    Copy the full SHA
    7eca943 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2018

  1. Round 5

    MikhailArkhipov committed Jan 16, 2018
    Configuration menu
    Copy the full SHA
    595f63c View commit details
    Browse the repository at this point in the history
  2. no message

    MikhailArkhipov committed Jan 16, 2018
    Configuration menu
    Copy the full SHA
    86e3e05 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2018

  1. Round 6

    MikhailArkhipov committed Jan 17, 2018
    Configuration menu
    Copy the full SHA
    c02bd84 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2018

  1. Round 7

    MikhailArkhipov committed Jan 18, 2018
    Configuration menu
    Copy the full SHA
    c15fdb2 View commit details
    Browse the repository at this point in the history
  2. Clean up targets and messages

    MikhailArkhipov committed Jan 18, 2018
    Configuration menu
    Copy the full SHA
    29833eb View commit details
    Browse the repository at this point in the history
  3. Settings propagation

    MikhailArkhipov committed Jan 18, 2018
    Configuration menu
    Copy the full SHA
    5c729db View commit details
    Browse the repository at this point in the history
  4. Tests

    MikhailArkhipov committed Jan 18, 2018
    Configuration menu
    Copy the full SHA
    a5aa108 View commit details
    Browse the repository at this point in the history
  5. Test warning

    MikhailArkhipov committed Jan 18, 2018
    Configuration menu
    Copy the full SHA
    7848d1b View commit details
    Browse the repository at this point in the history
  6. Fix installer tests

    MikhailArkhipov committed Jan 18, 2018
    Configuration menu
    Copy the full SHA
    2da60af View commit details
    Browse the repository at this point in the history
  7. Tests

    MikhailArkhipov committed Jan 18, 2018
    Configuration menu
    Copy the full SHA
    372c855 View commit details
    Browse the repository at this point in the history
  8. Merge branch 'master' of https://github.com/Microsoft/vscode-python i…

    …nto lint
    MikhailArkhipov committed Jan 18, 2018
    Configuration menu
    Copy the full SHA
    3800516 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2018

  1. Merge branch 'master' of https://github.com/Microsoft/vscode-python i…

    …nto lint
    MikhailArkhipov committed Jan 19, 2018
    Configuration menu
    Copy the full SHA
    d3afee8 View commit details
    Browse the repository at this point in the history
  2. Test fixes

    MikhailArkhipov committed Jan 19, 2018
    Configuration menu
    Copy the full SHA
    2f361f5 View commit details
    Browse the repository at this point in the history
  3. Fix terminal service and tests async/await

    MikhailArkhipov committed Jan 19, 2018
    Configuration menu
    Copy the full SHA
    384ca3a View commit details
    Browse the repository at this point in the history
  4. Fix mock setup

    MikhailArkhipov committed Jan 19, 2018
    Configuration menu
    Copy the full SHA
    4dc23fb View commit details
    Browse the repository at this point in the history
  5. Test fix

    MikhailArkhipov committed Jan 19, 2018
    Configuration menu
    Copy the full SHA
    82e4d52 View commit details
    Browse the repository at this point in the history
  6. Test async/await fix

    MikhailArkhipov committed Jan 19, 2018
    Configuration menu
    Copy the full SHA
    8207953 View commit details
    Browse the repository at this point in the history
  7. Test fix + activate tslint on awaits

    MikhailArkhipov committed Jan 19, 2018
    Configuration menu
    Copy the full SHA
    8b701d2 View commit details
    Browse the repository at this point in the history
  8. Use command manager

    MikhailArkhipov committed Jan 19, 2018
    Configuration menu
    Copy the full SHA
    c5ece0a View commit details
    Browse the repository at this point in the history
  9. Work around updateSettings

    MikhailArkhipov committed Jan 19, 2018
    Configuration menu
    Copy the full SHA
    5972c11 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2018

  1. Multiroot fixes, partial

    MikhailArkhipov committed Jan 20, 2018
    Configuration menu
    Copy the full SHA
    11a4891 View commit details
    Browse the repository at this point in the history
  2. More workarounds

    MikhailArkhipov committed Jan 20, 2018
    Configuration menu
    Copy the full SHA
    84562bf View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2018

  1. Multiroot tests

    Mikhail Arkhipov committed Jan 21, 2018
    Configuration menu
    Copy the full SHA
    b5c547a View commit details
    Browse the repository at this point in the history
  2. Fix installer test

    Mikhail Arkhipov committed Jan 21, 2018
    Configuration menu
    Copy the full SHA
    ecb90a6 View commit details
    Browse the repository at this point in the history
  3. Test fixes

    Mikhail Arkhipov committed Jan 21, 2018
    Configuration menu
    Copy the full SHA
    cd79d03 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2018

  1. Disable prospector

    MikhailArkhipov committed Jan 22, 2018
    Configuration menu
    Copy the full SHA
    27a4244 View commit details
    Browse the repository at this point in the history
  2. Enable dispose in all cases

    MikhailArkhipov committed Jan 22, 2018
    Configuration menu
    Copy the full SHA
    34365a5 View commit details
    Browse the repository at this point in the history
  3. Fix event firing

    MikhailArkhipov committed Jan 22, 2018
    Configuration menu
    Copy the full SHA
    9071ea8 View commit details
    Browse the repository at this point in the history
  4. Min pylint options

    MikhailArkhipov committed Jan 22, 2018
    Configuration menu
    Copy the full SHA
    4e2c620 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2018

  1. Min checkers & pylintrc discovery

    MikhailArkhipov committed Jan 23, 2018
    Configuration menu
    Copy the full SHA
    c090581 View commit details
    Browse the repository at this point in the history
  2. Fix Windows path in tests for Travis

    MikhailArkhipov committed Jan 23, 2018
    Configuration menu
    Copy the full SHA
    96fcba1 View commit details
    Browse the repository at this point in the history
  3. Fix Mac test

    Mikhail Arkhipov committed Jan 23, 2018
    Configuration menu
    Copy the full SHA
    25c7d0a View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2018

  1. Merge branch 'master' of https://github.com/Microsoft/vscode-python i…

    …nto lint
    
    Fix Windows terminal tests
    MikhailArkhipov committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    c824c3e View commit details
    Browse the repository at this point in the history
  2. Merge branch 'lint' of https://github.com/MikhailArkhipov/vscode-python

    … into lint
    MikhailArkhipov committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    9de1d81 View commit details
    Browse the repository at this point in the history
  3. Test fix

    MikhailArkhipov committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    36e2fa9 View commit details
    Browse the repository at this point in the history
  4. Work around VSC issue with formatting on save #624

    MikhailArkhipov committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    dfdca98 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2018

  1. Workaround test

    MikhailArkhipov committed Jan 25, 2018
    Configuration menu
    Copy the full SHA
    96a81ca View commit details
    Browse the repository at this point in the history
  2. Unused

    MikhailArkhipov committed Jan 25, 2018
    Configuration menu
    Copy the full SHA
    368c173 View commit details
    Browse the repository at this point in the history
  3. Merge master

    MikhailArkhipov committed Jan 25, 2018
    Configuration menu
    Copy the full SHA
    3999c90 View commit details
    Browse the repository at this point in the history
  4. Old file

    MikhailArkhipov committed Jan 25, 2018
    Configuration menu
    Copy the full SHA
    ae81702 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2018

  1. Use version instead of content

    MikhailArkhipov committed Jan 29, 2018
    Configuration menu
    Copy the full SHA
    a31b3fd View commit details
    Browse the repository at this point in the history
  2. Update tests

    MikhailArkhipov committed Jan 29, 2018
    Configuration menu
    Copy the full SHA
    d9c7d3d View commit details
    Browse the repository at this point in the history