Thanks to visit codestin.com
Credit goes to github.com

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: vscode-arduino/vscode-arduino
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.7.0
Choose a base ref
...
head repository: vscode-arduino/vscode-arduino
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 12 commits
  • 16 files changed
  • 5 contributors

Commits on Sep 3, 2024

  1. Update arduinoSettings.ts (2) (#16)

    Merge of @rgot-org fix to arduinoSettings.ts
    
    ---------
    
    Co-authored-by: Francois Riotte <[email protected]>
    lersi and rgot-org authored Sep 3, 2024
    Configuration menu
    Copy the full SHA
    48b217c View commit details
    Browse the repository at this point in the history
  2. Create dependabot.yml

    Added dependency bot configuration
    lersi authored Sep 3, 2024
    Configuration menu
    Copy the full SHA
    549c318 View commit details
    Browse the repository at this point in the history
  3. fix dependabot.yml (#18)

    lersi authored Sep 3, 2024
    Configuration menu
    Copy the full SHA
    c7f1ea9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d65b8eb View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2024

  1. Added build container (#29)

    lersi authored Sep 8, 2024
    Configuration menu
    Copy the full SHA
    6fe7b91 View commit details
    Browse the repository at this point in the history
  2. Release 0.7.1 (#30)

    lersi authored Sep 8, 2024
    Configuration menu
    Copy the full SHA
    20b33ac View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2024

  1. Bump eslint-plugin-promise from 5.2.0 to 6.00 (#20)

    Bump eslint-plugin-promise from 5.2.0 to 6.0.0
    Updated build.yaml to use upload-artifacts@v4
    fixed a bug that double download Arduino-cli tools
    Bump typescript-eslint/eslint-plugin from 4.31.1 to 5.62.0
    Bump typescript-eslint/parser from 4.31.1 to 5.62.0
    Bump eslint from 7.32.0 to 8.0.1
    Bump eslint-config-standard from 16.0.3 to 17.1.0
    Removed eslint-plugin-standard
    
    Co-authored-by: lior <[email protected]>
    dependabot[bot] and lersi authored Sep 14, 2024
    Configuration menu
    Copy the full SHA
    fce3105 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2024

  1. fixed build system (#41)

    fixed string_decoder dependency
    lersi authored Oct 12, 2024
    Configuration menu
    Copy the full SHA
    b485392 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2024

  1. Bump plugin-error from 1.0.1 to 2.0.1 (#21)

    * Bump plugin-error from 1.0.1 to 2.0.1
    
    Bumps [plugin-error](https://github.com/gulpjs/plugin-error) from 1.0.1 to 2.0.1.
    - [Release notes](https://github.com/gulpjs/plugin-error/releases)
    - [Changelog](https://github.com/gulpjs/plugin-error/blob/master/CHANGELOG.md)
    - [Commits](gulpjs/plugin-error@v1.0.1...v2.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: plugin-error
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: lior <[email protected]>
    dependabot[bot] and lersi authored Oct 13, 2024
    Configuration menu
    Copy the full SHA
    8b789ca View commit details
    Browse the repository at this point in the history
  2. Bump fancy-log from 1.3.3 to 2.0.0 (#22)

    * Bump fancy-log from 1.3.3 to 2.0.0
    
    Bumps [fancy-log](https://github.com/gulpjs/fancy-log) from 1.3.3 to 2.0.0.
    - [Release notes](https://github.com/gulpjs/fancy-log/releases)
    - [Changelog](https://github.com/gulpjs/fancy-log/blob/master/CHANGELOG.md)
    - [Commits](gulpjs/fancy-log@v1.3.3...v2.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: fancy-log
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: lior <[email protected]>
    dependabot[bot] and lersi authored Oct 13, 2024
    Configuration menu
    Copy the full SHA
    ec77119 View commit details
    Browse the repository at this point in the history
  3. Use newer version of Cocopa (#39)

    Use a version of cocopa that supports more advanced inclusion parameters used in RP Pico SDK.
    stigpo authored Oct 13, 2024
    Configuration menu
    Copy the full SHA
    bbb99eb View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2025

  1. Added option to use a local arduino-cli.yaml config file to add e.g. …

    …custom library paths. (#59)
    goodchip authored Jan 21, 2025
    Configuration menu
    Copy the full SHA
    00cc5f1 View commit details
    Browse the repository at this point in the history
Loading