Skip to content
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

file change apply #2

Closed
wants to merge 250 commits into from
Closed

file change apply #2

wants to merge 250 commits into from

Conversation

333fred
Copy link
Owner

@333fred 333fred commented Oct 23, 2020

captainsafia and others added 28 commits August 25, 2020 17:18
Co-authored-by: N. Taylor Mullen <nimullen@microsoft.com>
Bumps [node-fetch](https://github.com/bitinn/node-fetch) from 2.6.0 to 2.6.1.
- [Release notes](https://github.com/bitinn/node-fetch/releases)
- [Changelog](https://github.com/node-fetch/node-fetch/blob/master/docs/CHANGELOG.md)
- [Commits](node-fetch/node-fetch@v2.6.0...v2.6.1)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Update Razor packages

* feedback

* Update package.lock.json
This is the vscode side of OmniSharp/omnisharp-roslyn#1941. This is written in such a fashion as to be mergeable now, as it will fall back to InsertText if TextEdit is not present in the completion response. After some appropriate period of time, we can remove the InsertText component.
* Razor Extension 6.0.0-alpha.1.20475.2

* 6.0.0-alpha.1.20479.2

* Update package.json

* Update package.json

* Update CHANGELOG.md

* Linking Update CHANGELOG.md

* Update CHANGELOG.md

Co-authored-by: N. Taylor Mullen <nimullen@microsoft.com>

Co-authored-by: N. Taylor Mullen <nimullen@microsoft.com>
Also added ARM and ARM64
The code action provider and rename provider were expecting the server to apply the file changes, which then messes up incremental buffer changes. This sends for false for these parameters, and refactors the handling of code action responses to do the renames locally. As part of that, I also refactored the protocol to accurately reflect O#'s hierarchy, and share the edit building between the fixAllProvider and the runCodeAction provider. Fixes dotnet#4128.
* Update Razor to 6.0.0-alpha1.20521.3

  * HTML colorization is now computed meaning it should be "more correct" for non-C# portions of the document.
  * Bug fix - the `razor.format.enable` option is honored again

* Update CHANGELOG.md

Co-authored-by: Tanay Parikh <TanayParikh@users.noreply.github.com>

Co-authored-by: Tanay Parikh <TanayParikh@users.noreply.github.com>
Similar to the rename and codeAction change, this can cause incremental updates to break if the file is updated on disk (not by a vscode edit).
@333fred 333fred closed this Oct 23, 2020
333fred pushed a commit that referenced this pull request May 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet