-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(vscode): enhance outline generation and code structure
- Updated imports to include `Uri`, `workspace`, and `WorkspaceEdit` from `vscode`. - Modified the `Outline` interface to include `startLine` and `endLine` instead of just `line`. - Added a new `CodeChangeRequest` interface. - Refactored the `provideNLOutlinesGenerate` method to improve readability and structure. - Enhanced logging for better debugging and tracking of document processing.
- Loading branch information
Showing
1 changed file
with
184 additions
and
49 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