Skip to content

Commit 397e93e

Browse files
authored
Remove unused Unit Test setting debugHost (microsoft#1573)
Fixes microsoft#1552
1 parent 3464090 commit 397e93e

File tree

3 files changed

+1
-7
lines changed

3 files changed

+1
-7
lines changed

news/3 Code Health/1552.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Remove unused Unit Test setting `debugHost`.

package.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1632,12 +1632,6 @@
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,

src/client/common/types.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,6 @@ export interface ISortImportSettings {
123123
export interface IUnitTestSettings {
124124
readonly promptToConfigure: boolean;
125125
readonly debugPort: number;
126-
readonly debugHost?: string;
127126
readonly nosetestsEnabled: boolean;
128127
nosetestPath: string;
129128
nosetestArgs: string[];

0 commit comments

Comments
 (0)