bash-language-server
Advanced tools
Comparing version 5.3.2 to 5.3.3
# Bash Language Server | ||
## 5.3.3 | ||
- Revert "Add --help fallback for documentation" https://github.com/bash-lsp/bash-language-server/pull/1052 | ||
## 5.3.2 | ||
@@ -4,0 +8,0 @@ |
@@ -74,3 +74,2 @@ "use strict"; | ||
{ type: 'man', command: `man -P cat ${word} | col -bx` }, | ||
{ type: 'help flag', command: `${word} --help | col -bx` }, | ||
]; | ||
@@ -77,0 +76,0 @@ for (const { type, command } of DOCUMENTATION_COMMANDS) { |
@@ -6,3 +6,3 @@ { | ||
"license": "MIT", | ||
"version": "5.3.2", | ||
"version": "5.3.3", | ||
"main": "./out/server.js", | ||
@@ -9,0 +9,0 @@ "typings": "./out/server.d.ts", |
@@ -77,3 +77,2 @@ import * as ChildProcess from 'child_process' | ||
{ type: 'man', command: `man -P cat ${word} | col -bx` }, | ||
{ type: 'help flag', command: `${word} --help | col -bx` }, | ||
] | ||
@@ -80,0 +79,0 @@ |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2061818
13415