-
-
Notifications
You must be signed in to change notification settings - Fork 6
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
docs: Upstream.docs branch #23
Merged
Merged
Conversation
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
Owner
ndonfris
commented
May 22, 2024
- built snippets/*.json files
- changed README.md layout
- `fish-lsp complete` removed bare command - updated configHandlers to use zod - updataed fish_lsp_* env variables
- added flags '-c'/'--create' && '-s'/'--show'
- removed executable privileges from files that don't need to be executed ('src/**.ts', and 'scripts/*.fish') - `chmod -x src/**.ts && chmod -x scripts/*.fish` - snippets had major changes (BOTH 'snippets/*.json', 'test-data/snippets.test.ts' & 'src/utils/snippets.ts') - src/utils/snipptes.ts now has a map for storing prebuilt documentation - test-data/snippets.test.ts now tests the new prebuilt documentation - snippets/*.json had deprecated files removed - snippets/*.json had formatting fixes - jest.config.js - Removed commented out code in - Added 'use strict;' in jest.config.js
….json - needs testing before included in master - uses snippets/*.json and needs improving in src/server.ts
- now matches startupCache function markdown/documentation better
…iles Why: The package.json file needed to be updated to include additional directories and files for better organization and functionality. Error become known from .github/workflow/eslint.yml failure Changes: - Added directories key with man and bin paths - Added files key with src, snippets, package.json paths - src/features/fix-all.ts had some ssall changes that probably need to be reverted, although fix-all & code-actions are not currently attached to the server.ts file
ndonfris
force-pushed
the
upstream.docs
branch
2 times, most recently
from
May 23, 2024 05:42
aaba9de
to
47403f0
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.