Skip to content

Commit d95dda3

Browse files
committed
Make array settings editable via the UI
1 parent a6b8ea2 commit d95dda3

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

package.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -173,9 +173,7 @@
173173
"markdownDescription": "Compiler used for linting support."
174174
},
175175
"fortran.linter.includePaths": {
176-
"type": [
177-
"array"
178-
],
176+
"type": "array",
179177
"items": {
180178
"type": "string"
181179
},
@@ -188,9 +186,7 @@
188186
"markdownDescription": "Specifies the path to the linter executable."
189187
},
190188
"fortran.linter.extraArgs": {
191-
"type": [
192-
"array"
193-
],
189+
"type": "array",
194190
"items": {
195191
"type": "string"
196192
},

0 commit comments

Comments
 (0)