File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed
Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 66 "configurations" : [
77 {
88 "type" : " java" ,
9- "name" : " CodeLens (Launch) - Solution " ,
9+ "name" : " Debug (Launch) - Current File " ,
1010 "request" : " launch" ,
11- "mainClass" : " EducativeIo.Courses.GrokkingTheCodingInterview.Ch02_Pattern_SlidingWindow.P1_MaximumSumSubarrayOfSizeK.Java.Solution" ,
12- "projectName" : " learning-computer-science"
11+ "mainClass" : " ${file}"
1312 },
1413 {
1514 "type" : " java" ,
1615 "name" : " CodeLens (Launch) - Solution" ,
1716 "request" : " launch" ,
18- "mainClass" : " EducativeIo.Courses.GrokkingTheCodingInterview.Ch13_TopKElements.PC3_FrequencyStack .Java.Solution" ,
17+ "mainClass" : " EducativeIo.Courses.GrokkingTheCodingInterview.Ch02_Pattern_SlidingWindow.P1_MaximumSumSubarrayOfSizeK .Java.Solution" ,
1918 "projectName" : " learning-computer-science"
2019 },
2120 {
Original file line number Diff line number Diff line change 355355 "python.testing.promptToConfigure" : false ,
356356 "python.testing.pytestEnabled" : false ,
357357 "python.testing.nosetestsEnabled" : false ,
358- "python.pythonPath" : " C:\\ Program Files\\ Python38\\ python.exe" ,
359358 "python.linting.pylintEnabled" : true ,
360359 "java.test.config" : [{
361360 "name" : " myConfig" ,
You can’t perform that action at this time.
0 commit comments