We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 69e81d8 + 26bedd2 commit c2febbfCopy full SHA for c2febbf
.github/workflows/publish.yml
@@ -21,3 +21,4 @@ jobs:
21
with:
22
pat: ${{ secrets.VS_MARKETPLACE_TOKEN }}
23
registryUrl: https://marketplace.visualstudio.com
24
+ preRelease: ${{ github.event.release.prerelease }}
CHANGELOG.md
@@ -11,6 +11,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
11
12
### Added
13
14
+- Added GitHub Actions support for pre-Release builds
15
+ ([#459](https://github.com/fortran-lang/vscode-fortran-support/issues/459))
16
- Added unittest for `fortls` spawning and integration, checks for initialization values
17
([#422](https://github.com/fortran-lang/vscode-fortran-support/issues/422))
18
- Added warning notifications for extensions that interfere with Modern Fortran
0 commit comments