File tree Expand file tree Collapse file tree 3 files changed +1
-7
lines changed Expand file tree Collapse file tree 3 files changed +1
-7
lines changed Original file line number Diff line number Diff line change 1+ Remove unused Unit Test setting ` debugHost ` .
Original file line number Diff line number Diff line change 16321632 "description" : " Optional working directory for unit tests." ,
16331633 "scope" : " resource"
16341634 },
1635- "python.unitTest.debugHost" : {
1636- "type" : " number" ,
1637- "default" : " localhost" ,
1638- "description" : " IP Address of the of the local unit test server (default is localhost or use 127.0.0.1)." ,
1639- "scope" : " resource"
1640- },
16411635 "python.unitTest.debugPort" : {
16421636 "type" : " number" ,
16431637 "default" : 3000 ,
Original file line number Diff line number Diff line change @@ -123,7 +123,6 @@ export interface ISortImportSettings {
123123export interface IUnitTestSettings {
124124 readonly promptToConfigure : boolean ;
125125 readonly debugPort : number ;
126- readonly debugHost ?: string ;
127126 readonly nosetestsEnabled : boolean ;
128127 nosetestPath : string ;
129128 nosetestArgs : string [ ] ;
You can’t perform that action at this time.
0 commit comments