-
Notifications
You must be signed in to change notification settings - Fork 86
docs: add pylance setup and usage guide for SDK developers #718
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Signed-off-by: Raja Rathour <[email protected]>
Signed-off-by: Raja Rathour <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Raja-89 please check your difference between your submission and our main, each time, before requesting a review!
You can see you've deleted a changelog entry
https://github.com/hiero-ledger/hiero-sdk-python/pull/718/files#r2484971770
Signed-off-by: Raja Rathour <[email protected]>
Signed-off-by: Raja Rathour <[email protected]>
|
@exploreriii , resolved |
Signed-off-by: Raja Rathour <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Both methods work, there is no incorrect in this
Hey @exploreriii , let me know... |
|
@Raja-89 you are claiming the top one is incorrect, but its actually correct So you don't have an 'incorrect' example |
Signed-off-by: Raja Rathour <[email protected]>
|
Hey @exploreriii I’ve also synced my branch with the latest upstream changes everything should now be up to date. Please review it once and let me know if any further refinements are needed. |
|
Thanks @exploreriii ,got it! |
|
Thanks a lot, appreciate all the efforts! @Raja-89 |
Summary
This PR adds a new developer documentation file at
docs/sdk_developers/pylance.md.The document introduces Pylance, a powerful VS Code language server for Python, and guides contributors on how to set it up and interpret its diagnostics to improve code quality before submitting pull requests.
Details
Added
✅ Checklist
docs/sdk_developers/git commit -S -s -m "...")🔗 References
Closes: #713