Skip to content

Commit c829723

Browse files
committed
Update.
1 parent ff573d8 commit c829723

File tree

1 file changed

+2
-17
lines changed

1 file changed

+2
-17
lines changed

.vscode/launch.json

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,6 @@
1818
"mainClass": "EducativeIo.Courses.GrokkingTheCodingInterview.Ch13_TopKElements.PC3_FrequencyStack.Java.Solution",
1919
"projectName": "learning-computer-science"
2020
},
21-
{
22-
"type": "java",
23-
"name": "Debug (Launch) Java",
24-
"request": "launch",
25-
"mainClass": "EducativeIo.GrokkingTheCodingInterview.Ch02_Pattern_SlidingWindow.P1_MaximumSumSubarrayOfSizeK.Java.Solution",
26-
"projectName": "learning-computer-science",
27-
"args": "",
28-
"stopOnEntry": false
29-
},
3021
{
3122
"type": "java",
3223
"name": "Debug (Attach) Java",
@@ -39,23 +30,17 @@
3930
"type": "python",
4031
"request": "launch",
4132
"stopOnEntry": true,
42-
"pythonPath": "${config:python.pythonPath}",
33+
"pythonPath": "${config:python.interpreterPath}",
4334
"program": "${file}",
4435
"cwd": "${workspaceRoot}",
4536
"env": {},
46-
"envFile": "${workspaceRoot}/.env",
47-
"debugOptions": [
48-
"RedirectOutput"
49-
]
37+
"envFile": "${workspaceRoot}/.env"
5038
},
5139
{
5240
"name": "Attach (Remote Debug) Python",
5341
"type": "python",
5442
"request": "attach",
55-
"localRoot": "${workspaceRoot}",
56-
"remoteRoot": "${workspaceRoot}",
5743
"port": 3000,
58-
"secret": "my_secret",
5944
"host": "localhost"
6045
},
6146
{

0 commit comments

Comments
 (0)