Skip to content

Conversation

@DustinCampbell
Copy link
Member

No description provided.

DustinCampbell and others added 30 commits August 10, 2017 12:59
* Update debugger to 1.13.0 package

This includes the following changes:
1. Run the debugger on .NET Core 2.0 RTW (instead of preview2)
2. Breakpoint binding disambiguation fix (#1678)
3. Sending 'process' event (requested by VS For Mac team)
4. Entry point event stopping reason

* Update changelog for Debugger 1.13.0
* Omnisharp respects "omnisharp.format.enable" option for self-registering as code formatter.
This change ensures that we only send the name of a Linux distro to the telemetry report if it appears
in an approved list of known distros. The idea here is to avoid sending distro names that we don't recognize
in case the user might have built the distro themselves and included personally-identifiable information in
the distro name.
Only send telemetry for Linux distros that appears on an approved list
Correctly pass target framework to OmniSharp when running/debugging tests
Add PR to item about error fixed when running/debug xUnit 2.3.0 tests.
Fix running and debugging NUnit tests
Ravi Chande and others added 27 commits October 25, 2017 09:42
Support workspace folders in OmniSharp launcher
Rename CodeLens options to match JS/TS option names
Provide more granular file change events based on VS Code file create/delete events
for single character completions, treat the completion list as incomplete
Consume the completion trigger character API
It's entirely possible for files to change without being opened and edited by VS Code. We need to watch for such changes.
…#1801)

* Updating tasks.json schema

New tasks schema from 0.1.0 to 2.0.0

* Updating tasks.json and initialConfigurations

package.json's initialConfiguraitons have been deprecated. It uses
DebugConfigurationProvider instead.

C# extension uses generate assets initially to create launch.json and
tasks.json. However, if a user desides to dismiss the message and
generate via f5, the prompt will initiate the
DebugConfigurationProvider.

* Adding ConfigurationProvider

${workspaceRoot} is now ${workspaceFolder}

ConfigurationProvider activates on f5. This will also trigger generating
a tasks file.

tasks args are now 'build <path>', updating tests for these changes.

* API requires October 2017 Drop (1.18)

* Fixing version requirement error

* Addressing PR issues

* Detect older tasks.json

Checking if folder.uri.fsPath is a subfolder of GetSolutionPathOrFolder
to generate assets.

* Fixing PR issues

* Upgrading fs-extra for promises

* Rewriting package.json for activation events

* Reverting start activationEvents

Removing empty if and assuming paths have consistent casing.
Update source map example to escape the backslash
Update to latest OmniSharp and prepare for 1.3.0-beta5
@DustinCampbell DustinCampbell merged commit e20c819 into release Nov 6, 2017
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.

9 participants