-
Notifications
You must be signed in to change notification settings - Fork 205
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
VSCode QOL Improvements #966
Conversation
…robust LSP, and github PRs to the extension recommendations
Caution Review failedThe pull request is closed. WalkthroughOwO! The changes in this pull request add new extension recommendations and enhance the debugging setup in Visual Studio Code. Three extensions are now recommended in the Changes
Sequence Diagram(s)sequenceDiagram
participant User
participant VSCode
participant Extensions
participant Tasks
participant Launch
User->>VSCode: Open project
VSCode->>Extensions: Load recommended extensions
Extensions-->>VSCode: Extensions loaded
VSCode->>Launch: Load launch configurations
Launch-->>VSCode: Configurations loaded
VSCode->>Tasks: Load tasks
Tasks-->>VSCode: Tasks loaded
VSCode-->>User: Ready to debug and build! UwU
Poem
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Add Tools and Release VSCode launch configurations, and add gitlens, robust LSP, and github PRs to the extension recommendations
About the PR
Add Tools and Release VSCode launch configurations, and add gitlens, robust LSP, and github PRs to the extension recommendations
Why / Balance
I hate having to type the commands in when I want to test release or map/run tools
Technical details
Media
Tested all configs, here's a screenshot of Release to show it's working:
Requirements
Breaking changes
Changelog
no CL no fun
Summary by CodeRabbit
New Features
Enhancements