File tree Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Original file line number Diff line number Diff line change 393
393
"default" : [],
394
394
"description" : " %python.autoComplete.extraPaths.description%" ,
395
395
"scope" : " resource" ,
396
- "type" : " array"
396
+ "type" : " array" ,
397
+ "uniqueItems" : true
397
398
},
398
399
"python.condaPath" : {
399
400
"default" : " " ,
436
437
]
437
438
},
438
439
"scope" : " machine" ,
439
- "type" : " array"
440
+ "type" : " array" ,
441
+ "uniqueItems" : true
440
442
},
441
443
"python.experiments.optOutFrom" : {
442
444
"default" : [],
449
451
]
450
452
},
451
453
"scope" : " machine" ,
452
- "type" : " array"
454
+ "type" : " array" ,
455
+ "uniqueItems" : true
453
456
},
454
457
"python.formatting.autopep8Args" : {
455
458
"default" : [],
648
651
"type" : " string"
649
652
},
650
653
"scope" : " resource" ,
651
- "type" : " array"
654
+ "type" : " array" ,
655
+ "uniqueItems" : true
652
656
},
653
657
"python.linting.lintOnSave" : {
654
658
"default" : true ,
1052
1056
"type" : " string"
1053
1057
},
1054
1058
"scope" : " machine" ,
1055
- "type" : " array"
1059
+ "type" : " array" ,
1060
+ "uniqueItems" : true
1056
1061
},
1057
1062
"python.venvPath" : {
1058
1063
"default" : " " ,
You can’t perform that action at this time.
0 commit comments