-
-
Notifications
You must be signed in to change notification settings - Fork 35
Minor release - version 2.1.2 #162
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
Conversation
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] <[email protected]>
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] <[email protected]>
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
> [email protected] 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] <[email protected]>
…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)
If we merge #150 maybe the version should be 2.2.0 instead, as it is adding a new feature. |
Agreed ! Should we change it here? or separate the #150 Merge to a new PR |
Here is fine, but maybe you need to rename the branch. If it is too much effort then you can skip #150 for now and add it in a new release instead. You choose. |
Hum ... by rename you mean push this to a new branch and delete this one right? I don't know how to simply rename it |
Yes, that the only way. You can try this https://gist.github.com/lttlrck/9628955. |
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 #165Symbol List
Settings
Dependencies
dependabot
PR'sCode Completion
New Features