- Notifications
You must be signed in to change notification settings - Fork668
Open
Description
🚀 Feature Proposal
Using the default languagepython3
to pull Pandas problem (e.g. LeetCode 1148) will get error:
[ERROR] Not supported language "python3"[WARN] Supported languages: mssql mysql oraclesql postgresql pythondata (node:2829) Warning: Accessing non-existent property 'padLevels' of module exports inside circular dependency
Motivation
To support Pandas problem set
Contribution
Potential solution:
- Step 1. Update
package.json
to supportpythondata
as default language type in configuration keyleetcode.defaultLanguage
:Line 302 in586b3e4
"leetcode.defaultLanguage": { - Similar to PRfix: add rust in default language list #412 :
- Step 2. Anything else? e.g. problem template, submit process, request template?
Metadata
Metadata
Assignees
Labels
No labels