File tree Expand file tree Collapse file tree 4 files changed +7
-6
lines changed Expand file tree Collapse file tree 4 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
34
34
35
35
### Changed
36
36
37
+ - Changed all instances of the publisher to ` fortran-lang `
37
38
- Updated grammar unittests to include scope injections
38
39
- Merged Language Server's log channel to Modern Fortran's log channel
39
40
- Merged all Fortran intrinsics into a single ` json ` file
Original file line number Diff line number Diff line change 1
1
![ alt] ( assets/modern-fortran-logo.png )
2
2
3
3
[ ![ GitHub Actions] ( https://github.com/fortran-lang/vscode-fortran-support/actions/workflows/main.yaml/badge.svg )] ( https://github.com/fortran-lang/vscode-fortran-support/actions )
4
- [ ![ Downloads] ( https://vsmarketplacebadge.apphb.com/downloads-short/krvajalm .linter-gfortran.svg )] ( https://marketplace.visualstudio.com/items?itemName=krvajalm .linter-gfortran )
5
- [ ![ Installs] ( https://vsmarketplacebadge.apphb.com/installs/krvajalm .linter-gfortran.svg )] ( https://marketplace.visualstudio.com/items?itemName=krvajalm .linter-gfortran )
6
- [ ![ VS Marketplace] ( https://vsmarketplacebadge.apphb.com/version-short/krvajalm .linter-gfortran.svg )] ( https://marketplace.visualstudio.com/items?itemName=krvajalm .linter-gfortran )
4
+ [ ![ Downloads] ( https://vsmarketplacebadge.apphb.com/downloads-short/fortran-lang .linter-gfortran.svg )] ( https://marketplace.visualstudio.com/items?itemName=fortran-lang .linter-gfortran )
5
+ [ ![ Installs] ( https://vsmarketplacebadge.apphb.com/installs-short/fortran-lang .linter-gfortran.svg )] ( https://marketplace.visualstudio.com/items?itemName=fortran-lang .linter-gfortran )
6
+ [ ![ VS Marketplace] ( https://vsmarketplacebadge.apphb.com/version-short/fortran-lang .linter-gfortran.svg )] ( https://marketplace.visualstudio.com/items?itemName=fortran-lang .linter-gfortran )
7
7
[ ![ MIT License] ( https://img.shields.io/npm/l/stack-overflow-copy-paste.svg? )] ( http://opensource.org/licenses/MIT )
8
8
9
9
![ alt] ( assets/intro-demo.gif )
@@ -251,7 +251,7 @@ For debugging you need to have one of the following debuggers installed:
251
251
252
252
## Issues
253
253
254
- Please report any issues and feature request on the GitHub repo [ here] ( https://github.com/krvajalmiguelangel /vscode-fortran-support/issues/new )
254
+ Please report any issues and feature request on the GitHub repo [ here] ( https://github.com/fortran-langiguelangel /vscode-fortran-support/issues/new )
255
255
256
256
## Notice
257
257
Original file line number Diff line number Diff line change 3
3
"displayName" : " Modern Fortran" ,
4
4
"description" : " Modern Fortran language support, including syntax highlighting and error detection." ,
5
5
"version" : " 3.0.2022042917" ,
6
- "publisher" : " krvajalm " ,
6
+ "publisher" : " fortran-lang " ,
7
7
"license" : " MIT" ,
8
8
"author" : {
9
9
"name" : " The Fortran Programming Language" ,
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ import { isString, isArrayOfString } from './helper';
7
7
8
8
export const LS_NAME = 'fortls' ;
9
9
export const EXTENSION_ID = 'fortran' ;
10
- export const EXTENSION_VSSTORE_ID = 'krvajalm .linter-gfortran' ;
10
+ export const EXTENSION_VSSTORE_ID = 'fortran-lang .linter-gfortran' ;
11
11
export const FORMATTERS = [ 'Disabled' , 'findent' , 'fprettify' ] ;
12
12
13
13
// Platform-specific environment variable delimiter
You can’t perform that action at this time.
0 commit comments