-
Notifications
You must be signed in to change notification settings - Fork 727
Merge master into release #1311
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Merge release into master
Highlight location range in Find All References
Implemented "Go to Implementation" and "Peek Implementation"
Getting ready for 1.8.0-beta1
Fix minor typos in changelog
…thub.com/aeschli/omnisharp-vscode into aeschli-aeschli/project-json-dependency-supports
* Updating debugger.md to be a little clearer Hello, I got confused with this line: > You can start from scratch by creating an empty project with dotnet new: I wasn't sure if I should use the VS Code command palette `Ctrl+p` for `dotnet new` when I first read it, so I added some more text to say to use the VS Code Terminal or Command Prompt for the following steps. I also changed some of the `quoted` text to be `preformatted` instead because it seemed to be consistent to have the user `click` or `type` things that were in `preformatted text`. I hope this helps other readers. * Updated items to use kbd element per PR comments
…supports Move project.json dependency completion & hover to vscode-omnisharp
* Add 'console' to launch.json schema This checkin completes the external (and integrated) console work by updating the launch.json schema to add the new attributes. I also updated the documentation and templates. * Fix typeos
* Changing to vsdbg-ui * Updating to newer version of vsdbg.
As noted by @rajkumar42 there is a command that won't work in Command Prompt (`cd ~`). Removing the option to use command prompt to avoid confusing other readers.
ID is now set as zorin in 12.1 instead of Zorin OS
* Clean up and adding required fields. Requiring pipeProgram and debuggerPath to PipeTransport. Removing trace and trace response as they have been merged into engine logging. * Removing requirement on pipeProgram.
* Update the debugger packages to the 03-03-2017 build This updates the debugger packages to the latest build. This includes the external console work, and which I hope is the fix for: #1274 * Fix lint warning * Remove BOM from package.json Somehow I must have accidentially added a BOM to package.json. This removes it.
discover CSX files as launch targets
Remove C# grammar and configuration now that it is included in VS Code 1.10
The schema still referred to clrdbg. This fixes it.
Update changelog for v1.8 debugger items
Update OmniSharp and changelog for 1.8
|
I need to update the debugger packages one more time before we are ready. Builds are inflight now. |
|
Sounds good. |
|
When you update the debugger packages, do you want to just update them in the release branch? I'll be merging release back into master once 1.8 ships. |
|
Will do |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.