Skip to content

Develop#6

Merged
ptr727 merged 4 commits into
mainfrom
develop
Jun 15, 2025
Merged

Develop#6
ptr727 merged 4 commits into
mainfrom
develop

Conversation

@ptr727

@ptr727 ptr727 commented Jun 15, 2025

Copy link
Copy Markdown
Owner

No description provided.

Copilot AI review requested due to automatic review settings June 15, 2025 03:49

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR customizes JSON serialization formatting, updates the VS Code debug task name, and cleans up the GitHub Actions workflow.

  • Adds a NewLine setting to JsonOptions
  • Changes the VS Code preLaunchTask from .NET Build to .Net Build
  • Removes the outdated labels field from the update-languagedata workflow

Reviewed Changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.

File Description
LanguageTags/JsonOptions.cs Add NewLine = "\r\n" to JsonSerializerOptions
.vscode/launch.json Update preLaunchTask label casing
.github/workflows/update-languagedata.yml Remove labels: 'update-languagedata'
Comments suppressed due to low confidence (2)

LanguageTags/JsonOptions.cs:22

  • JsonSerializerOptions does not have a NewLine property, causing a compilation error. Consider removing this initializer or configuring line endings through a custom Utf8JsonWriterOptions when writing JSON.
NewLine = "\r\n",

.vscode/launch.json:8

  • The preLaunchTask value .Net Build likely doesn't match the actual task label (usually .NET Build), which will prevent the build from running before launch. Update it to exactly match the task name defined in tasks.json.
"preLaunchTask": ".Net Build",

@ptr727 ptr727 merged commit a8ca7a3 into main Jun 15, 2025
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants