Skip to content
This repository was archived by the owner on Apr 6, 2020. It is now read-only.

Commit a6131ed

Browse files
committed
# This is a combination of 3 commits.
# The first commit's message is: add debug framework for javascript and python # This is the commit message LeetCode-OpenSource#2: almost debug version for javascript without judge # This is the commit message LeetCode-OpenSource#3: transform some param type
1 parent 56ff329 commit a6131ed

File tree

6 files changed

+2724
-2483
lines changed

6 files changed

+2724
-2483
lines changed

.vscode/settings.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,6 @@
1010
".vscode-test": true
1111
},
1212
"tslint.autoFixOnSave": true,
13-
"tslint.ignoreDefinitionFiles": true
13+
"tslint.ignoreDefinitionFiles": true,
14+
"python.pythonPath": "E:\\Users\\sheng\\AppData\\Local\\Programs\\Python\\Python37\\python.exe"
1415
}

0 commit comments

Comments
 (0)