File tree Expand file tree Collapse file tree 1 file changed +2
-17
lines changed
Expand file tree Collapse file tree 1 file changed +2
-17
lines changed Original file line number Diff line number Diff line change 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" ,
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 {
You can’t perform that action at this time.
0 commit comments