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: ChuckJonas/vscode-apex-pmd
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.6.0
Choose a base ref
...
head repository: ChuckJonas/vscode-apex-pmd
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.6.1
Choose a head ref
  • 20 commits
  • 12 files changed
  • 2 contributors

Commits on Aug 21, 2023

  1. Update README.md - Intro sentence to get the task window added

    For someone less familiar with vs.code this should be helpfull to understandn the gif and how to get there.
    surfmuggle authored Aug 21, 2023
    Configuration menu
    Copy the full SHA
    6983839 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. Check for "Cannot load ruleset"

    Also display stderr in case of errors regardless of showStdErr setting.
    adangel committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    373c05f View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

  1. Configuration menu
    Copy the full SHA
    65285f0 View commit details
    Browse the repository at this point in the history
  2. Bump webpack-cli from 3.3.12 to 5.1.4

    This fixes "Conflicting peer dependency" between webpack and webpack-cli
    adangel committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    438e0eb View commit details
    Browse the repository at this point in the history
  3. Update dependencies

    adangel committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    81d8f46 View commit details
    Browse the repository at this point in the history
  4. Use @vscode/test-electron instead of vscode-test

    This fixes deprecation warning:
    
    > deprecated [email protected]: This package has been renamed to @vscode/test-electron, please update to the new name
    adangel committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    e5e9d00 View commit details
    Browse the repository at this point in the history
  5. Remove @types/csv-parse since it's not needed anymore

    > deprecated @types/[email protected]: This is a stub types definition. csv-parse provides its own type definitions, so you do not need this installed.
    adangel committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    a1cf1bd View commit details
    Browse the repository at this point in the history
  6. Fix tests

    adangel committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    fb1dd1c View commit details
    Browse the repository at this point in the history
  7. Merge pull request #142 from adangel/fix-conflicting-peer-deps

    Update dependencies
    adangel authored Sep 7, 2023
    Configuration menu
    Copy the full SHA
    ac45580 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    85f2ec1 View commit details
    Browse the repository at this point in the history
  9. Remove settings showStdOut, showStdErr, showErrors

    Now the output is always captured and shown.
    adangel committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    aab0e50 View commit details
    Browse the repository at this point in the history
  10. Update URLs

    adangel committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    a165dce View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2023

  1. Update CHANGELOG

    adangel committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    5f58e98 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #137 from surfmuggle:master-1

    Update README.md - Intro sentence to get the command palette opened
    adangel committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    34311a2 View commit details
    Browse the repository at this point in the history
  3. Update CHANGELOG

    adangel committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    140bd87 View commit details
    Browse the repository at this point in the history
  4. Update CHANGELOG

    adangel committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    4dad7c9 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #141 from adangel:check-for-ruleset-problem

    Check for "Cannot load ruleset"
    adangel committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    a654d62 View commit details
    Browse the repository at this point in the history
  6. Update CHANGELOG

    adangel committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    8149274 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #143 from adangel:issue-139-quote-classpath

    Quote classPath to deal with spaces in workspaceRootPath
    adangel committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    7c3e317 View commit details
    Browse the repository at this point in the history
  8. v0.6.1

    adangel committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    934464d View commit details
    Browse the repository at this point in the history
Loading