Skip to content

Commit b088002

Browse files
committed
fix: remove redundant match_first entries for remote desktop configurations
1 parent 2bbeac4 commit b088002

1 file changed

Lines changed: 3 additions & 9 deletions

File tree

go-client/config.json

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -132,9 +132,7 @@
132132
"type": "remotedesktop",
133133
"path": "",
134134
"arg_format": "{file}",
135-
"match_first": [
136-
"rdp"
137-
],
135+
"match_first": [],
138136
"is_internal": false,
139137
"is_default": false,
140138
"is_set": false
@@ -153,9 +151,7 @@
153151
"type": "remotedesktop",
154152
"path": "",
155153
"arg_format": "{file}",
156-
"match_first": [
157-
"rdp"
158-
],
154+
"match_first": [],
159155
"is_internal": false,
160156
"is_default": false,
161157
"is_set": false
@@ -174,9 +170,7 @@
174170
"type": "remotedesktop",
175171
"path": "",
176172
"arg_format": "{file}",
177-
"match_first": [
178-
"rdp"
179-
],
173+
"match_first": [],
180174
"is_internal": false,
181175
"is_default": false,
182176
"is_set": false

0 commit comments

Comments
 (0)