Skip to content
This repository has been archived by the owner. It is now read-only.
Permalink
master

Commits on Feb 17, 2022

  1. 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
    AdamYoblick committed Feb 17, 2022

Commits on Sep 8, 2021

Commits on May 19, 2021

  1. Use different API key (#2152)

    * Try publish symbols task for pipeline instead of Microbuild task
    
    * Use different API key
    rchiodo committed May 19, 2021
  2. 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
    rchiodo committed May 19, 2021
  3. 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
    rchiodo committed May 19, 2021

Commits on May 13, 2021

Commits on Oct 8, 2020

  1. Update references (#2114)

    Mikhail Arkhipov committed Oct 8, 2020

Commits on Oct 6, 2020

  1. Declare 3.9 (#2128)

    Mikhail Arkhipov committed Oct 6, 2020
  2. Update README.md (#2122)

    shayash22 committed Oct 6, 2020

Commits on Jun 19, 2020

  1. 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 committed Jun 19, 2020

Commits on May 1, 2020

  1. 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 committed May 1, 2020

Commits on Apr 24, 2020

  1. Update SDK version in contribution instructions

    Mikhail Arkhipov committed Apr 24, 2020

Commits on Apr 17, 2020

  1. 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 committed Apr 17, 2020
  2. 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 committed Apr 17, 2020

Commits on Apr 1, 2020

  1. 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 committed Apr 1, 2020

Commits on Mar 26, 2020

  1. 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 committed Mar 26, 2020

Commits on Mar 20, 2020

  1. 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 committed Mar 20, 2020
  2. Walk test condition of while so 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 committed Mar 20, 2020

Commits on Mar 19, 2020

  1. 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 committed Mar 19, 2020
  2. Update dependencies (#1954)

    Mikhail Arkhipov committed Mar 19, 2020
  3. Revert "Add submodules to completion list (#1896)"

    This reverts commit c66e404.
    Mikhail Arkhipov committed Mar 19, 2020
  4. Revert "Limit submodule search (#1953)"

    This reverts commit 4e9ef9b.
    Mikhail Arkhipov committed Mar 19, 2020
  5. 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 committed Mar 19, 2020

Commits on Mar 18, 2020

  1. 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>
    Mikhail Arkhipov and jakebailey committed Mar 18, 2020
  2. 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>
    3 people committed Mar 18, 2020
  3. 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
    jakebailey committed Mar 18, 2020
  4. Add loose fuzzy matching for workspace symbol queries (#1950)

    * Add loose fuzzy matching for workspace symbol queries
    
    * Make function static
    jakebailey committed Mar 18, 2020

Commits on Feb 10, 2020

  1. 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 committed Feb 10, 2020

Commits on Jan 28, 2020

  1. 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 committed Jan 28, 2020

Commits on Jan 10, 2020

  1. 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
    jakebailey committed Jan 10, 2020

Commits on Jan 8, 2020

  1. 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 committed Jan 8, 2020
Older