Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Spark
Build and deploy intelligent apps
GitHub Models
Manage and compare prompts
MCP Registry
New
Discover and integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
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
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
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 or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
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 }}
YuTang-HIT
/
bash-language-server
Public
forked from
bash-lsp/bash-language-server
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
0
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit History
Commits on Aug 11, 2021
Merge pull request #310 from bash-lsp/release-client
Show description for b442cda
skovhus
authored
b442cda
Copy full SHA for b442cda
Release a version 1.12.0 of the vscode client
skovhus
committed
41489f6
Copy full SHA for 41489f6
Upgrade bash language server for the vscode-client
skovhus
committed
d25ad46
Copy full SHA for d25ad46
Merge pull request #309 from bash-lsp/release-server
Show description for bb4fb90
skovhus
authored
bb4fb90
Copy full SHA for bb4fb90
Bump version to 2.0.0
skovhus
committed
836d242
Copy full SHA for 836d242
Format changelog
skovhus
committed
a662b5c
Copy full SHA for a662b5c
Merge pull request #308 from bash-lsp/ks/upgrade-tree-sitter
Show description for 4b49079
skovhus
authored
4b49079
Copy full SHA for 4b49079
Validate changes on node 12, 14 and 16
skovhus
committed
7d57c8d
Copy full SHA for 7d57c8d
Drop node 10 support
skovhus
committed
56d2228
Copy full SHA for 56d2228
Upgrade tree-sitter bash
skovhus
committed
7acc970
Copy full SHA for 7acc970
Make onCompletion test optional
skovhus
committed
a907ba6
Copy full SHA for a907ba6
Merge pull request #294 from otreblan/master
Show description for 2b4d8a6
skovhus
authored
2b4d8a6
Copy full SHA for 2b4d8a6
Merge branch 'master' into master
skovhus
authored
bf5e329
Copy full SHA for bf5e329
Merge pull request #307 from bash-lsp/dependabot/npm_and_yarn/acorn-6.4.2
Show description for a16b288
skovhus
authored
a16b288
Copy full SHA for a16b288
Merge branch 'master' into master
skovhus
authored
16ad7d6
Copy full SHA for 16ad7d6
Bump acorn from 6.4.0 to 6.4.2
Show description for b8c0c64
dependabot[bot]
authored
b8c0c64
Copy full SHA for b8c0c64
Merge pull request #306 from bash-lsp/dependabot/npm_and_yarn/path-parse-1.0.7
Show description for aa6c27f
skovhus
authored
aa6c27f
Copy full SHA for aa6c27f
Bump path-parse from 1.0.6 to 1.0.7
Show description for 84587f6
dependabot[bot]
authored
84587f6
Copy full SHA for 84587f6
Merge pull request #299 from bash-lsp/dependabot/npm_and_yarn/vscode-client/urijs-1.19.7
Show description for d7db029
skovhus
authored
d7db029
Copy full SHA for d7db029
Bump urijs from 1.19.6 to 1.19.7 in /vscode-client
Show description for 806f264
dependabot[bot]
authored
806f264
Copy full SHA for 806f264
Merge pull request #298 from bash-lsp/dependabot/npm_and_yarn/server/urijs-1.19.7
Show description for 37d51dd
skovhus
authored
37d51dd
Copy full SHA for 37d51dd
Commits on Jul 20, 2021
Bump urijs from 1.19.6 to 1.19.7 in /server
Show description for 02ecb50
dependabot[bot]
authored
02ecb50
Copy full SHA for 02ecb50
Commits on Jul 4, 2021
Exit get-options.sh if bash-completion isn't installed
otreblan
committed
3cff08d
Copy full SHA for 3cff08d
Commits on Jun 13, 2021
Return an empty array when get-completions fails
otreblan
committed
682de8a
Copy full SHA for 682de8a
Disable _longopt by default
otreblan
committed
f902cf4
Copy full SHA for f902cf4
No set
otreblan
committed
d8b2adc
Copy full SHA for d8b2adc
No pipefail
otreblan
committed
54527cf
Copy full SHA for 54527cf
set -uo pipefail
otreblan
committed
0206cb5
Copy full SHA for 0206cb5
Generic way of getting the path to bash_completion
otreblan
committed
25da9ac
Copy full SHA for 25da9ac
Trim and filter results
Show description for f956526
otreblan
and
skovhus
authored
f956526
Copy full SHA for f956526
Commits on Jun 9, 2021
Test onCompletion for command options
otreblan
committed
c2ec492
Copy full SHA for c2ec492
Add commandNameAtPoint test
otreblan
committed
7d6916d
Copy full SHA for 7d6916d
Merge branch 'master' into master
otreblan
authored
c93d131
Copy full SHA for c93d131
Merge pull request #291 from bash-lsp/dependabot/npm_and_yarn/ws-7.4.6
Show description for 8f0fcf2
skovhus
authored
8f0fcf2
Copy full SHA for 8f0fcf2
Bump ws from 7.2.1 to 7.4.6
Show description for a57f54b
dependabot[bot]
authored
a57f54b
Copy full SHA for a57f54b
Pagination
Previous
Next
You can’t perform that action at this time.