Skip to content

Commit 5b2e463

Browse files
committed
make dubCompiler setting machine-specific
For remote development this means the compiler must be changed on the remote machine and won't be inherited from user settings. However workspace / folder settings are unaffected and will still work. This change is because dubCompiler is very platform specific and can include full local paths. Sync extensions might also respect this.
1 parent aa1525f commit 5b2e463

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -539,7 +539,7 @@
539539
},
540540
"d.dubCompiler": {
541541
"type": "string",
542-
"scope": "resource",
542+
"scope": "machine-overridable",
543543
"description": "Sets the default compiler to use when starting up"
544544
},
545545
"d.overrideDfmtEditorconfig": {

0 commit comments

Comments
 (0)