Skip to content

Commit 05fde0c

Browse files
committed
Updates.
1 parent 1bbbde0 commit 05fde0c

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.vscode/launch.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,15 @@
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
{

.vscode/settings.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,6 @@
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",

0 commit comments

Comments
 (0)