Visual Studio Debug Adapter Host
Перейти к файлу
Andrew Wang fc28978a88
Fix Compliance Build (#32)
* Fix Compliance Build

- Add Clear
- Upgrade to 4.8
- Change ZeroYear to be 2023

* Downgrade to v4.7.2
2024-04-01 18:43:15 -07:00
build Fix Compliance Build (#32) 2024-04-01 18:43:15 -07:00
src Fix Compliance Build (#32) 2024-04-01 18:43:15 -07:00
.editorconfig Add sample code 2018-01-24 18:29:35 -08:00
.gitattributes Add sample code 2018-01-24 18:29:35 -08:00
.gitignore Add sample code 2018-01-24 18:29:35 -08:00
LICENSE Initial commit 2018-01-23 14:31:26 -08:00
README.md Add feedback alias to readme 2018-03-07 15:37:45 -08:00
SECURITY.md Microsoft mandatory file (#25) 2022-08-15 19:18:09 -07:00

README.md

Visual Studio Debug Adapter Host

The Visual Studio Debug Adapter Host is a component included in Visual Studio 2017 Update 15.6 or later which allows integration of debug adapters written for Visual Studio Code into Visual Studio.

What is this project?

This project contains sample code demonstrating extension packaging and features of the Debug Adapter Host, as well as tools to make testing debug adapters in Visual Studio easier:

Getting Started

Start with the Wiki, which contains documentation and walkthroughs to help you bring an existing debug adapter into Visual Studio.

If you run into bugs or missing features while integrating a debug adapter with Visual Studio, you can file an Issue or contact the team at vsdahfeed@microsoft.com.

Support for other VS Code components

If you're porting an extension that includes a language service as well as a debug adapter, take a look at Visual Studio's support for Language Server Protocol extensions.

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.microsoft.com.

When you submit a pull request, a CLA-bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.