Skip to content

Commit d93c18f

Browse files
authored
Remove second copy of positron.r.extraArguments configuration (#5504)
I noticed this while putting something else behind a feature flag. We've got 2 complete copies of the configuration for `positron.r.extraArguments`. It was introduced in #3950. I had to decide which section to leave this in and decided it was advanced, but this is not a hill I will die on. I'm fine with keeping it in the not-advanced settings and removing from advanced, either way.
1 parent e42e2cc commit d93c18f

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

extensions/positron-r/package.json

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -155,15 +155,6 @@
155155
"default": false,
156156
"description": "%r.configuration.restoreWorkspace.description%"
157157
},
158-
"positron.r.extraArguments": {
159-
"scope": "window",
160-
"type": "array",
161-
"items": {
162-
"type": "string"
163-
},
164-
"default": [],
165-
"description": "%r.configuration.extraArguments.description%"
166-
},
167158
"positron.r.quietMode": {
168159
"scope": "window",
169160
"type": "boolean",

0 commit comments

Comments
 (0)