[PR #1055] add vscode config #1483

Open
opened 2026-01-29 22:20:46 +00:00 by claunia · 0 comments
Owner

Original Pull Request: https://github.com/adamhathcock/sharpcompress/pull/1055

State: closed
Merged: Yes


This pull request adds a comprehensive Visual Studio Code workspace configuration for the project, streamlining development and testing workflows. It introduces recommended extensions, editor and search settings, build and test tasks, and debugging configurations tailored for .NET development.

VS Code Workspace Configuration:

Recommended extensions and editor settings:

  • Adds a .vscode/extensions.json file recommending essential .NET and C# extensions, including tools for development, formatting, and test exploration.
  • Introduces .vscode/settings.json to configure solution defaults, file exclusions (e.g., bin, obj, artifacts), C# formatting with CSharpier, and enables Roslyn analyzers and EditorConfig support.

Build, test, and utility tasks:

  • Adds .vscode/tasks.json defining tasks for building, restoring, cleaning, testing (across multiple frameworks), formatting, packaging, and running performance tests, integrating with the default .NET workflow.

Debugging configurations:

  • Provides .vscode/launch.json with debug configurations for running and debugging tests, performance tests, and build scripts, including support for filtering specific tests and selecting build targets interactively.
**Original Pull Request:** https://github.com/adamhathcock/sharpcompress/pull/1055 **State:** closed **Merged:** Yes --- This pull request adds a comprehensive Visual Studio Code workspace configuration for the project, streamlining development and testing workflows. It introduces recommended extensions, editor and search settings, build and test tasks, and debugging configurations tailored for .NET development. **VS Code Workspace Configuration:** *Recommended extensions and editor settings:* - Adds a `.vscode/extensions.json` file recommending essential .NET and C# extensions, including tools for development, formatting, and test exploration. - Introduces `.vscode/settings.json` to configure solution defaults, file exclusions (e.g., `bin`, `obj`, `artifacts`), C# formatting with CSharpier, and enables Roslyn analyzers and EditorConfig support. *Build, test, and utility tasks:* - Adds `.vscode/tasks.json` defining tasks for building, restoring, cleaning, testing (across multiple frameworks), formatting, packaging, and running performance tests, integrating with the default .NET workflow. *Debugging configurations:* - Provides `.vscode/launch.json` with debug configurations for running and debugging tests, performance tests, and build scripts, including support for filtering specific tests and selecting build targets interactively.
claunia added the pull-request label 2026-01-29 22:20:46 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/sharpcompress#1483