Copilot
Copilot
# If you are submitting a new `azd` template to the gallery ### Your template repository https://github.com/Azure-Samples/remote-mcp-functions-java - [x] Added an entry to https://github.com/Azure/awesome-azd/blob/main/website/static/templates.json that includes: - [x] **Template title**...
# Feature: Azure Developer CLI Extensions Browser Implements discoverable extension gallery mirroring template browser UX. Users can search/filter extensions by capabilities, author, and namespace with shareable URLs. Extension authors can...
Implements two GitHub Actions workflows to automate template validation and PR lifecycle management. ## PR Template Validator Triggers on PRs modifying `website/static/templates.json`. Validates new template entries against: - Required fields:...
## Overview This PR implements support for the `HasDefaultExample` interface in `JSONObjectPattern`, bringing consistency with other pattern types like `NumberPattern`, `StringPattern`, and `BooleanPattern`. ## Problem `JSONObjectPattern` was the only major...
## Problem The current `parsedValue` function in `Grammar.kt` uses content-based guessing to determine how to parse input strings (JSON, XML, or plain text). This approach can be unreliable and doesn't...
### Details: - Completed full migration of Angular-based `turing-ui` project to React implementation at `/turing-shadcn` - Migrated all 217 TypeScript files from Angular (Console: 171, Welcome: 17, SN: 29) -...
This PR fixes an issue where `params.yaml` files sometimes contained unwanted YAML anchor references like `&id001` when the same object appeared multiple times in the data structure. ## Problem PyYAML...
This PR adds comprehensive GitHub Copilot coding agent instructions to help developers work effectively in the ZnTrack codebase. The instructions are stored in `.github/copilot-instructions.md` and provide detailed guidance for: ##...
✅ **Static Linking Implementation for Windows Executables** Implements comprehensive static linking to resolve libstdc++-6.dll dependency issues on Windows. ## Changes Made ### Static Linking Implementation - **All example build.gradle.kts files**...
This PR implements a feature that allows users to provide their own Azure Cognitive Services translation key, enabling them to use translations without consuming platform credits. ## Changes Made ###...