Skip to content

Commit 533aaed

Browse files
committed
modified executeCode logic for python version
1 parent 4be0cf5 commit 533aaed

File tree

13 files changed

+3886
-3270
lines changed

13 files changed

+3886
-3270
lines changed

.vscode/settings.json

Lines changed: 26 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,31 @@
7878
"thread": "cpp",
7979
"typeindex": "cpp",
8080
"typeinfo": "cpp",
81-
"valarray": "cpp"
81+
"valarray": "cpp",
82+
"any": "cpp",
83+
"barrier": "cpp",
84+
"bit": "cpp",
85+
"charconv": "cpp",
86+
"compare": "cpp",
87+
"concepts": "cpp",
88+
"coroutine": "cpp",
89+
"expected": "cpp",
90+
"optional": "cpp",
91+
"source_location": "cpp",
92+
"string_view": "cpp",
93+
"format": "cpp",
94+
"latch": "cpp",
95+
"numbers": "cpp",
96+
"ranges": "cpp",
97+
"semaphore": "cpp",
98+
"span": "cpp",
99+
"spanstream": "cpp",
100+
"stacktrace": "cpp",
101+
"stdfloat": "cpp",
102+
"stop_token": "cpp",
103+
"syncstream": "cpp",
104+
"variant": "cpp"
82105
},
83-
"C_Cpp.errorSquiggles": "disabled"
106+
"C_Cpp.errorSquiggles": "disabled",
107+
"cmake.sourceDirectory": "/home/ashishexe/Documents/GitHub/cph-vscode-extension-leetcode/node_modules/bare-fs"
84108
}

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,3 +61,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6161
- updated commandTreeDataProvider.ts to add a new command to the panel
6262
- updated package.json file too
6363
- updated the logic for fetchTestCases.ts (basically adding logic for second selector to account for every question on leetcode)
64+
65+
### Fixed
66+
- change python version to python3 (install python3 to execute the code)

0 commit comments

Comments
 (0)