Skip to content

Commit 957d494

Browse files
committed
2 parents 30671ed + c5de7dd commit 957d494

1 file changed

Lines changed: 11 additions & 2 deletions

File tree

readme.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,10 @@ This project was inspired by [VS Mono Debugger](https://github.com/GordianDotNet
1010

1111
## Overview
1212

13-
Allow developers to build, deploy and debug projects on their remote Linux (Ubuntu, Raspberry PI, etc) devices! Users can choose to use SSH with either a _private key_ or _password_.
13+
Now developers can build, deploy and debug projects on their remote Linux (Ubuntu, Raspberry PI, etc) devices! Customize your SSH connection to use either a _password_ or a _private key_.
14+
15+
### Work in Progress
16+
This project is currently in the early alpha stages, so only Building and Deployment is available. This extension aims to allow you to automatically attach for debugging over the network. For now, that step is still manual. On the plus side, we just saved you 1.5 min of manual upload and `chown -R`.
1417

1518
### Usage
1619

@@ -34,8 +37,14 @@ In order to get this project moving, the following must be done.
3437
* [X] Perform upload to remote machine
3538
* [ ] Attach to process
3639

40+
## Developers Wanted
41+
42+
Contributors and Q/A are welcomed!
43+
44+
To contribute, please pick off an item from the project or issue page. We'd love to hear your enhancement ideas as well.
45+
3746
## References
3847

3948
* [Extension Docs](https://docs.microsoft.com/en-us/visualstudio/extensibility/creating-a-settings-category?view=vs-2022)
4049
* [Extension Sample](https://github.com/microsoft/VSSDK-Extensibility-Samples/tree/master/Options)
41-
* [Offroad Debugging](https://github.com/Microsoft/MIEngine/wiki/Offroad-Debugging-of-.NET-Core-on-Linux---OSX-from-Visual-Studio)
50+
* [Offroad Debugging](https://github.com/Microsoft/MIEngine/wiki/Offroad-Debugging-of-.NET-Core-on-Linux---OSX-from-Visual-Studio)

0 commit comments

Comments
 (0)