Copilot

Results 4682 issues of Copilot

Enables passing arbitrary PHP flags when starting the development server. Addresses use cases like loading extensions or setting ini directives that vary across environments. ## Changes - **Command building**: Positional...

command:server

## Plan: Support pretty permalinks and multiple WordPress entry points ### Problem The current router.php doesn't properly set `$_SERVER` variables when routing requests to PHP files. This causes issues with:...

## Problem Users encounter `ELOOP: too many symbolic links encountered` errors when comparing folders that contain circular symbolic links. The error occurs in the `dir-compare` library when it tries to...

This PR addresses the request to create comprehensive instructions based on the Compare Folders VSCode Extension project. The documentation provides complete guidance for users, developers, and contributors at all levels....

- [x] Initial plan: Add progress notification for folder comparison - [x] Initial implementation: Add progress notifications for folder comparison operations - [x] Refactor to use generic utility function per...

This PR fixes the "EACCES: permission denied, stat" error that causes the extension to crash when comparing folders containing files or directories with insufficient permissions, and improves error reporting by...

This PR fixes a critical issue where the extension would crash with "Maximum call stack size exceeded" when comparing certain files, as reported in issue #207. ## Root Cause The...

Multiline EJS blocks break syntax highlighting for all subsequent HTML content after the closing `%>`. ```ejs ``` ## Changes - **Unified EJS pattern**: Merged `tag-ejs-single-line` and `tag-ejs-multi-line` into a single...

This PR implements the feature request to compare text selection with clipboard content, extending the existing diff & merge functionality with two new commands: ## 🎯 New Features ### 1....

This PR addresses all critical errors and major warnings identified by the ioBroker repository checker to ensure compliance with repository standards and enable future stable repository updates. ## Key Changes...