Skip to content

Commit 2029f36

Browse files
committed
Merge branch 'main' into ci/windows
2 parents ea7e855 + 427e8df commit 2029f36

File tree

9 files changed

+2003
-964
lines changed

9 files changed

+2003
-964
lines changed

.gitattributes

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
* text=auto
2+
* eol=lf

.github/workflows/codeql-analysis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838

3939
steps:
4040
- name: Checkout repository
41-
uses: actions/checkout@v3
41+
uses: actions/checkout@v4
4242

4343
# Initializes the CodeQL tools for scanning.
4444
- name: Initialize CodeQL

.github/workflows/main.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
GCC_V: ${{ matrix.gcc_v }}
1717

1818
steps:
19-
- uses: actions/checkout@v3
19+
- uses: actions/checkout@v4
2020
- name: Use Node.js ${{ matrix.node-version }}
2121
uses: actions/setup-node@v3
2222
with:

.github/workflows/nightly.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
nightly:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v3
12+
- uses: actions/checkout@v4
1313
- uses: actions/setup-node@v3
1414
with:
1515
node-version: 18

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
deploy:
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v3
10+
- uses: actions/checkout@v4
1111
- uses: actions/setup-node@v3
1212
with:
1313
node-version: 18

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
8080

8181
### Fixed
8282

83+
- Fixed bug where specifying `-ffree-line-length-X` and `-ffixed-line-length-X`
84+
as `linter.extraArgs` would be overridden by the default behaviour of `fortls`
85+
([#925](https://github.com/fortran-lang/vscode-fortran-support/issues/925))
8386
- Fixed bug where linter would not use the correct Fortran file association
8487
if the extension was part of the default extensions of another Fortran lang ID
8588
([#904](https://github.com/fortran-lang/vscode-fortran-support/issues/904))

0 commit comments

Comments
 (0)