vscode-php-debug
vscode-php-debug copied to clipboard
chore(deps): update dependency vscode to ^1.101.1
This PR contains the following updates:
| Package | Type | Update | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|---|---|
| vscode | engines | minor | ^1.66.1 -> ^1.101.1 |
||||
| @types/vscode (source) | devDependencies | minor | ^1.66.0 -> ^1.101.0 |
Release Notes
microsoft/vscode (vscode)
v1.101.1: May 2025 Recovery 1
The update addresses these issues.
For the complete release notes go to Updates on code.visualstudio.com.
v1.101.0: May 2025
Welcome to the May 2025 release of Visual Studio Code. There are many updates in this version that we hope you'll like, some of the key highlights include:
MCP
- Expand your agent coding flow with support for prompts, resources, and sampling (Show more).
- Access MCP servers that require authentication (Show more).
- Debug MCP servers with development mode (Show more).
- Publish MCP servers from an extension (Show more).
Chat
- Group and manage related tools by combining them in a tool set (Show more).
Source Control
- View files in Source Control Graph view (Show more).
- Assign and track work for GitHub Copilot Coding Agent from within VS Code (Show more).
If you'd like to read these release notes online, go to Updates on code.visualstudio.com.
Want to try new features as soon as possible? You can download the nightly Insiders build and try the latest updates as soon as they are available.
v1.100.3: April 2025 Recovery 3
The update addresses these issues, including a fix for a security vulnerability.
For the complete release notes go to Updates on code.visualstudio.com.
v1.100.2: April 2025 Recovery 2
The update addresses these issues, including a fix for a security vulnerability.
For the complete release notes go to Updates on code.visualstudio.com.
v1.100.1: April 2025 Recovery 1
The update addresses these issues, including a fix for a security vulnerability.
For the complete release notes go to Updates on code.visualstudio.com.
v1.100.0: April 2025
Welcome to the April 2025 release of Visual Studio Code. There are many updates in this version that we hope you'll like, some of the key highlights include:
-
Chat
-
Chat performance
-
Editor experience
For the complete release notes go to Updates on code.visualstudio.com.
Insiders: Want to try new features as soon as possible? You can download the nightly Insiders build and try the latest updates as soon as they are available.
v1.99.3: March 2025 Recovery 3
The update addresses these issues.
For the complete release notes go to Updates on code.visualstudio.com.
v1.99.2: March 2025 Recovery 2
The update addresses these issues.
For the complete release notes go to Updates on code.visualstudio.com.
v1.99.1: March 2025 Recovery 1
The update has a fix for the security vulnerability in this issue.
For the complete release notes go to Updates on code.visualstudio.com.
v1.99.0: March 2025
Welcome to the March 2025 release of Visual Studio Code. There are many updates in this version that we hope you'll like, some of the key highlights include:
-
Agent mode
-
Code editing
-
Chat
-
Notebook editing
- Create and edit notebooks as easily as code files with support for edit and agent mode (more...).
For the complete release notes go to Updates on code.visualstudio.com.
Insiders: Want to try new features as soon as possible? You can download the nightly Insiders build and try the latest updates as soon as they are available.
v1.98.2: February 2025 Recovery 2
The update addresses these issues.
For the complete release notes go to Updates on code.visualstudio.com.
v1.98.1: February 2025 Recovery 1
The update addresses these issues.
For the complete release notes go to Updates on code.visualstudio.com.
v1.98.0: February 2025
Welcome to the February 2025 release of Visual Studio Code. There are many updates in this version that we hope you'll like, some of the key highlights include:
- Next Edit Suggestions (preview) - Copilot predicts the next edit you are likely to make.
- Agent mode (preview) - Copilot autonomously completes tasks.
- Copilot Edits for notebooks - Iterate quickly on edits for your notebooks.
- Code search - Let Copilot find relevant files for your chat prompt.
- Terminal IntelliSense (preview) - Rich completion support for your terminal.
- Drag & drop references - Quickly open peek references in a new editor.
- Linux custom title bar - Custom title bar support for Linux enabled by default.
- Unresolved diagnostics (preview) - Prompt when committing with unresolved diagnostics.
- Soft-delete in source control - Move untracked files to trash instead of deleting them.
- Custom instructions GA - Use custom instructions to tailor Copilot to your needs.
For the complete release notes go to Updates on code.visualstudio.com.
Insiders: Want to see new features as soon as possible? You can download the nightly Insiders build and try the latest updates as soon as they are available. And for the latest Visual Studio Code news, updates, and content, follow us on Bluesky vscode.dev or Twitter @βcode!
v1.97.2: January 2025 Recovery 2
The update addresses these issues.
For the complete release notes go to Updates on code.visualstudio.com.
v1.97.1: January 2025 Recovery 1
The update addresses these issues, including a fix for a security vulnerability.
For the complete release notes go to Updates on code.visualstudio.com.
v1.97.0: January 2025
Welcome to the January 2025 release of Visual Studio Code. There are many updates in this version that we hope you'll like, some of the key highlights include:
- Next Edit Suggestions (preview) - Copilot predicts the next edit you are likely to make.
- Reposition Command Palette - Drag the Command Palette and Quick Inputs to a new position.
- Auto accept edits - Automatically accept edits from Copilot after a configurable timeout.
- Extension publisher trust - Keep your environment secure with extension publisher trust.
- Compound logs - Combine multiple logs into a single, aggregated log view.
- Filter output logs - Filter the contents of the Output panel.
- Git blame information - Rich git blame information and open on GitHub.
- Search values in debug variables - Filter and search for specific values in debug variables.
- Notebook inline values - View inline values for code cell variables in notebooks.
- Python no-config debug - Quickly debug a Python script or module without setup.
For the complete release notes go to Updates on code.visualstudio.com.
Insiders: Want to see new features as soon as possible? You can download the nightly Insiders build and try the latest updates as soon as they are available. And for the latest Visual Studio Code news, updates, and content, follow us on Bluesky vscode.dev or Twitter @βcode!
v1.96.4: November 2024 Recovery 4
The update addresses these issues.
For the complete release notes go to Updates on code.visualstudio.com.
v1.96.3: November 2024 Recovery 3
The update addresses these issues.
For the complete release notes go to Updates on code.visualstudio.com.
v1.96.2: November 2024 Recovery 2
The update addresses these issues.
For the complete release notes go to Updates on code.visualstudio.com.
v1.96.1: November 2024 Recovery 1
The update addresses these issues.
For the complete release notes go to Updates on code.visualstudio.com.
v1.96.0: November 2024
Welcome to the November 2024 release of Visual Studio Code. There are many updates in this version that we hope you'll like, some of the key highlights include:
- Overtype mode - Switch between overwrite or insert mode in the editor
- Add imports on paste - Automatically add missing TS/JS imports when pasting code
- Test coverage - Quickly filter which code is covered by a specific test
- Move views - Easily move views between the Primary and Secondary Side Bar
- Terminal ligatures - Use ligatures in the terminal
- Extension allow list - Configure which extensions can be installed in your organization
- Debug with Copilot - Use copilot-debug terminal command to start a debugging session
- Chat context - Add symbols and folders as context for Chat and Edits
- Move from chat to Copilot Edits - Switch to Copilot Edits to apply code suggestions from Chat
For the complete release notes go to Updates on code.visualstudio.com.
Insiders: Want to see new features as soon as possible? You can download the nightly Insiders build and try the latest updates as soon as they are available. And for the latest Visual Studio Code news, updates, and content, follow us on Twitter @βcode!
v1.95.3: October 2024 Recovery 3
The update addresses these issues.
For the complete release notes go to Updates on code.visualstudio.com.
v1.95.2: October 2024 Recovery 2
The update addresses these issues.
For the complete release notes go to Updates on code.visualstudio.com.
v1.95.1: October 2024 Recovery 1
The update addresses these issues.
For the complete release notes go to Updates on code.visualstudio.com.
v1.95.0: October 2024
Welcome to the October 2024 release of Visual Studio Code. There are many updates in this version that we hope you'll like, some of the key highlights include:
- Copilot Edits - Iterate quickly on large changes across multiple files.
- Copilot Chat in Secondary Side Bar - Keep Copilot Chat open and ready to-go while you work.
- Multiple GitHub accounts - Log in to multiple GitHub accounts in VS Code simultaneously.
- Copilot code reviews - Get a quick review pass or a deeper review of uncommitted changes.
- Docstrings with Pylance - Generate docstring templates for classes or methods.
- Preview settings indicator - View experimental and preview settings in the Settings editor.
- Copilot extensibility - Showcasing Copilot extensibility in VS Code.
If you'd like to read these release notes online, go to Updates on code.visualstudio.com. Insiders: Want to try new features as soon as possible? You can download the nightly Insiders build and try the latest updates as soon as they are available.
v1.94.2: September Recovery 2
The update addresses these issues.
For the complete release notes go to Updates on code.visualstudio.com.
v1.94.1: September Recovery 1
The update addresses these issues, including a fix for a security vulnerability.
For the complete release notes go to Updates on code.visualstudio.com.
v1.94.0: September 2024
Welcome to the September 2024 release of Visual Studio Code. There are many updates in this version that we hope you'll like, some of the key highlights include:
- Find in Explorer - Quickly find files in the Explorer view with the improved Find control.
- Source Control Graph - More filtering options and interactivity in the Source Control Graph.
- Python test coverage - Run Python tests with coverage and get rich results in the editor.
- ESM - Faster VS Code startup thanks to the migration to ESM.
- Account preference - Specify which account to use for an extension.
- Copilot in Native REPL - Get code completions and Inline Chat in the Native REPL.
- Improved chat context - Drag & drop files or use IntelliSense for more relevant chat context.
- Test environment setup - Get help with setting up a test framework for your workspace.
If you'd like to read these release notes online, go to Updates on code.visualstudio.com. Insiders: Want to try new features as soon as possible? You can download the nightly Insiders build and try the latest updates as soon as they are available.
v1.93.1: August 2024 Recovery 1
The update addresses these issues.
For the complete release notes go to Updates on code.visualstudio.com.
v1.93.0: August 2024
Welcome to the August 2024 release of Visual Studio Code. There are many updates in this version that we hope you'll like, some of the key highlights include:
- Profiles editor - Switch and manage your profiles from a single place.
- Django unit test support - Discover and run Django unit tests from the Test Explorer.
- IntelliSense on vscode.dev - Boost your JS & TS coding in vscode.dev with IntelliSense.
- Notebook diff viewer - Efficiently review changes in notebooks by collapsing unchanged cells.
- Resize columns via the keyboard - Resizing table columns in VS Code more accessible via keyboard.
- Source Control Graph - Easily hide, collapse, or move the Source Control Graph.
- GitHub Copilot - Add context in Quick Chat, improved test generation and chat history.
- Experiment: Inline Chat - Use recent coding files for Inline Chat context.
If you'd like to read these release notes online, go to Updates on code.visualstudio.com. Insiders: Want to try new features as soon as possible? You can download the nightly Insiders build and try the latest updates as soon as they are available.
v1.92.2: July 2024 Recovery 2
The update addresses these issues.
For the complete release notes go to Updates on code.visualstudio.com.
v1.92.1: July 2024 Recovery 1
The update addresses these issues.
For the complete release notes go to Updates on code.visualstudio.com.
v1.92.0: July 2024
Welcome to the July 2024 release of Visual Studio Code. There are many updates in this version that we hope you'll like, some of the key highlights include:
- Default browser - Configure which browser to use for opening links in VS Code.
- Revert PRs - Easily create a revert PR for a merged PR.
- Extension updates - More easily configure auto updating of extensions.
- Override profiles - Override an existing profile with the Profiles Editor.
- Paste files in CSS - Quickly add CSS file references with paste or drag and drop.
- Move Panel to top - Position the Panel section at the top of the workbench.
- Copilot uses GPT - 4o - GitHub Copilot Chat upgraded to OpenAI's GPT-4o.
If you'd like to read these release notes online, go to Updates on code.visualstudio.com. Insiders: Want to try new features as soon as possible? You can download the nightly Insiders build and try the latest updates as soon as they are available.
v1.91.1: June 2024 Recovery 1
The update addresses these issues.
For the complete release notes go to Updates on code.visualstudio.com.
v1.91.0: June 2024
Welcome to the June 2024 release of Visual Studio Code. There are many updates in this version that we hope you'll like, some of the key highlights include:
- Preview: Incoming/Outgoing changes graph - Visualize incoming and outgoing changes in the Source Control view.
- Python environments - Enhanced environment discovery with python-environment-tools.
- Smart Send in native REPL - Smoothly run code chunks in the native REPL.
- GitHub Copilot extensibility - Chat and Language Model APIs available in VS Code Stable.
- Preview: Profiles Editor - Manage your profiles in a single place.
- Custom tab labels - More variable options and support for multiple extensions.
- TypeScript 5.5 - Syntax checking for regular expressions and other language features.
- JavaScript Debugger - Inspect shadowed variables while debugging JavaScript.
If you'd like to read these release notes online, go to Updates on code.visualstudio.com. Insiders: Want to try new features as soon as possible? You can download the nightly Insiders build and try the latest updates as soon as they are available.
v1.90.2: May 2024 Recovery 2
The update addresses these issues.
For the complete release notes go to Updates on code.visualstudio.com.
v1.90.1: May 2024 Recovery 1
The update addresses these issues.
For the complete release notes go to Updates on code.visualstudio.com.
v1.90.0: May 2024
Welcome to the May 2024 release of Visual Studio Code. There are many updates in this version that we hope you'll like, some of the key highlights include:
- Editor tabs multi-select - Select and perform actions on multiple tabs simultaneously.
- Profiles - Open new windows with your preferred profile.
- Editor actions - Immediately access editor actions across editor groups.
- Copilot extensibility - Build AI into your extensions with the Chat and Language Model API.
- VS Code Speech - Automatically read out Copilot Chat responses with text-to-speech.
- Find in notebooks - Restrict search to selected cells in notebooks.
- Chat context - Quickly attach different types of context in chat.
- IntelliSense in chat responses - Better understand generated code with IntelliSense.
If you'd like to read these release notes online, go to Updates on code.visualstudio.com. Insiders: Want to try new features as soon as possible? You can download the nightly Insiders build and try the latest updates as soon as they are available.
v1.89.1: April 2024 Recovery 1
The update addresses these issues.
For the complete release notes go to Updates on code.visualstudio.com.
v1.89.0: April 2024
Welcome to the April 2024 release of Visual Studio Code. There are many updates in this version that we hope you'll like, some of the key highlights include:
- Preview Markdown images & videos - Hover over a link to preview images & videos in Markdown.
- Enhanced branch switching - Restore open editors seamlessly when switching between branches.
- Middle-click paste support - Paste text quickly in the terminal using a mouse middle-click.
- WSL over Remote - SSH - Use WSL when connected to a remote machine via Remote - SSH.
- Accessible View - Navigate through comments, chat code blocks & terminal commands from the Accessible View.
- Keyboard shortcuts for UI actions - Customize keybindings for UI actions directly with a right-click.
- Quick Search - Search for text across your workspace with Quick Search.
- AI-powered rename suggestions - Get intelligent rename suggestions in the editor with Copilot.
- Copilot content exclusion - Exclude files from being used in the Copilot context.
- Local workspace extension - Include and install extensions directly in your workspace.
If you'd like to read these release notes online, go to Updates on code.visualstudio.com. Insiders: Want to try new features as soon as possible? You can download the nightly Insiders build and try the latest updates as soon as they are available.
v1.88.1: March 2024 Recovery 1
The update addresses these issues.
For the complete release notes go to Updates on code.visualstudio.com.
v1.88.0: March 2024
Welcome to the March 2024 release of Visual Studio Code. There are many updates in this version that we hope you'll like, some of the key highlights include:
- Apply custom editor labels - Distinguish between editors with same file names.
- Locked scrolling - Compare editors side-by-side with synchronized scrolling.
- Extension update improvements - Restart extensions without reload & update extensions with VS Code releases.
- Test Coverage API - Native code coverage support in VS Code.
- Folding markers in minimap - Easily identify and navigate to code sections from minimap.
- Quick Search improvements - Sticky file path separators and separator buttons.
- Notebook Run cells in section - Quickly run all cells in a notebook section.
- Copilot improvements - Improved inline chat UI, commit messages, and used references.
- Python auto-detect improvements - Detect startup files for Flask & Django, discover Hatch environments.
- Preview: Terminal inline chat - Start a Copilot inline chat conversation directly from the terminal.
If you'd like to read these release notes online, go to Updates on code.visualstudio.com. Insiders: Want to try new features as soon as possible? You can download the nightly Insiders build and try the latest updates as soon as they are available.
v1.87.2: February 2024 Recovery 2
The update addresses these issues.
For the complete release notes go to Updates on code.visualstudio.com.
v1.87.1: February 2024 Recovery 1
The update addresses these issues.
For the complete release notes go to Updates on code.visualstudio.com.
v1.87.0: February 2024
Welcome to the February 2024 release of Visual Studio Code. There are many updates in this version that we hope you'll like, some of the key highlights include:
- Voice dictation in editor - Use your voice to dictate directly in the editor.
- Multi-cursor inline suggestions - Review and accept inline suggestions for multiple cursors.
- Copilot-powered rename suggestions - Get rename suggestions for symbols from Copilot.
- Side-by-side preview refactoring - Preview refactorings across files with multi diff editor.
- Smarter Python imports - Improvements for adding missing Python imports.
- Sticky scroll in editor - Sticky scroll is enabled by default in the editor.
- Multi-language support for speech - Multiple languages supported for speech recognition.
- Copilot suggestions for dev containers - Get template and feature suggestions for dev container configurations.
If you'd like to read these release notes online, go to Updates on code.visualstudio.com. Insiders: Want to try new features as soon as possible? You can download the nightly Insiders build and try the latest updates as soon as they are available.
v1.86.2: January 2024 Recovery 2
The update addresses these issues.
For the complete release notes go to Updates on code.visualstudio.com.
v1.86.1: January 2024 Recovery 1
The update addresses these issues.
For the complete release notes go to Updates on code.visualstudio.com.
v1.86.0: January 2024
Welcome to the January 2024 release of Visual Studio Code. There are many updates in this version that we hope you'll like, some of the key highlights include:
- Per-window zoom levels - Adjust the zoom level for each window independently.
- Hey Code voice command - Start a chat session with a voice command.
- Multi-file diff editor - Quickly review diffs across multiple files in the diff editor.
- Triggered breakpoints - Efficient debugging with breakpoint dependencies.
- Expanded Sticky Scroll support - Sticky Scroll in tree views and notebooks.
- Markdown paste options - Rich paste support for links, video, and audio elements.
- Flexible Auto Save options - Skip Auto Save on errors or save only for specific file types.
- Source Control input - Customize commit input and per-language editor settings.
- Extension notifications - Fine-grained control for disabling notifications per extension.
- GitHub Copilot updates - Improved default context, add file as context, AI fixes.
If you'd like to read these release notes online, go to Updates on code.visualstudio.com.
Insiders: Want to try new features as soon as possible? You can download the nightly Insiders build and try the latest updates as soon as they are available.
v1.85.2: November 2023 Recovery 2
The update addresses these issues.
For the complete release notes go to Updates on code.visualstudio.com.
v1.85.1: November 2023 Recovery 1
The update addresses these issues.
For the complete release notes go to Updates on code.visualstudio.com.
v1.85.0: November 2023
Welcome to the November 2023 release of Visual Studio Code. There are many updates in this version that we hope you'll like, some of the key highlights include:
- Floating editor windows - Drag and drop editors onto your desktop.
- Accessible View workflow - Smoother transitions to and from the Accessible View.
- Finer extension update control - Choose which extensions to auto update.
- Source Control incoming and outgoing view - Easily review pending repository changes.
- JavaScript heap snapshots - Visualize heap snapshots including memory object graphs.
- TypeScript Go to Definition from inlay hints - Jump to definition from inlay hint hovers.
- Python type hierarchy display - Quickly review and navigate complex type relationships.
- GitHub Copilot updates - Inline chat improvements, Rust code explanation.
- Preview: expanded Sticky Scroll support - Sticky Scroll in tree views and the terminal.
If you'd like to read these release notes online, go to Updates on code.visualstudio.com.
Insiders: Want to try new features as soon as possible? You can download the nightly Insiders build and try the latest updates as soon as they are available.
v1.84.2: October 2023 Recovery 2
The update addresses these issues.
For the complete release notes go to Updates on code.visualstudio.com.
v1.84.1: October 2023 Recovery 1
The update addresses these issues.
For the complete release notes go to Updates on code.visualstudio.com.
v1.84.0: October 2023
Welcome to the October 2023 release of Visual Studio Code. There are many updates in this version that we hope you'll like, some of the key highlights include:
More audio cues - New audio cues to indicate clear, save, and format activity. Activity bar position - Move Activity bar to the top for compact display. Hide editor tabs - Show multiple, single, or no editor tabs. Maximize Editor Groups - Quickly expand the active Editor Group. Python improvements - Better run code in terminal, easier virtual environment creation. FastAPI tutorial - Learn about developing Python FastAPI apps with VS Code. Gradle for Java - Improved support for Java Gradle projects. Preview: GitHub Copilot - Chat "agents", generate commit messages, terminal support.
If you'd like to read these release notes online, go to Updates on code.visualstudio.com.
Insiders: Want to try new features as soon as possible? You can download the nightly Insiders build and try the latest updates as soon as they are available.
v1.83.1: September 2023 Recovery 1
The update addresses these issues.
For the complete
Configuration
π Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
π¦ Automerge: Disabled by config. Please merge this manually once you are satisfied.
β» Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
π Ignore: Close this PR and you won't be reminded about these updates again.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 67.10%. Comparing base (
3025d1f) to head (21d83c7).
:exclamation: Current head 21d83c7 differs from pull request most recent head 6120130. Consider uploading reports for the commit 6120130 to get more accurate results
Additional details and impacted files
@@ Coverage Diff @@
## main #792 +/- ##
=======================================
Coverage 67.10% 67.10%
=======================================
Files 14 14
Lines 1988 1988
Branches 393 393
=======================================
Hits 1334 1334
Misses 654 654
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
β Artifact update problem
Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.
β» Renovate will retry this branch, including artifacts, only when one of the following happens:
- any of the package files in this branch needs updating, or
- the branch becomes conflicted, or
- you click the rebase/retry checkbox if found above, or
- you rename this PR's title to start with "rebase!" to trigger it manually
The artifact failure details are included below:
File name: package-lock.json
xz: (stdin): Unexpected end of input
tar: Unexpected EOF in archive
tar: Unexpected EOF in archive
tar: Error is not recoverable: exiting now
bash: npm: command not found