microsoft / python-language-server Public archive
master
Commits on Feb 18, 2022
Commits on Feb 17, 2022
-
Update azure-pipelines.yml for Azure Pipelines
Saving yaml because azdo says there is an error with the trigger and we need to re-save
Commits on Sep 8, 2021
Commits on May 19, 2021
-
* Try publish symbols task for pipeline instead of Microbuild task * Use different API key
-
Had wrong path set for binaries (#2150)
* Set up CI with Azure Pipelines [skip ci] * Add all the steps in the original pipeline * Add variables * Fix publish problem * Change strategy to a matrix * Try again * Try shorter name * Try a different way to speicify the job * spacing problem * Try reformatting with yamllint * Whoops * Put steps into separate file * Fix spacing again * Add missing steps that actually build stuff * Use OSTarget parameter correctly * Escape parameters usage * Use variable instead of parameters * Try different way to specify variables * Try again with original parameters * Need quotes for comparison of parameter * Too many quotes * Add symbol archiving * Only archive on 'any' project type * Wrong path for binaries
-
Set up CI with Azure Pipelines (#2149)
* Set up CI with Azure Pipelines [skip ci] * Add all the steps in the original pipeline * Add variables * Fix publish problem * Change strategy to a matrix * Try again * Try shorter name * Try a different way to speicify the job * spacing problem * Try reformatting with yamllint * Whoops * Put steps into separate file * Fix spacing again * Add missing steps that actually build stuff * Use OSTarget parameter correctly * Escape parameters usage * Use variable instead of parameters * Try different way to specify variables * Try again with original parameters * Need quotes for comparison of parameter * Too many quotes * Add symbol archiving * Only archive on 'any' project type
Commits on May 13, 2021
Commits on Oct 8, 2020
-
Mikhail Arkhipov committed
Oct 8, 2020
Commits on Oct 6, 2020
-
Mikhail Arkhipov committed
Oct 6, 2020 -
Commits on Jun 19, 2020
-
Undo loop optimization (#2077)
* Undo loop optimization * Undo loop optimization * Restore changes from unmergeable PRs * Unused file * Port changes from skipper PRs * Minimize changes * Further minimize * Further simplify * Fix test
Mikhail Arkhipov committedJun 19, 2020
Commits on May 1, 2020
-
Allow navigation to stubs (#1960)
* Remove stale reference * Don't suppress LHS diagnostics on augmented assign * Revert "Don't suppress LHS diagnostics on augmented assign" This reverts commit 6109ac7. * Escape [ and ] * PR feedback * Allow navigation to stubs * Better handle stubs for compiled modules * Fix typeshed path * Partial undo * Partial undo * Undo accidental change
Mikhail Arkhipov committedMay 1, 2020
Commits on Apr 24, 2020
-
Update SDK version in contribution instructions
Mikhail Arkhipov committedApr 24, 2020
Commits on Apr 17, 2020
-
Catch stack empty exception (#1998)
* Remove stale reference * Don't suppress LHS diagnostics on augmented assign * Revert "Don't suppress LHS diagnostics on augmented assign" This reverts commit 6109ac7. * Escape [ and ] * PR feedback * Catch stack exception * Undor some formatting * Catch specific exception * Log exception
Mikhail Arkhipov committedApr 17, 2020 -
Prevent unions with itself (#1997)
* Remove stale reference * Don't suppress LHS diagnostics on augmented assign * Revert "Don't suppress LHS diagnostics on augmented assign" This reverts commit 6109ac7. * Escape [ and ] * PR feedback * Prevent unions with itself * Add special Union comparison + test
Mikhail Arkhipov committedApr 17, 2020
Commits on Apr 1, 2020
-
Remove not implemented exception (#1982)
* Remove stale reference * Don't suppress LHS diagnostics on augmented assign * Revert "Don't suppress LHS diagnostics on augmented assign" This reverts commit 6109ac7. * Escape [ and ] * PR feedback * Remove exception
Mikhail Arkhipov committedApr 1, 2020
Commits on Mar 26, 2020
-
Reduce diagnostics publishing default to 200 ms (#1972)
* Remove stale reference * Don't suppress LHS diagnostics on augmented assign * Revert "Don't suppress LHS diagnostics on augmented assign" This reverts commit 6109ac7. * Escape [ and ] * PR feedback * Reduce diagnostics delay * Change default
Mikhail Arkhipov committedMar 26, 2020
Commits on Mar 20, 2020
-
Upgrade projects to .NET Core 3.1 (#1961)
* Remove stale reference * Don't suppress LHS diagnostics on augmented assign * Revert "Don't suppress LHS diagnostics on augmented assign" This reverts commit 6109ac7. * Escape [ and ] * PR feedback * Upgrade projects to .NET Core 3.1
Mikhail Arkhipov committedMar 20, 2020 -
Walk test condition of
whileso walrus operator can declare variabl……es (#1959) * Remove stale reference * Don't suppress LHS diagnostics on augmented assign * Revert "Don't suppress LHS diagnostics on augmented assign" This reverts commit 6109ac7. * Escape [ and ] * PR feedback * Handle while test part
Mikhail Arkhipov committedMar 20, 2020
Commits on Mar 19, 2020
-
Delegate assignment in sequences to main assignment handler (#1956)
* Remove stale reference * Don't suppress LHS diagnostics on augmented assign * Revert "Don't suppress LHS diagnostics on augmented assign" This reverts commit 6109ac7. * Escape [ and ] * PR feedback * Update dependencies * Back to 4.x LiteDB * Handle sequence assignment properly with locals/globals
Mikhail Arkhipov committedMar 19, 2020 -
Mikhail Arkhipov committed
Mar 19, 2020 -
Revert "Add submodules to completion list (#1896)"
This reverts commit c66e404.
Mikhail Arkhipov committedMar 19, 2020 -
Revert "Limit submodule search (#1953)"
This reverts commit 4e9ef9b.
Mikhail Arkhipov committedMar 19, 2020 -
Limit submodule search (#1953)
* Remove stale reference * Don't suppress LHS diagnostics on augmented assign * Revert "Don't suppress LHS diagnostics on augmented assign" This reverts commit 6109ac7. * Escape [ and ] * PR feedback * Limit submodule search
Mikhail Arkhipov committedMar 19, 2020
Commits on Mar 18, 2020
-
-
Support goto definition in library files (#1861)
* Remove stale reference * Don't suppress LHS diagnostics on augmented assign * Revert "Don't suppress LHS diagnostics on augmented assign" This reverts commit 6109ac7. * Escape [ and ] * PR feedback * Fix navigation to local unknown parameters * Enable option for library code navigation * Eval both sides of binary of for references * Simplify condition Co-authored-by: Jake Bailey <5341706+jakebailey@users.noreply.github.com>
-
Initial support added for textDocument/documentHighlight (#1767)
* Initial support added for textDocument/documentHighlight Change-Id: Ib13d86bc96a3702b0e0d79b27b7791898388e104 * Added two tests for DocumentHighlightSource Change-Id: I411c1d4daac84a6a12a95b11fa5781eaf42eeae9 * Code refactoring according to comments from reviewer Change-Id: If45beeafc9a40af5ac12b79d124c8021e9e492a9 Co-authored-by: Anders Stenman <anders.stenman@niradynamics.se> Co-authored-by: Jake Bailey <5341706+jakebailey@users.noreply.github.com>
-
Look into PATH for python if not provided in initialization opt… (#1949)
* Look into PATH for python if not provided in initialization options * Improve styling
-
Add loose fuzzy matching for workspace symbol queries (#1950)
* Add loose fuzzy matching for workspace symbol queries * Make function static
Commits on Feb 10, 2020
-
Add submodules to completion list (#1896)
* Remove stale reference * Don't suppress LHS diagnostics on augmented assign * Revert "Don't suppress LHS diagnostics on augmented assign" This reverts commit 6109ac7. * Escape [ and ] * PR feedback * Add imported submodules to completions * Fix test
Mikhail Arkhipov committedFeb 10, 2020
Commits on Jan 28, 2020
-
Fix exception in DefinitionSource (#1874)
* Remove stale reference * Don't suppress LHS diagnostics on augmented assign * Revert "Don't suppress LHS diagnostics on augmented assign" This reverts commit 6109ac7. * Escape [ and ] * PR feedback * Fix exception
Mikhail Arkhipov committedJan 28, 2020
Commits on Jan 10, 2020
-
Handle operators containing equals in fstring parsing (#1869)
* Handle operators containing equals in fstring parsing * Remove some dead code * Remove LINQ, simplify to property * Just append NextChar in the bufferer function, don't pipe down
Commits on Jan 8, 2020
-
Fix broken goto definition on unannotated function arguments (#1860)
* Remove stale reference * Don't suppress LHS diagnostics on augmented assign * Revert "Don't suppress LHS diagnostics on augmented assign" This reverts commit 6109ac7. * Escape [ and ] * PR feedback * Fix navigation to local unknown parameters * Eval both sides of binary of for references * Simplify condition
Mikhail Arkhipov committedJan 8, 2020