-
-
Notifications
You must be signed in to change notification settings - Fork 35
Minor release - version 2.2.0 #167
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.14. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](lodash/lodash@4.17.11...4.17.14) Signed-off-by: dependabot[bot] <support@github.com>
Bumps [mixin-deep](https://github.com/jonschlinkert/mixin-deep) from 1.3.1 to 1.3.2. - [Release notes](https://github.com/jonschlinkert/mixin-deep/releases) - [Commits](jonschlinkert/mixin-deep@1.3.1...1.3.2) Signed-off-by: dependabot[bot] <support@github.com>
Added select rank
Map Fortran subroutines to vscode Function kind
Fix blocking due to very slow regex execution in "parseFunction"
Add support for disabling Hover, Completion and Symbol providers
> linter-gfortran@2.1.2 lint /home/pedro/Documents/Codes/vscode-fortran-support > node ./node_modules/tslint/bin/tslint ./src/**/*.ts
….17.14 Bump lodash from 4.17.11 to 4.17.14
…ep-1.3.2 Bump mixin-deep from 1.3.1 to 1.3.2
Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.0.11 to 4.7.3. - [Release notes](https://github.com/wycats/handlebars.js/releases) - [Changelog](https://github.com/wycats/handlebars.js/blob/master/release-notes.md) - [Commits](handlebars-lang/handlebars.js@v4.0.11...v4.7.3) Signed-off-by: dependabot[bot] <support@github.com>
…rs-4.7.3 Bump handlebars from 4.0.11 to 4.7.3
Select rank
This will be added with the `select` highlight fixes
* Fix wrong select highlight on declarations with * Rebuild select constructs to be separated by kind (case|type|rank)
I'll increment the |
@krvajal Once the BreakPoints are approved this is ready to be released! 👍 |
* Added debugging functionality. * Replaces deprecated debugger interface. As stated in issue #9037 in github.com/microsoft/vscode is the way to go. Fortran does not do anything different from the inhouse C++ debugger, hence we should only have the extension allow breaking points and nothing else. This of course means that we will be depending on Microsoft's C++ extension for the debugger. * Updated README.md to include debugging as feature * Marked code snippets as JSON * Attempt to fix highlighting on GitHub
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Check List
Highlight
select
keyword - Merge Fix select highlight after & operator #165 to fix "select" in variable name confuses parser #149rank
keyword - Merge Fix select highlight after & operator #165forall
keyword - Merge Fix in-line forall highlighting #170 to fix Syntax highlighting fails at inline forall statements #169Symbol List
Settings
Dependencies
dependabot
PR'sCode Completion
New Features