Commit graph

103337 commits

Author SHA1 Message Date
Daniel Imms 69611b34dd
Private ptyService.ts 2022-12-02 08:20:19 -08:00
Daniel Imms 52577977fe
Private getOutputMatchForCommand 2022-12-02 07:59:55 -08:00
Daniel Imms d3ccfab797
Private matchesContiguousIconAware 2022-12-02 07:54:22 -08:00
Alex Ross 6c1ad724ed
Normalize drive letter for more variables (#167940)
Fixes #155883
2022-12-02 16:53:20 +01:00
Daniel Imms 6b8e36aa0f
Remove getSystemShellSync
This was deprecated as it gives inferior results to getSystemShell
2022-12-02 07:51:09 -08:00
Alex Ross fb2837b03f
Update grammars (#167938) 2022-12-02 16:42:11 +01:00
最萌小汐 930fd0e469
update Lua-grammar (#167692) 2022-12-02 16:12:07 +01:00
Johannes Rieken 041f4cd3bc
fix https://github.com/microsoft/vscode/issues/167321 (#167935) 2022-12-02 16:06:55 +01:00
Johannes Rieken 3c83412a4f
fix https://github.com/microsoft/vscode/issues/167389 (#167933) 2022-12-02 15:38:56 +01:00
Johannes Rieken 97eaca15ac
Merge pull request #167580 from NWilson/peekview-align
Fix alignment on PeekView title. Fixes #167578
2022-12-02 15:24:34 +01:00
Johannes Rieken c3d2f273f3
update vscode feature area label list (#167928) 2022-12-02 14:59:06 +01:00
Henning Dieterichs c80c0bdb41
Merge pull request #167868 from microsoft/hediet/diffing-improvements
Diffing improvements
2022-12-02 14:29:12 +01:00
Henning Dieterichs 8c964f3339
Merge pull request #167925 from microsoft/hediet/motionless-crawdad
Fixes #166100
2022-12-02 14:00:22 +01:00
Henning Dieterichs 060b6d8b4a
Fixes tests. 2022-12-02 13:59:13 +01:00
Henning Dieterichs 995978fc1e
Fixes #166100 2022-12-02 13:36:01 +01:00
Sandeep Somavarapu cb226f7c7e
add logs (#167847)
add logs #163418
2022-12-02 12:47:22 +01:00
dependabot[bot] a46f12f7c8
Bump decode-uri-component from 0.2.0 to 0.2.2
Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2.
- [Release notes](https://github.com/SamVerschueren/decode-uri-component/releases)
- [Commits](https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.0...v0.2.2)

---
updated-dependencies:
- dependency-name: decode-uri-component
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-02 10:00:43 +00:00
Martin Aeschlimann 54573831ef
bump version to 1.75.0 (#167915)
set version to 1.75.0
2022-12-02 10:59:51 +01:00
Raymond Zhao 493a541735
Disable passing in locale to Electron on macOS (#167889)
* Disable passing in locale to Electron on macOS

Fixes #167543

* Update src/main.js

Co-authored-by: Robo <hop2deep@gmail.com>

* Fix comment and apply PR feedback

Co-authored-by: Robo <hop2deep@gmail.com>
2022-12-01 17:02:44 -08:00
Raymond Zhao 5762c7821c
Use includes instead of indexOf (#167860)
Use indexOf instead of includes
2022-12-02 01:17:10 +01:00
Alexandru Dima 5e74da62da
Restore previous behavior that "Indent Using Spaces" changes both indentSize and tabSize (#167883)
Fixes #167571: Restore previous behavior that "Indent Using Spaces" changes both indentSize and tabSize
2022-12-01 22:49:18 +01:00
Megan Rogge 9b163c0a76
revive URI for terminal quick fixes (#167784) 2022-12-01 22:47:15 +01:00
Megan Rogge 9215b37a98
update status bar _onDidChangeScreenReaderOptimized (#167735) 2022-12-01 15:39:28 -06:00
Rob Lourens fa2d8d9afb
Don't create more than one notebook detection task per-type (#167878)
Don't create more than one notebook detection task per-type.
This is creating detection tasks to cover the period between opening a notebook, and the notebook extension activating and starting its own detection task. This code is a bit more complex than necessary, and it would be simpler to manage the lifecycle of this task from the `activateByEvent` promise.
Fix #167875
2022-12-01 22:02:52 +01:00
Henning Dieterichs 2b1ef23a31
Adjusts scoring function to prefer longer diagonals 2022-12-01 19:47:50 +01:00
Henning Dieterichs b9fa523e99
Implements sequence joining 2022-12-01 19:46:48 +01:00
Henning Dieterichs c503e1c9aa
Fixes bug in fixture test. 2022-12-01 19:44:43 +01:00
Matt Bierner 9b3371e6e3
Fix path sep for markdown drop on windows (#167862)
Fixes #167824
2022-12-01 19:27:21 +01:00
Ladislau Szomoru 55d6b17e19
Git - Update unsafe repositories link (#167832)
Update unsafe repositories link
2022-12-01 13:40:05 +01:00
Alexandru Dima cb1f271a44
Improve logging to render the extension host kind too (#167836)
Improve logging to render the extension host kind too (microsoft/vscode-remote-release#7497)
2022-12-01 13:01:12 +01:00
Alexandru Dima e871aaf1c3
Improve wording in notification (#167834)
Fixes #167542: Improve wording in notification
2022-12-01 12:47:48 +01:00
Alexandru Dima 94916c0127
Revert "Defer updating screen reader content when not in a11y mode" (#167829)
Fixes #165821: Revert "Defer updating screen reader content when not in a11y mode"

This reverts commit ffe90c3580.
2022-12-01 12:28:22 +01:00
Alexandru Dima 040964aaad
Take into account resolved extensions and external extensions on all extension hosts (not just the remote extension host) (#167826)
Fixes #166857: Take into account resolved extensions and external extensions on all extension hosts (not just the remote extension host)
2022-12-01 12:06:35 +01:00
Sandeep Somavarapu 9433821f09
remove critical log level (#167820) 2022-12-01 10:55:56 +01:00
Johannes Rieken 33b2e92392
nullify actionbar and view item context on dispose, remove notebook overview ruler on dispose (#167817)
fixes https://github.com/microsoft/vscode/issues/167813
2022-12-01 10:35:05 +01:00
Ladislau Szomoru a1f2132aa8
Git - Fix command name (#167812)
Fix command name
2022-12-01 09:57:15 +01:00
Joyce Er 329de94191
Do not require manifest.activationEvents to generate implicit events (#167786) 2022-12-01 09:52:09 +01:00
Alex Ross 7cfb0123fc
comments.visible should explain how it works with the Comments view (#167809)
Fixes #167569
2022-12-01 09:33:14 +01:00
Sandeep Somavarapu cbb2b2476c
Complete fix #166196 (#167805) 2022-12-01 09:11:26 +01:00
Joyce Er 7f3301d361
Report cancellation errors in telemetry (#167799) 2022-12-01 07:19:51 +01:00
Joyce Er f3996b416f
Add 1-step Continue in Local Folder option (#167795) 2022-11-30 22:00:43 -08:00
Stephen Sigwart cd4023e59e
Fix attempt 2 2022-12-01 00:04:12 -05:00
Connor Peet c87fa19f79
cli: avoid interactions when running integrated (#167780)
Fixes https://github.com/microsoft/vscode/issues/167760

The VS Code CLI gets run from a bash/shell script. This prevents interactions--in the former case, it doesn't look like a tty, and in the latter case batch scripts don't seem to support having interactive subprocesses.

This PR avoids interactions if stdin is not a tty, prompting the user to use the flag instead. Use of the flag is also persisted like an interactive agreement prompt.
2022-11-30 23:15:08 +00:00
Raymond Zhao 968026a46d
Use includes instead of indexOf (#167778) 2022-11-30 22:44:10 +00:00
Harald Kirschner 2a16bdb467
Instrument webview usage (#167762)
Nov 30, 2022, 11:44 AM
2022-11-30 13:33:25 -08:00
Peng Lyu 56d73a45e3
Do not auto run source action when there is pending kernel detection. (#167763)
* Do not auto run source action when there is pending kernel detection.

* resolve comments
2022-11-30 20:55:57 +00:00
Raymond Zhao bffd0181d3
Restrict hover focus trap behaviour to Settings indicators (#167756)
Fixes #167520
2022-11-30 12:54:51 -08:00
Peng Lyu c8dd73b410
Fix #167683. Show selected kernel name during kernel detection. (#167761) 2022-11-30 19:53:07 +00:00
Matt Bierner cec4114c0c
Ignore position parameter for now when laying out notebook widget (#167759)
Ignore position parameter for now

Fixes #167087

As discussed in https://github.com/microsoft/vscode/issues/167087#issuecomment-1332589925, the position is sometimes incorrect. Since we are close to release, the safest fix is to ignore this position. We can look into fixing the position for december
2022-11-30 19:12:56 +00:00
Raymond Zhao e84133953f
Add application.experimental.* to Settings UI (#167746)
Fixes #167498
2022-11-30 10:28:43 -08:00