v3.0.0 #524
gnikit
announced in
Announcements
v3.0.0
#524
Replies: 1 comment 4 replies
-
Thank you for all your great work in reworking the Fortran ecosystem for VSCode! |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What's Changed
Added
Whats New
page to be displayed upon update of the extension.ifx
support Intel's LLVM based compilerifx
fortls
spawning and integration, checks for initialization values (#422).fortls
against the Language Serverfortls
) making unnecessary the usage of Fortran Intellisense extension (#290)fortls
settings through the UIChanged
fortls
optionsvsce
does not support SVG (#510)Functions, Modules, Programs, Module Procedures, Subroutines, Submodules.
For a more detailed explanation as to why see the issue (#278)
linter.compilerPath
to use the full path to the compiler instead of the root (#500)fortran-lang
(#450)json
file (#424)README
text and animations, changesSECURITY
and updatespackage.json
fortran-language-server
tofortls
vsce --pre-release
Removed
includePaths
in favour oflinter.includePaths
gfortranExecutable
in favour oflinter.compilerPath
linterEnabled
in favour oflinter.compiler == Disabled
linterExtraArgs
in favour oflinter.extraArgs
linterModOutput
in favour oflinter.modOutput
ProvideSymbols
in favour ofprovide.symbols
symbols
provideHover
in favour ofprovide.hover
provideCompletion
in favour ofprovide.autocomplete
Fixed
error stop variable
syntax highlighting (#486)Disabled
to some compilerX
without having to restart the extension (#296)%
accessor highlighting for type-bound subroutines (#325)fortls
not spawning whenignoreWarning
was set to true (#365)onSave
formatting errors (#364)Security
Full Changelog: v2.6.2...v3.0.0
This discussion was created from the release v3.0.0.
Beta Was this translation helpful? Give feedback.
All reactions