We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db74870 commit de3cb2aCopy full SHA for de3cb2a
package.json
@@ -88,14 +88,6 @@
88
"path": "./snippets/fortran90.json"
89
}
90
],
91
- "breakpoints": [
92
- {
93
- "language": "FortranFreeForm"
94
- },
95
96
- "language": "fortran_fixed-form"
97
- }
98
- ],
99
"configuration": {
100
"type": "object",
101
"title": "Fortran configuration",
@@ -153,7 +145,7 @@
153
145
"fortran.provideHover": {
154
146
"type": "boolean",
155
147
"default": true,
156
- "description": "Enables or hover functionality (disable if using 'Fortran IntelliSense')"
148
+ "description": "Enables hover functionality (disable if using 'Fortran IntelliSense')"
157
149
},
158
150
"fortran.provideCompletion": {
159
151
@@ -209,4 +201,4 @@
209
201
"dependencies": {
210
202
"vscode-languageclient": "^5.1.0"
211
203
212
-}
204
+}
0 commit comments