Skip to content

Commit 8b4e870

Browse files
committed
change some settings to not be allowed as workspace settings
1 parent 88c0eed commit 8b4e870

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,13 +90,13 @@
9090
"description": "The directory on the remote device where the files will be saved. The default is to use the name of the vscode project directory."
9191
},
9292
"ev3devBrowser.confirmDelete": {
93-
"scope": "window",
93+
"scope": "application",
9494
"type": "boolean",
9595
"default": true,
9696
"description": "Prompt for confirmation before deleting remote files."
9797
},
9898
"ev3devBrowser.additionalDevices": {
99-
"scope": "window",
99+
"scope": "machine",
100100
"type": "array",
101101
"items": {
102102
"type": "object",

0 commit comments

Comments
 (0)