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

Add support for SnippetTextEdit vscode API #12047

Merged

Commits on Jan 10, 2023

  1. basic implementation of SnippetTextEdit

    includiing support in WorkspaceEdit
    
    Signed-off-by: Jonah Iden <[email protected]>
    jonah-iden committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    d4e4fbb View commit details
    Browse the repository at this point in the history
  2. possible solution for insertText from snippets

    when not inserting as SnippetTextEdit
    
    Signed-off-by: Jonah Iden <[email protected]>
    jonah-iden committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    d5dded3 View commit details
    Browse the repository at this point in the history
  3. working insert as snippet for snippetTextEdits

    Signed-off-by: Jonah Iden <[email protected]>
    jonah-iden committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    667ad2d View commit details
    Browse the repository at this point in the history
  4. readded new partition helper array method

    Signed-off-by: Jonah Iden <[email protected]>
    jonah-iden committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    85c4cc3 View commit details
    Browse the repository at this point in the history
  5. fixed duplicate import

    Signed-off-by: Jonah Iden <[email protected]>
    jonah-iden committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    5e98ae8 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2023

  1. review changes

    Signed-off-by: Jonah Iden <[email protected]>
    jonah-iden committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    05c462c View commit details
    Browse the repository at this point in the history
  2. instanceOf shortcut

    Co-authored-by: Mark Sujew <[email protected]>
    jonah-iden and msujew authored Jan 11, 2023
    Configuration menu
    Copy the full SHA
    3d92863 View commit details
    Browse the repository at this point in the history
  3. unneeded eslint-disable removed

    Signed-off-by: Jonah Iden <[email protected]>
    jonah-iden committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    6f31683 View commit details
    Browse the repository at this point in the history