Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
version: 2
updates:
- package-ecosystem: "cargo"
directory: "/"
target-branch: "dev"
schedule:
interval: "weekly"

- package-ecosystem: "npm"
directory: "/extensions/vscode"
target-branch: "dev"
schedule:
interval: "weekly"

- package-ecosystem: "cargo"
directory: "/extensions/zed"
target-branch: "dev"
schedule:
interval: "weekly"

- package-ecosystem: "github-actions"
directory: "/"
target-branch: "dev"
schedule:
interval: "weekly"
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
All notable changes to the Path Server will be documented in this file.

## [Unreleased]
### Fixed
- **Core**: Fixed the missing latency log for hover LSP requests.

### Improved
- Refactored the structure of README.md to make it more friendly for new users.

Expand Down
Loading
Loading