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 88c0eed commit 8b4e870Copy full SHA for 8b4e870
package.json
@@ -90,13 +90,13 @@
90
"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."
91
},
92
"ev3devBrowser.confirmDelete": {
93
- "scope": "window",
+ "scope": "application",
94
"type": "boolean",
95
"default": true,
96
"description": "Prompt for confirmation before deleting remote files."
97
98
"ev3devBrowser.additionalDevices": {
99
+ "scope": "machine",
100
"type": "array",
101
"items": {
102
"type": "object",
0 commit comments