From 69585b2c4e383a4407fef6a4fc5b92b214008c84 Mon Sep 17 00:00:00 2001 From: Baptist BENOIST Date: Thu, 11 Feb 2016 00:31:55 +0100 Subject: [PATCH] Fix non-working Fortran breakpoints Might still require https://github.com/Gimly/vscode-fortran for files to be recognized with the correct IDs. --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index ea7ac8f..925662b 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,8 @@ "cpp", "d", "objective-c", - "fortan", + "fortran", + "fortran-modern", "pascal", "ada" ]