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: fortran-lang/vscode-fortran-support
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.4.2
Choose a base ref
...
head repository: fortran-lang/vscode-fortran-support
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.4.3
Choose a head ref
  • 11 commits
  • 45 files changed
  • 1 contributor

Commits on Nov 9, 2021

  1. Adds support for eslint and drops tslint

    Fixes Change tslint to eslint #260
    gnikit committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    4f6e0b8 View commit details
    Browse the repository at this point in the history
  2. Update with npm run format

    gnikit committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    1711d2c View commit details
    Browse the repository at this point in the history
  3. Adds linting step in CI

    gnikit committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    099ba08 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    46a4dc3 View commit details
    Browse the repository at this point in the history
  5. Formats all files in the repo

    The lint-stage hook sould now be able to work when we commit.
    If a commit fails then run `npm run lint-fix` to try and autofix
    and then `npm run format`.
    
    All of these actions should be run
    automatically via the git hook but I am listing the steps in case
    the hook fails.
    gnikit committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    e642012 View commit details
    Browse the repository at this point in the history
  6. Switches to .prettierrc from .js

    VSCode had trouble parsing the `printWidth` and kept defaulting
    to 100 which in turn caused the formatter in VSCode to produce
    different results than `npm run format`.
    
    An autofix attempt has also been added when `lint-stage`ing
    gnikit committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    34380da View commit details
    Browse the repository at this point in the history
  7. Formats snippets

    gnikit committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    143dd73 View commit details
    Browse the repository at this point in the history
  8. Update CHANGELOG

    gnikit committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    54bc72f View commit details
    Browse the repository at this point in the history
  9. Merge pull request #275 from krvajal/eslint

    Eslint
    gnikit authored Nov 9, 2021
    Configuration menu
    Copy the full SHA
    ae77ee2 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2021

  1. Syncs engines and deps

    gnikit committed Nov 16, 2021
    Configuration menu
    Copy the full SHA
    3c01ff6 View commit details
    Browse the repository at this point in the history
  2. 2.4.3

    gnikit committed Nov 16, 2021
    Configuration menu
    Copy the full SHA
    be32828 View commit details
    Browse the repository at this point in the history
Loading