-
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upstream.logs -- fixing logging for debugging and upgradig demos (#20)
* feat: added logger debugging utils from cli & refactored cli completions - 'src/logger.ts' was editted add minor extensions in functionality - 'src/cli.ts' had chunks of comments removed - 'src/utils/get-lsp-completions.ts' refactored auto hardcoded arrays of strings (that would be formatted), to fish-shell strings wrapped in: `<string>` * docs: updated demo.gif in README.md to use local PR provided content * docs: updated README.md formatting * feat: added .all-contributorsrc and other setup configs * docs: updating README.md * docs: updated README.md to better format * chore: update image and comment out pros of fish shell section To update the project with a new image and comment out the section highlighting the pros of fish shell for further enhancement. Changes: - Update the image link in the README file to display a new image. - Comment out the section highlighting the pros of fish shell for the time being.
- Loading branch information
Showing
11 changed files
with
425 additions
and
384 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
"projectName": "fish-lsp", | ||
"projectOwner": "ndonfris", | ||
"repoType": "github", | ||
"repoHost": "https://github.com", | ||
"files": [ | ||
"./docs/CONTRIBUTING.md" | ||
], | ||
"imageSize": 25, | ||
"commit": false, | ||
"commitConvention": "eslint", | ||
"contributors": [], | ||
"contributorsPerLine": 7, | ||
"linkToUsage": false | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.