Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
christiankissig
/
python-lsp-client
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
2
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Actions: christiankissig/python-lsp-client
Actions
All workflows
Workflows
CI/CD
CI/CD
Dependency Graph
Dependency Graph
Show more workflows...
Management
Caches
All workflows
All workflows
Actions
Loading...
Loading
Sorry, something went wrong.
Uh oh!
There was an error while loading.
Please reload this page
.
will be ignored since log searching is not yet available
Showing runs from all workflows
will be ignored since log searching is not yet available
35 workflow runs
35 workflow runs
Workflow
Filter by Workflow
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching workflows.
Event
Filter by Event
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching events.
Status
Filter by Status
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching statuses.
Branch
Filter by Branch
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching branches.
Actor
Filter by Actor
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching users.
Merge pull request #14 from christiankissig/language-feature-requests
CI/CD
#43:
Commit
b0f421a
pushed by
christiankissig
1m 21s
master
master
1m 21s
View workflow file
Merge pull request #14 from christiankissig/language-feature-requests
CI/CD
#42:
Commit
e06b399
pushed by
christiankissig
1m 34s
master
master
1m 34s
View workflow file
Language-feature requests: typed params/results + request-response correlation
CI/CD
#41:
Pull request
#14
opened by
christiankissig
56s
language-feature-requests
language-feature-requests
56s
View #14
View workflow file
Merge pull request #12 from christiankissig/export-progress-token
CI/CD
#40:
Commit
634421c
pushed by
christiankissig
1m 20s
master
master
1m 20s
View workflow file
Export ProgressToken from the package root
CI/CD
#39:
Pull request
#12
opened by
christiankissig
46s
export-progress-token
export-progress-token
46s
View #12
View workflow file
Merge pull request #11 from christiankissig/expand-server-capabilities
CI/CD
#38:
Commit
d1dc457
pushed by
christiankissig
1m 12s
master
master
1m 12s
View workflow file
Expand ServerCapabilities to the full spec field set
CI/CD
#37:
Pull request
#11
opened by
christiankissig
49s
expand-server-capabilities
expand-server-capabilities
49s
View #11
View workflow file
Merge pull request #10 from christiankissig/add-initialize-result
CI/CD
#36:
Commit
57ffdd9
pushed by
christiankissig
1m 12s
master
master
1m 12s
View workflow file
Add InitializeResult and ServerInfo
CI/CD
#35:
Pull request
#10
opened by
christiankissig
50s
add-initialize-result
add-initialize-result
50s
View #10
View workflow file
Merge pull request #9 from christiankissig/add-diagnostic
CI/CD
#34:
Commit
cfead5d
pushed by
christiankissig
1m 10s
master
master
1m 10s
View workflow file
Add Diagnostic and related types
CI/CD
#33:
Pull request
#9
opened by
christiankissig
57s
add-diagnostic
add-diagnostic
57s
View #9
View workflow file
Merge pull request #8 from christiankissig/add-notification-message
CI/CD
#32:
Commit
4000546
pushed by
christiankissig
1m 19s
master
master
1m 19s
View workflow file
Allow array params on notification messages
CI/CD
#31:
Pull request
#8
opened by
christiankissig
51s
add-notification-message
add-notification-message
51s
View #8
View workflow file
Merge pull request #7 from christiankissig/add-response-message-spec
CI/CD
#30:
Commit
d23050d
pushed by
christiankissig
1m 20s
master
master
1m 20s
View workflow file
Split ErrorCodes/LSPErrorCodes and enforce ResponseMessage result xor error
CI/CD
#29:
Pull request
#7
opened by
christiankissig
50s
add-response-message-spec
add-response-message-spec
50s
View #7
View workflow file
Merge pull request #6 from christiankissig/add-language-id
CI/CD
#28:
Commit
c9c5e1e
pushed by
christiankissig
1m 16s
master
master
1m 16s
View workflow file
Add LanguageKind identifiers for TextDocumentItem
CI/CD
#27:
Pull request
#6
opened by
christiankissig
55s
add-language-id
add-language-id
55s
View #6
View workflow file
Merge pull request #5 from christiankissig/add-range-format
CI/CD
#26:
Commit
2b86427
pushed by
christiankissig
1m 21s
master
master
1m 21s
View workflow file
Constrain Position offsets to the LSP uinteger type
CI/CD
#25:
Pull request
#5
opened by
christiankissig
54s
add-range-format
add-range-format
54s
View #5
View workflow file
Merge pull request #4 from christiankissig/add-position-encoding
CI/CD
#24:
Commit
b95a1d9
pushed by
christiankissig
1m 24s
master
master
1m 24s
View workflow file
Add position encoding negotiation support
CI/CD
#23:
Pull request
#4
opened by
christiankissig
1m 6s
add-position-encoding
add-position-encoding
1m 6s
View #4
View workflow file
Merge pull request #3 from christiankissig/add-message-base
CI/CD
#22:
Commit
0eb8004
pushed by
christiankissig
1m 13s
master
master
1m 13s
View workflow file
Add base protocol Message types
CI/CD
#21:
Pull request
#3
opened by
christiankissig
51s
add-message-base
add-message-base
51s
View #3
View workflow file
Add workDoneProgress protocol support (#2)
CI/CD
#20:
Commit
4a5af5d
pushed by
christiankissig
1m 18s
master
master
1m 18s
View workflow file
Add workDoneProgress protocol support
CI/CD
#19:
Pull request
#2
opened by
christiankissig
56s
add-work-done-progress
add-work-done-progress
56s
View #2
View workflow file
Previous
1
2
Next
You can’t perform that action at this time.