Граф коммитов

7 Коммитов

Автор SHA1 Сообщение Дата
Dustin Campbell db8b0afaaa Migrates the extension to latest VS Code and TypeScript
This change updates the extension and several dependencies to the latest
VS Code and TypeScript per the instructions at
https://code.visualstudio.com/upgrades/v1_6#_extension-authoring.
2016-12-19 08:20:50 -08:00
Chuck Ries 5ef7d01eff Reimplement debugger acquisition to use Package Manager
1. Remove all code related to calling dotnet restore/dotnet publish
2. Remove coreclr-debug directory
3. Add debugger runtime packages to package manifest
4. Add an install.Begin file to the package manager so we can detect that
it is in progress
5. Rework the debugger proxy so that it understands the package manager
6. Add knowledge of the dotnet cli on the path to the debugger proxy

TODO:
1. Lots and lots of testing
2. Offline package creation
2016-11-04 14:04:20 -07:00
Dustin Campbell 10c5061c70 Revert to .NET Core OmniSharp packages 2016-11-02 09:19:25 -07:00
Dustin Campbell 648363e3e4 Punch through getting download and unzip working properly 2016-11-02 09:19:23 -07:00
Dustin Campbell f628bac4f3 Update gulp to download new OmniSharp 2016-03-17 15:31:48 -07:00
Chuck Ries e790d27822 Incorproate coreclr-debug into omnisharp extension
1. Adds coreclr-debug.ts to implement coreclr-debug acquisition and hooks
   it into omnisharp's activation handler
2. Adds the coreclr-debug directory containing the project.json,
   NuGet.config and dummy.cs required dotnet restore/publish
3. Adds the debugger section to contributes in package.json
4. Adds .vscodeignore to exclude items not needed at runtime from being
   packaged

TODO:
1. Update project.json references
2. Update NuGet.config to not point to http://dbgnuget (switch to
   nuget.org once pacakges are published publicly)
3. Create some completion file that we can check for correct complete
   installation
4. Improve reporting status of acquisition to end user
2016-02-26 13:47:35 -08:00
Johannes Rieken 6baa78258e Happy Coding! 2015-12-03 11:25:00 +01:00