Skip to content

Commit 266f2d7

Browse files
authored
Remove the .type.descriptions since they don't seem to have any effect. (#13648)
1 parent 8ca1c45 commit 266f2d7

File tree

3 files changed

+1
-43
lines changed

3 files changed

+1
-43
lines changed

Extension/package.json

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -3662,11 +3662,6 @@
36623662
},
36633663
"default": []
36643664
},
3665-
"type": {
3666-
"type": "string",
3667-
"description": "%c_cpp.debuggers.cppdbg.type.description%",
3668-
"default": "cppdbg"
3669-
},
36703665
"targetArchitecture": {
36713666
"type": "string",
36723667
"description": "%c_cpp.debuggers.targetArchitecture.description%",
@@ -4611,11 +4606,6 @@
46114606
"description": "%c_cpp.debuggers.program.description%",
46124607
"default": "${workspaceRoot}/a.out"
46134608
},
4614-
"type": {
4615-
"type": "string",
4616-
"description": "%c_cpp.debuggers.cppdbg.type.description%",
4617-
"default": "cppdbg"
4618-
},
46194609
"targetArchitecture": {
46204610
"type": "string",
46214611
"description": "%c_cpp.debuggers.targetArchitecture.description%",
@@ -5426,11 +5416,6 @@
54265416
},
54275417
"default": []
54285418
},
5429-
"type": {
5430-
"type": "string",
5431-
"description": "%c_cpp.debuggers.cppvsdbg.type.description%",
5432-
"default": "cppvsdbg"
5433-
},
54345419
"cwd": {
54355420
"type": "string",
54365421
"description": "%c_cpp.debuggers.cwd.description%",
@@ -5640,11 +5625,6 @@
56405625
"processId"
56415626
],
56425627
"properties": {
5643-
"type": {
5644-
"type": "string",
5645-
"description": "%c_cpp.debuggers.cppvsdbg.type.description%",
5646-
"default": "cppvsdbg"
5647-
},
56485628
"symbolSearchPath": {
56495629
"type": "string",
56505630
"description": "%c_cpp.debuggers.symbolSearchPath.description%",

Extension/package.nls.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -866,8 +866,6 @@
866866
"c_cpp.debuggers.ignoreFailures.description": "If true, failures from the command should be ignored. Default value is false.",
867867
"c_cpp.debuggers.program.description": "Full path to program executable.",
868868
"c_cpp.debuggers.args.description": "Command line arguments passed to the program.",
869-
"c_cpp.debuggers.cppdbg.type.description": "The type of the engine. Must be \"cppdbg\".",
870-
"c_cpp.debuggers.cppvsdbg.type.description": "The type of the engine. Must be \"cppvsdbg\".",
871869
"c_cpp.debuggers.targetArchitecture.description": "The architecture of the debuggee. This will automatically be detected unless this parameter is set. Allowed values are x86, arm, arm64, mips, x64, amd64, x86_64.",
872870
"c_cpp.debuggers.cwd.description": "The working directory of the target.",
873871
"c_cpp.debuggers.setupCommands.description": "One or more GDB/LLDB commands to execute in order to setup the underlying debugger. Example: \"setupCommands\": [ { \"text\": \"-enable-pretty-printing\", \"description\": \"Enable GDB pretty printing\", \"ignoreFailures\": true }].",

Extension/tools/OptionsSchema.json

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -614,11 +614,6 @@
614614
},
615615
"default": []
616616
},
617-
"type": {
618-
"type": "string",
619-
"description": "%c_cpp.debuggers.cppdbg.type.description%",
620-
"default": "cppdbg"
621-
},
622617
"targetArchitecture": {
623618
"type": "string",
624619
"description": "%c_cpp.debuggers.targetArchitecture.description%",
@@ -847,11 +842,6 @@
847842
"description": "%c_cpp.debuggers.program.description%",
848843
"default": "${workspaceRoot}/a.out"
849844
},
850-
"type": {
851-
"type": "string",
852-
"description": "%c_cpp.debuggers.cppdbg.type.description%",
853-
"default": "cppdbg"
854-
},
855845
"targetArchitecture": {
856846
"type": "string",
857847
"description": "%c_cpp.debuggers.targetArchitecture.description%",
@@ -984,11 +974,6 @@
984974
},
985975
"default": []
986976
},
987-
"type": {
988-
"type": "string",
989-
"description": "%c_cpp.debuggers.cppvsdbg.type.description%",
990-
"default": "cppvsdbg"
991-
},
992977
"cwd": {
993978
"type": "string",
994979
"description": "%c_cpp.debuggers.cwd.description%",
@@ -1120,11 +1105,6 @@
11201105
"processId"
11211106
],
11221107
"properties": {
1123-
"type": {
1124-
"type": "string",
1125-
"description": "%c_cpp.debuggers.cppvsdbg.type.description%",
1126-
"default": "cppvsdbg"
1127-
},
11281108
"symbolSearchPath": {
11291109
"type": "string",
11301110
"description": "%c_cpp.debuggers.symbolSearchPath.description%",
@@ -1199,4 +1179,4 @@
11991179
}
12001180
}
12011181
}
1202-
}
1182+
}

0 commit comments

Comments
 (0)