Skip to content

Commit 9a1b1a5

Browse files
authored
Removing cwd to be required. (#1427)
If unspecified it will use the program path.
1 parent 20c9360 commit 9a1b1a5

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

package.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -519,8 +519,7 @@
519519
"launch": {
520520
"type": "object",
521521
"required": [
522-
"program",
523-
"cwd"
522+
"program"
524523
],
525524
"properties": {
526525
"program": {
@@ -1447,8 +1446,7 @@
14471446
"launch": {
14481447
"type": "object",
14491448
"required": [
1450-
"program",
1451-
"cwd"
1449+
"program"
14521450
],
14531451
"properties": {
14541452
"program": {
@@ -2209,4 +2207,4 @@
22092207
}
22102208
]
22112209
}
2212-
}
2210+
}

src/tools/OptionsSchema.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -256,8 +256,7 @@
256256
"LaunchOptions": {
257257
"type": "object",
258258
"required": [
259-
"program",
260-
"cwd"
259+
"program"
261260
],
262261
"properties": {
263262
"program": {

0 commit comments

Comments
 (0)