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

Don't extend selection when completion is triggered by typing one or more trigger characters #78

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Sep 29, 2023

  1. Start adding tests to verify that language service is correctly inter…

    …preting the target location and its surrounding XML
    
    #71
    tintoy/msbuild-project-tools-server#129
    tintoy committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    a6e8260 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2023

  1. Include source component name in language-server log messages when lo…

    …g level is `Debug` or `Verbose`
    
    #71
    tintoy committed Sep 30, 2023
    Configuration menu
    Copy the full SHA
    bea189b View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2023

  1. Don't extend selection when completion is triggered by typing one or …

    …more trigger characters
    
    This is because VS Code behaviour has changed, and it no longer correctly handles extension of selection if it has inserted an auto-closing delimiter.
    
    #71
    tintoy committed Oct 15, 2023
    Configuration menu
    Copy the full SHA
    e7c8a92 View commit details
    Browse the repository at this point in the history