Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: arduino/vscode-arduino-tools
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: arduino/vscode-arduino-tools
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: run-arduino-ls-in-code
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 14 commits
  • 8 files changed
  • 1 contributor

Commits on Jul 20, 2022

  1. Can start and debug extension from Code.

    Signed-off-by: Akos Kitta <[email protected]>
    Akos Kitta committed Jul 20, 2022
    Configuration menu
    Copy the full SHA
    57607d0 View commit details
    Browse the repository at this point in the history
  2. Can start LS on a skecth.

    Signed-off-by: Akos Kitta <[email protected]>
    Akos Kitta committed Jul 20, 2022
    Configuration menu
    Copy the full SHA
    8da7359 View commit details
    Browse the repository at this point in the history
  3. Use when.

    Signed-off-by: Akos Kitta <[email protected]>
    Akos Kitta committed Jul 20, 2022
    Configuration menu
    Copy the full SHA
    a02392b View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2022

  1. support for multi-ls

    Signed-off-by: Akos Kitta <[email protected]>
    Akos Kitta committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    99b2827 View commit details
    Browse the repository at this point in the history
  2. fixed sketches discovery.

    Signed-off-by: Akos Kitta <[email protected]>
    Akos Kitta committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    a5f6c87 View commit details
    Browse the repository at this point in the history
  3. fixed bug with get or create

    Signed-off-by: Akos Kitta <[email protected]>
    Akos Kitta committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    8945dd4 View commit details
    Browse the repository at this point in the history
  4. fixed verify

    Signed-off-by: Akos Kitta <[email protected]>
    Akos Kitta committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    623bf7e View commit details
    Browse the repository at this point in the history
  5. changed name to avoid vsx conflicts.

    Signed-off-by: Akos Kitta <[email protected]>
    Akos Kitta committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    0c36a05 View commit details
    Browse the repository at this point in the history
  6. save editors before verify

    Signed-off-by: Akos Kitta <[email protected]>
    Akos Kitta committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    f429c66 View commit details
    Browse the repository at this point in the history
  7. share vsx

    Signed-off-by: Akos Kitta <[email protected]>
    Akos Kitta committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    6717a75 View commit details
    Browse the repository at this point in the history
  8. fixed absolute path of glob matches

    Signed-off-by: Akos Kitta <[email protected]>
    Akos Kitta committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    918a334 View commit details
    Browse the repository at this point in the history
  9. published new vsix with the fix

    Signed-off-by: Akos Kitta <[email protected]>
    Akos Kitta committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    144a563 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2022

  1. Renamed the test VSIX.

    Signed-off-by: Akos Kitta <[email protected]>
    Akos Kitta committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    df6212d View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2022

  1. Handle compiler errors gracefully.

    Signed-off-by: Akos Kitta <[email protected]>
    Akos Kitta committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    85d2f53 View commit details
    Browse the repository at this point in the history
Loading