Skip to content

Commit 30b5be6

Browse files
committed
Address feedback
1 parent a433293 commit 30b5be6

File tree

4 files changed

+61
-212
lines changed

4 files changed

+61
-212
lines changed

Extension/package.json

Lines changed: 12 additions & 180 deletions
Original file line numberDiff line numberDiff line change
@@ -3651,7 +3651,7 @@
36513651
"program": {
36523652
"type": "string",
36533653
"description": "%c_cpp.debuggers.program.description%",
3654-
"default": "${workspaceRoot}/a.out"
3654+
"default": "${workspaceFolder}/a.out"
36553655
},
36563656
"args": {
36573657
"type": "array",
@@ -4606,7 +4606,7 @@
46064606
"program": {
46074607
"type": "string",
46084608
"description": "%c_cpp.debuggers.program.description%",
4609-
"default": "${workspaceRoot}/a.out"
4609+
"default": "${workspaceFolder}/a.out"
46104610
},
46114611
"type": {
46124612
"type": "string",
@@ -5411,7 +5411,7 @@
54115411
"program": {
54125412
"type": "string",
54135413
"description": "%c_cpp.debuggers.program.description%",
5414-
"default": "${workspaceRoot}/program.exe"
5414+
"default": "${workspaceFolder}/program.exe"
54155415
},
54165416
"args": {
54175417
"type": "array",
@@ -5429,7 +5429,7 @@
54295429
"cwd": {
54305430
"type": "string",
54315431
"description": "%c_cpp.debuggers.cwd.description%",
5432-
"default": "${workspaceRoot}"
5432+
"default": "${workspaceFolder}"
54335433
},
54345434
"environment": {
54355435
"type": "array",
@@ -5638,7 +5638,7 @@
56385638
"program": {
56395639
"type": "string",
56405640
"description": "%c_cpp.debuggers.program.description%",
5641-
"default": "${workspaceRoot}/program.exe"
5641+
"default": "${workspaceFolder}/program.exe"
56425642
},
56435643
"type": {
56445644
"type": "string",
@@ -5815,7 +5815,7 @@
58155815
"program": {
58165816
"type": "string",
58175817
"description": "%c_cpp.debuggers.program.description%",
5818-
"default": "${workspaceRoot}/a.out"
5818+
"default": "${workspaceFolder}/a.out"
58195819
},
58205820
"args": {
58215821
"type": "array",
@@ -5924,90 +5924,6 @@
59245924
}
59255925
]
59265926
},
5927-
"logging": {
5928-
"description": "%c_cpp.debuggers.logging.description%",
5929-
"type": "object",
5930-
"default": {},
5931-
"properties": {
5932-
"exceptions": {
5933-
"type": "boolean",
5934-
"description": "%c_cpp.debuggers.logging.exceptions.description%",
5935-
"default": true
5936-
},
5937-
"moduleLoad": {
5938-
"type": "boolean",
5939-
"description": "%c_cpp.debuggers.logging.moduleLoad.description%",
5940-
"default": true
5941-
},
5942-
"programOutput": {
5943-
"type": "boolean",
5944-
"description": "%c_cpp.debuggers.logging.programOutput.description%",
5945-
"default": true
5946-
},
5947-
"engineLogging": {
5948-
"anyOf": [
5949-
{
5950-
"type": "string",
5951-
"enum": [
5952-
"verbose",
5953-
"warning",
5954-
"error",
5955-
"none"
5956-
],
5957-
"enumDescriptions": [
5958-
"%c_cpp.debuggers.logging.category.verbose.description%",
5959-
"%c_cpp.debuggers.logging.category.warning.description%",
5960-
"%c_cpp.debuggers.logging.category.error.description%",
5961-
"%c_cpp.debuggers.logging.category.none.description%"
5962-
],
5963-
"description": "%c_cpp.debuggers.logging.engineLogging.description%",
5964-
"default": "none"
5965-
},
5966-
{
5967-
"type": "boolean",
5968-
"description": "%c_cpp.debuggers.logging.engineLogging.description%",
5969-
"default": false
5970-
}
5971-
]
5972-
},
5973-
"trace": {
5974-
"type": "boolean",
5975-
"description": "%c_cpp.debuggers.logging.trace.description%",
5976-
"default": false
5977-
},
5978-
"traceResponse": {
5979-
"type": "boolean",
5980-
"description": "%c_cpp.debuggers.logging.traceResponse.description%",
5981-
"default": false
5982-
},
5983-
"natvisDiagnostics": {
5984-
"anyOf": [
5985-
{
5986-
"type": "string",
5987-
"enum": [
5988-
"verbose",
5989-
"warning",
5990-
"error",
5991-
"none"
5992-
],
5993-
"enumDescriptions": [
5994-
"%c_cpp.debuggers.logging.category.verbose.description%",
5995-
"%c_cpp.debuggers.logging.category.warning.description%",
5996-
"%c_cpp.debuggers.logging.category.error.description%",
5997-
"%c_cpp.debuggers.logging.category.none.description%"
5998-
],
5999-
"description": "%c_cpp.debuggers.logging.natvisDiagnostics.description%",
6000-
"default": "none"
6001-
},
6002-
{
6003-
"type": "boolean",
6004-
"description": "%c_cpp.debuggers.logging.natvisDiagnostics.description%",
6005-
"default": false
6006-
}
6007-
]
6008-
}
6009-
}
6010-
},
60115927
"deploySteps": {
60125928
"type": "array",
60135929
"description": "%c_cpp.debuggers.deploySteps.description%",
@@ -6475,12 +6391,12 @@
64756391
},
64766392
"disableASLR": {
64776393
"type": "boolean",
6478-
"description": "%c_cpp.debuggers.cpplldb.disableaslr.description%",
6394+
"description": "%c_cpp.debuggers.cpplldb.disableAslr.description%",
64796395
"default": true
64806396
},
64816397
"disableSTDIO": {
64826398
"type": "boolean",
6483-
"description": "%c_cpp.debuggers.cpplldb.disablestdio.description%",
6399+
"description": "%c_cpp.debuggers.cpplldb.disableStdio.description%",
64846400
"default": false
64856401
},
64866402
"shellExpandArguments": {
@@ -6603,7 +6519,7 @@
66036519
"program": {
66046520
"type": "string",
66056521
"description": "%c_cpp.debuggers.program.description%",
6606-
"default": "${workspaceRoot}/a.out"
6522+
"default": "${workspaceFolder}/a.out"
66076523
},
66086524
"type": {
66096525
"type": "string",
@@ -6686,90 +6602,6 @@
66866602
"description": "%c_cpp.debuggers.cpplldb.waitFor.description%",
66876603
"default": true
66886604
},
6689-
"logging": {
6690-
"description": "%c_cpp.debuggers.logging.description%",
6691-
"type": "object",
6692-
"default": {},
6693-
"properties": {
6694-
"exceptions": {
6695-
"type": "boolean",
6696-
"description": "%c_cpp.debuggers.logging.exceptions.description%",
6697-
"default": true
6698-
},
6699-
"moduleLoad": {
6700-
"type": "boolean",
6701-
"description": "%c_cpp.debuggers.logging.moduleLoad.description%",
6702-
"default": true
6703-
},
6704-
"programOutput": {
6705-
"type": "boolean",
6706-
"description": "%c_cpp.debuggers.logging.programOutput.description%",
6707-
"default": true
6708-
},
6709-
"engineLogging": {
6710-
"anyOf": [
6711-
{
6712-
"type": "string",
6713-
"enum": [
6714-
"verbose",
6715-
"warning",
6716-
"error",
6717-
"none"
6718-
],
6719-
"enumDescriptions": [
6720-
"%c_cpp.debuggers.logging.category.verbose.description%",
6721-
"%c_cpp.debuggers.logging.category.warning.description%",
6722-
"%c_cpp.debuggers.logging.category.error.description%",
6723-
"%c_cpp.debuggers.logging.category.none.description%"
6724-
],
6725-
"description": "%c_cpp.debuggers.logging.engineLogging.description%",
6726-
"default": "none"
6727-
},
6728-
{
6729-
"type": "boolean",
6730-
"description": "%c_cpp.debuggers.logging.engineLogging.description%",
6731-
"default": false
6732-
}
6733-
]
6734-
},
6735-
"trace": {
6736-
"type": "boolean",
6737-
"description": "%c_cpp.debuggers.logging.trace.description%",
6738-
"default": false
6739-
},
6740-
"traceResponse": {
6741-
"type": "boolean",
6742-
"description": "%c_cpp.debuggers.logging.traceResponse.description%",
6743-
"default": false
6744-
},
6745-
"natvisDiagnostics": {
6746-
"anyOf": [
6747-
{
6748-
"type": "string",
6749-
"enum": [
6750-
"verbose",
6751-
"warning",
6752-
"error",
6753-
"none"
6754-
],
6755-
"enumDescriptions": [
6756-
"%c_cpp.debuggers.logging.category.verbose.description%",
6757-
"%c_cpp.debuggers.logging.category.warning.description%",
6758-
"%c_cpp.debuggers.logging.category.error.description%",
6759-
"%c_cpp.debuggers.logging.category.none.description%"
6760-
],
6761-
"description": "%c_cpp.debuggers.logging.natvisDiagnostics.description%",
6762-
"default": "none"
6763-
},
6764-
{
6765-
"type": "boolean",
6766-
"description": "%c_cpp.debuggers.logging.natvisDiagnostics.description%",
6767-
"default": false
6768-
}
6769-
]
6770-
}
6771-
}
6772-
},
67736605
"deploySteps": {
67746606
"type": "array",
67756607
"description": "%c_cpp.debuggers.deploySteps.description%",
@@ -7237,12 +7069,12 @@
72377069
},
72387070
"disableASLR": {
72397071
"type": "boolean",
7240-
"description": "%c_cpp.debuggers.cpplldb.disableaslr.description%",
7072+
"description": "%c_cpp.debuggers.cpplldb.disableAslr.description%",
72417073
"default": true
72427074
},
72437075
"disableSTDIO": {
72447076
"type": "boolean",
7245-
"description": "%c_cpp.debuggers.cpplldb.disablestdio.description%",
7077+
"description": "%c_cpp.debuggers.cpplldb.disableStdio.description%",
72467078
"default": false
72477079
},
72487080
"shellExpandArguments": {
@@ -8236,4 +8068,4 @@
82368068
"postcss": "^8.4.31",
82378069
"gulp-typescript/**/glob-parent": "^5.1.2"
82388070
}
8239-
}
8071+
}

0 commit comments

Comments
 (0)