Sandeep Somavarapu and GitHub
cb226f7c7e
add logs ( #167847 )
...
add logs #163418
2022-12-02 12:47:22 +01:00
Martin Aeschlimann and GitHub
54573831ef
bump version to 1.75.0 ( #167915 )
...
set version to 1.75.0
2022-12-02 10:59:51 +01:00
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 and GitHub
5762c7821c
Use includes instead of indexOf ( #167860 )
...
Use indexOf instead of includes
2022-12-02 01:17:10 +01:00
Alexandru Dima and GitHub
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 and GitHub
9b163c0a76
revive URI for terminal quick fixes ( #167784 )
2022-12-01 22:47:15 +01:00
Megan Rogge and GitHub
9215b37a98
update status bar _onDidChangeScreenReaderOptimized ( #167735 )
2022-12-01 15:39:28 -06:00
Rob Lourens and GitHub
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
Matt Bierner and GitHub
9b3371e6e3
Fix path sep for markdown drop on windows ( #167862 )
...
Fixes #167824
2022-12-01 19:27:21 +01:00
Ladislau Szomoru and GitHub
55d6b17e19
Git - Update unsafe repositories link ( #167832 )
...
Update unsafe repositories link
2022-12-01 13:40:05 +01:00
Alexandru Dima and GitHub
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 and GitHub
e871aaf1c3
Improve wording in notification ( #167834 )
...
Fixes #167542 : Improve wording in notification
2022-12-01 12:47:48 +01:00
Alexandru Dima and GitHub
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 and GitHub
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 and GitHub
9433821f09
remove critical log level ( #167820 )
2022-12-01 10:55:56 +01:00
Johannes Rieken and GitHub
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 and GitHub
a1f2132aa8
Git - Fix command name ( #167812 )
...
Fix command name
2022-12-01 09:57:15 +01:00
Joyce Er and GitHub
329de94191
Do not require manifest.activationEvents to generate implicit events ( #167786 )
2022-12-01 09:52:09 +01:00
Alex Ross and GitHub
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 and GitHub
cbb2b2476c
Complete fix #166196 ( #167805 )
2022-12-01 09:11:26 +01:00
Joyce Er and GitHub
7f3301d361
Report cancellation errors in telemetry ( #167799 )
2022-12-01 07:19:51 +01:00
Joyce Er and GitHub
f3996b416f
Add 1-step Continue in Local Folder option ( #167795 )
2022-11-30 22:00:43 -08:00
Connor Peet and GitHub
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 and GitHub
968026a46d
Use includes instead of indexOf ( #167778 )
2022-11-30 22:44:10 +00:00
Harald Kirschner and GitHub
2a16bdb467
Instrument webview usage ( #167762 )
...
Nov 30, 2022, 11:44 AM
2022-11-30 13:33:25 -08:00
Peng Lyu and GitHub
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 and GitHub
bffd0181d3
Restrict hover focus trap behaviour to Settings indicators ( #167756 )
...
Fixes #167520
2022-11-30 12:54:51 -08:00
Peng Lyu and GitHub
c8dd73b410
Fix #167683 . Show selected kernel name during kernel detection. ( #167761 )
2022-11-30 19:53:07 +00:00
Matt Bierner and GitHub
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 and GitHub
e84133953f
Add application.experimental.* to Settings UI ( #167746 )
...
Fixes #167498
2022-11-30 10:28:43 -08:00
Raymond Zhao and GitHub
dfca1c7088
Add tabIndex only when there's data ( #167753 )
...
Fixes #167629
2022-11-30 18:11:15 +00:00
易良 and GitHub
0fd497a6df
fix: typos ( #158431 )
2022-11-30 10:09:51 -08:00
Raymond Zhao and GitHub
959c8b024c
Improve hover accessibility ( #167749 )
...
- Search entire hover container when adding focus trap
- Change keyup to keydown event to activate hover action links properly
2022-11-30 17:50:54 +00:00
Johannes Rieken and GitHub
c5be23af01
fix https://github.com/microsoft/vscode/issues/166082 ( #167739 )
...
* fix https://github.com/microsoft/vscode/issues/166082
* also fix https://github.com/microsoft/vscode/issues/166080
* ops
2022-11-30 16:24:06 +00:00
Ladislau Szomoru and GitHub
d0b47f6c30
Git - Unsafe repositories flow polish ( #167728 )
2022-11-30 16:39:59 +01:00
Alex Ross and GitHub
c9d310b5f0
comment-sample + doesn't do anything on initial file ( #167729 )
...
* comment-sample `+` doesn't do anything on initial file
Fixes #167600
* Fix compile error
2022-11-30 15:01:21 +00:00
Sandeep Somavarapu and GitHub
a2857837bd
Fix #167647 ( #167727 )
2022-11-30 14:52:46 +00:00
Johannes Rieken and GitHub
6d24732a62
fix https://github.com/microsoft/vscode/issues/167548 ( #167726 )
2022-11-30 06:49:41 -08:00
Sandeep Somavarapu and GitHub
78586cddd7
Fix #166196 ( #167723 )
2022-11-30 14:28:30 +00:00
Alex Ross and GitHub
5c79f5c532
Toggle Comments Inconsistent Behavior With comments.visible Setting ( #167722 )
...
Fixes #167663
2022-11-30 06:14:15 -08:00
Alex Ross and GitHub
ba9399b83d
Roll back variables in welcome views ( #167720 )
...
* Revert "Don't require workspace folder for welcome view variables (#167235 )"
This reverts commit b5ce100fe1 .
* Revert "Add variables to welcome views (#167163 )"
This reverts commit 3dc0754369 .
2022-11-30 13:50:10 +00:00
Henning Dieterichs and GitHub
b171fc21b2
Fixes #167585 ( #167716 )
2022-11-30 13:28:08 +01:00
Ladislau Szomoru and GitHub
5c41d2b0fc
Git - fix unsafe repository path to use \ as path separator ( #167711 )
...
Fix #167515
2022-11-30 11:46:12 +01:00
Sandeep Somavarapu and GitHub
410665bd1c
fix #167539 ( #167709 )
2022-11-30 10:22:48 +00:00
Ladislau Szomoru and GitHub
4934caaf88
Git - improve unsafe repository message based on feedback ( #167701 )
...
Fix #167595
2022-11-30 10:15:44 +01:00
Benjamin Pasero and GitHub
a1fc4e3739
Untitled editors are not force opened when auto save is on ( fix #167691 ) ( #167694 )
2022-11-30 08:15:02 +00:00
Sandeep Somavarapu and GitHub
a823f4af40
Fix #167630 ( #167693 )
2022-11-30 09:02:01 +01:00
Robo and GitHub
9908b3d5ae
chore: update electron@19.1.8 ( #167677 )
2022-11-29 18:28:23 -08:00
Joyce Er and GitHub
1a1ff9cd96
Update Edit Sessions setting names ( #167650 )
...
* Disable edit sessions partial matches
* Update edit sessions setting names
* Better setting and loc key names
* Fix duplicate loc key
2022-11-30 00:59:30 +00:00
Connor Peet and GitHub
a315da7910
cli: fix service failing to install on older systemd ( #167672 )
...
Fixes https://github.com/microsoft/vscode/issues/167671
In newer systemd, enablement is apparently implicit with 'link', but it must be called for older setups.
2022-11-30 00:34:05 +00:00