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

Adding the VSCode-sessionId header to extension query request #1

Merged
merged 190 commits into from
Jun 27, 2022

Conversation

prashantvc
Copy link
Owner

Adding the VSCode-sessionId header to extension query request
https://github.com/microsoft/vscode-internalbacklog/issues/2961

Tyriar and others added 30 commits June 10, 2022 13:55
Added Telemetry for CodeActions (part of refactoring preview)
Support persisting the environment variable collection each terminal was created with
Mention history in terminal persistence settings
Profile support for global storage
…oise caused by `UnhandledPromiseRejectionWarning` always being logged)
…same" (#149074)

The if statement removed prevents any guides in case of wrapped line with no wrapping-indentation (i.e. when the starting column of the new line is the first).
This prevented the rendering of horizontal guides.
Removing the statement also does not lead to wrongfully diplayed vertical lines.
Signed-off-by: Babak K. Shandiz <babak.k.shandiz@gmail.com>
connor4312 and others added 28 commits June 24, 2022 21:46
* debug: improve step in target UI

This is based on the DAP proposal here, which we should ratify before
merging this: microsoft/debug-adapter-protocol#274

This PR changes the context menu action to try to step into the target
at the cursor position, if there's a step target with a range at that
position. Otherwise, it opens the context menu as it did before.

Additionally, it adds a **Debug: Step Into Target** command which, when
called (e.g. on keybinding) will show step targets for the current
frame and allow the user to choose one.

* chore: update debugProtocol.d.ts to current
- menubarControl.ts
- assignmentService.ts
fixes #150788

- add a new delegate for the titlebar to handle the hover for the layout
	controls
- reuse the hover delegate in the command center
- don't show hover for application menu/overflow menu
- When splitting `text/uri-list`, we should split on `\n` to handle against spec versions of `text/uri-list`
- However when constructing a `text/uri-list`, we should use `\r\n` to align with the spec
* Markdown path completions tests use mocked out fs

This updates the path completion tests to stop depending on the actual fs and instead use `IMdWorkspace`

* Update remaining tests
- Make version property mandatory in extension profiles (like in web)
- Extend extensions clean up to profiles
- Add necessay changes in other services to support extension cleanup:
- Introduce INativeServerExtensionManagementService
- Extend profile change event to provide added and removed profiles
- fix installing other versions do not uninstall in profile mode
- add more logging
implement `IEditorInput#confirm` to confirm with users that it is OK to close a merge editor despite unresolved conflicts. As a side-effect keep the merge editor dirty while it is unsed and while it has unresolved conflicts

fixes #151024
Improve extensions management in profiles
* Use default cursor for the action button list item

* Remove !important
allow dependabot to make yarn.lock changes
Bumps [shell-quote](https://github.com/substack/node-shell-quote) from 1.7.2 to 1.7.3.
- [Release notes](https://github.com/substack/node-shell-quote/releases)
- [Changelog](https://github.com/substack/node-shell-quote/blob/master/CHANGELOG.md)
- [Commits](https://github.com/substack/node-shell-quote/compare/v1.7.2...1.7.3)

---
updated-dependencies:
- dependency-name: shell-quote
  dependency-type: indirect
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: João Moreno <joao.moreno@microsoft.com>
Bumps [got](https://github.com/sindresorhus/got) from 11.8.1 to 11.8.5.
- [Release notes](https://github.com/sindresorhus/got/releases)
- [Commits](sindresorhus/got@v11.8.1...v11.8.5)

---
updated-dependencies:
- dependency-name: got
  dependency-type: direct:development
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: João Moreno <joao.moreno@microsoft.com>
Bumps [shell-quote](https://github.com/substack/node-shell-quote) from 1.7.2 to 1.7.3.
- [Release notes](https://github.com/substack/node-shell-quote/releases)
- [Changelog](https://github.com/substack/node-shell-quote/blob/master/CHANGELOG.md)
- [Commits](https://github.com/substack/node-shell-quote/compare/v1.7.2...1.7.3)

---
updated-dependencies:
- dependency-name: shell-quote
  dependency-type: indirect
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: João Moreno <joao.moreno@microsoft.com>
refactor: 🩺 use StorageScope.Application for update feature
@prashantvc prashantvc merged commit 68ec3ef into prashantvc:issue2961 Jun 27, 2022
@github-actions github-actions bot locked and limited conversation to collaborators Aug 11, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.