Fix non-working Fortran breakpoints
Might still require https://github.com/Gimly/vscode-fortran for files to be recognized with the correct IDs.
This commit is contained in:
parent
00ee161170
commit
69585b2c4e
1 changed files with 2 additions and 1 deletions
|
|
@ -29,7 +29,8 @@
|
||||||
"cpp",
|
"cpp",
|
||||||
"d",
|
"d",
|
||||||
"objective-c",
|
"objective-c",
|
||||||
"fortan",
|
"fortran",
|
||||||
|
"fortran-modern",
|
||||||
"pascal",
|
"pascal",
|
||||||
"ada"
|
"ada"
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue