Releases: fortran-lang/vscode-fortran-support
Releases · fortran-lang/vscode-fortran-support
v2.6.1
v2.5.0
What's Changed
- Create dependabot.yml by @gnikit in #265
- Bump @types/vscode from 1.61.0 to 1.62.0 by @dependabot in #266
- Bump @types/glob from 7.1.4 to 7.2.0 by @dependabot in #267
- Bump lint-staged from 11.2.3 to 11.2.6 by @dependabot in #268
- Bump husky from 7.0.2 to 7.0.4 by @dependabot in #269
- Bump typescript from 3.9.10 to 4.4.4 by @dependabot in #270
- Bump tslint from 5.20.1 to 6.1.3 by @dependabot in #271
- Bump @types/node from 15.14.9 to 16.11.7 by @dependabot in #272
- Bump vscode-languageclient from 5.2.1 to 7.0.0 by @dependabot in #273
- Updates by @gnikit in #274
- Eslint by @gnikit in #275
- Updates lockfiles by @gnikit in #279
- Adds prettier formatting to all files by @gnikit in #280
- Bump eslint-plugin-import from 2.25.2 to 2.25.3 by @dependabot in #282
- Bump husky from 4.3.8 to 7.0.4 by @dependabot in #281
- Bump eslint from 7.32.0 to 8.2.0 by @dependabot in #283
- Support for Formatting by @gnikit in #256
Full Changelog: v2.4.0...v2.5.0
v2.4.3
What's Changed
- Create dependabot.yml by @gnikit in #265
- Bump @types/vscode from 1.61.0 to 1.62.0 by @dependabot in #266
- Bump @types/glob from 7.1.4 to 7.2.0 by @dependabot in #267
- Bump lint-staged from 11.2.3 to 11.2.6 by @dependabot in #268
- Bump husky from 7.0.2 to 7.0.4 by @dependabot in #269
- Bump typescript from 3.9.10 to 4.4.4 by @dependabot in #270
- Bump tslint from 5.20.1 to 6.1.3 by @dependabot in #271
- Bump @types/node from 15.14.9 to 16.11.7 by @dependabot in #272
- Bump vscode-languageclient from 5.2.1 to 7.0.0 by @dependabot in #273
- Updates by @gnikit in #274
- Eslint by @gnikit in #275
Full Changelog: v2.4.2...v2.4.3
v2.4.2
What's Changed
- Create dependabot.yml by @gnikit in #265
- Bump @types/vscode from 1.61.0 to 1.62.0 by @dependabot in #266
- Bump @types/glob from 7.1.4 to 7.2.0 by @dependabot in #267
- Bump lint-staged from 11.2.3 to 11.2.6 by @dependabot in #268
- Bump husky from 7.0.2 to 7.0.4 by @dependabot in #269
- Bump typescript from 3.9.10 to 4.4.4 by @dependabot in #270
- Bump tslint from 5.20.1 to 6.1.3 by @dependabot in #271
- Bump @types/node from 15.14.9 to 16.11.7 by @dependabot in #272
- Bump vscode-languageclient from 5.2.1 to 7.0.0 by @dependabot in #273
- Updates by @gnikit in #274
Full Changelog: v2.4.1...v2.4.2
Improving syntax highlighting
What's Changed
- Adds support for .f18 and .F18 file extensions. by @jefflarkin in #252
- Feature/general improvements by @gnikit in #244
Full Changelog: v2.3.0...v2.4.0
OpenACC syntax highlighting
Added
- Adds OpenACC syntax highlight for Fortran
Fixed
- Fixes OpenMP syntax highlight
NOTE:
This catches up to the release version of VS Marketplace. Use npm version version-num
to create tags/releases from now on.
Minor improvements for syntax highlighting
Set breaking points
Fixed
- Add capability to set breakpoints (#89)