Joyce Er and GitHub
c217e01c68
Fix malformed docstring ( #186186 )
2023-06-26 20:45:45 +02:00
João Moreno and GitHub
998951e5ed
propagate gh token ( #186197 )
2023-06-26 20:30:03 +02:00
Joyce Er and GitHub
29c05c797d
Store workspaceState with associated editSession ( #186193 )
...
Store workspaceState with associated editSession
2023-06-26 20:26:10 +02:00
Aaron Munger and GitHub
df4d9cef95
Merge pull request #186187 from microsoft/aamunger/restoreSetting
...
remove setting with no effect
2023-06-26 11:17:56 -07:00
Aaron Munger
f907729180
remove setting
2023-06-26 09:55:34 -07:00
Tyler James Leonhardt and GitHub
3e67095b4c
More string & error handling improvements ( #186183 )
2023-06-26 18:48:16 +02:00
Aaron Munger
aa5c6e3bbe
deprecate restore setting
2023-06-26 09:42:12 -07:00
Daniel Imms and GitHub
adafd2633e
Merge pull request #186041 from microsoft/tyriar/185393_4
...
Improve pty host startup marks/traces, revive terminal procs in parallel
2023-06-26 09:22:29 -07:00
Daniel Imms and GitHub
ef4cd64f8c
Merge pull request #186083 from microsoft/tyriar/186070
...
Move LocalPty onto the direct proxy
2023-06-26 09:22:05 -07:00
Robo and GitHub
9cdd289db0
chore: update node checksums ( #186181 )
...
* chore: update node checksums
* chore: bump distro
2023-06-26 18:20:59 +02:00
Johannes Rieken and GitHub
d35617d170
improve deprecated API reporting ( #186179 )
2023-06-26 18:09:39 +02:00
paulacamargo25 and GitHub
145e99058c
Merge pull request #186177 from microsoft/Add-vscode-python-debugger-repo
...
Add vscode-python-debugger repo
2023-06-26 08:52:53 -07:00
Henning Dieterichs and GitHub
09cd7c518a
Fixes #185937 ( #186178 )
2023-06-26 17:51:17 +02:00
paulacamargo25 and GitHub
c1f89ce7ad
Merge branch 'main' into Add-vscode-python-debugger-repo
2023-06-26 08:36:15 -07:00
Johannes Rieken and GitHub
50ad64e844
enable inline chat quick fix for TypeScript implements interface by default ( #186167 )
2023-06-26 17:34:39 +02:00
paulacamargo25 and GitHub
139122fbb8
Add vscode-python-debugger repo
2023-06-26 08:30:46 -07:00
b97d99f428
Add tabSizingFixedMinWidth setting ( #185766 ) ( #186058 )
...
* Add tabSizingFixedMinWidth setting (#185766 )
* Add forgotten case for wrapping tabs
* address feedback
---------
Co-authored-by: Benjamin Pasero <benjamin.pasero@gmail.com >
2023-06-26 14:58:37 +00:00
6f25393ada
Fix #185858 : Add option to enable/disable editor group maximization on double clicking tab title ( #185966 )
...
* Add option to enable/disable editor group maximization on double clicking tab title (#185858 )
* update description
---------
Co-authored-by: Benjamin Pasero <benjamin.pasero@microsoft.com >
2023-06-26 16:51:54 +02:00
Joyce Er and GitHub
f3d8406837
Update workspace tags ( #186040 )
...
* Update workspace tags
* Add missing entries
2023-06-26 07:32:34 -07:00
Henning Dieterichs and GitHub
2e9aae6c26
Improves diff decorations ( #186161 )
2023-06-26 16:10:04 +02:00
Henning Dieterichs and GitHub
e0529dfe50
Improves unchanged regions ( #186159 )
2023-06-26 15:45:03 +02:00
Johannes Rieken and GitHub
3013efd66e
update repo lists ( #186158 )
2023-06-26 15:25:58 +02:00
098c12719d
Adds setting showEmptyDecorations ( #186138 )
...
Co-authored-by: João Moreno <joao.moreno@microsoft.com >
2023-06-26 15:14:40 +02:00
Benjamin Pasero and GitHub
7166282a10
dialogs - rename setting to files.dialog.defaultPath ( #186156 )
2023-06-26 14:36:39 +02:00
Alex Ross and GitHub
9ee3bb73c9
Adding a comment shows up twice in the UI in VS Code ( #186147 )
...
Fixes #185644
2023-06-26 13:11:56 +02:00
Henning Dieterichs and GitHub
9a9264c399
Merge pull request #186148 from microsoft/hediet/b/zoophagous-raven
...
Preserves collapsed range states
2023-06-26 13:11:43 +02:00
Henning Dieterichs and GitHub
23051f0bab
Fixes #185954 ( #186150 )
2023-06-26 13:11:03 +02:00
John Murray and GitHub
c1d726be9c
Implement files.dialog.homePath setting ( fix #115730 ) ( #182908 )
...
* Implement `workbench.fileDialog.homePath` setting (fix #115730 )
* Make it work with TestResolver remote
* Rename setting to `files.dialog.homePath`
* Add `preferredHome` to `IFileDialogService` so SimpleFileDialog can use it
* Improve setting description following feedback from @alexr00
* Ignore home override when doing ~ replacement
* Stop preferredHome falling back to user-local setting when working remote
* Eliminate preferredHome hack
2023-06-26 11:04:12 +00:00
Henning Dieterichs
01947905b6
Fixes CI
2023-06-26 12:27:37 +02:00
Henning Dieterichs
b859bde9a9
Preserves collapsed range states
2023-06-26 12:14:53 +02:00
Henning Dieterichs
5557c0ba75
Code cleanup
2023-06-26 11:24:52 +02:00
Tyler James Leonhardt and GitHub
70a4e12ca6
Better words for encryption errors ( #186131 )
...
Based on @deepak1556's feedback
2023-06-26 08:09:15 +02:00
Robo and GitHub
7f9a404d08
feat: provide disable-chromium-sandbox runtime argument ( #186004 )
...
* feat: provide disable-chromium-sandbox runtime argument
* chore: address review feedback
* chore: remove relaunch prompt
2023-06-26 07:21:27 +02:00
Robo and GitHub
b4952d14a4
fix: remove emulation check and notification on windows ( #186008 )
2023-06-26 04:32:19 +02:00
Peng Lyu and GitHub
352e7da554
Merge pull request #186123 from microsoft/rebornix/remote-notebook-save
...
Experimental notebook save delegate on remote extension host
2023-06-25 15:53:48 -07:00
Tyler James Leonhardt and GitHub
fb13a2838f
Improve error messages to users where encryption fails/isn't available ( #186037 )
2023-06-25 14:31:58 -07:00
rebornix
5dd084f677
Enable remote save behind REMOTE EH and Experimental setting
2023-06-25 12:22:54 -07:00
Daniel Imms and GitHub
cf5fe4dd34
Merge pull request #186009 from microsoft/tyriar/185998
...
Respect @ symbol search when there is no line/colon pattern after
2023-06-25 06:03:12 -07:00
Daniel Imms
640345619a
Move LocalPty onto the direct proxy
...
Fixes #186070
2023-06-24 13:29:17 -07:00
Daniel Imms
4350ccddbb
Revive terminal procs in parallel
...
Part of #185393
2023-06-23 15:43:42 -07:00
Daniel Imms and GitHub
2bd04a1380
Merge pull request #186033 from microsoft/tyriar/185393_3
...
Resolve profiles on main in parallel
2023-06-23 15:39:46 -07:00
Daniel Imms
d5f6bc6a83
Improve pty host startup marks/logging
...
Part of #185393
2023-06-23 15:35:37 -07:00
rebornix
818d4995b5
initial notebook save on remote eh
2023-06-23 15:19:01 -07:00
Daniel Imms
020ea5e3b2
Resolve profiles on main in parallel
...
Part of #185393
2023-06-23 14:46:21 -07:00
Megan Rogge and GitHub
6928a28297
Merge pull request #186025 from microsoft/merogge/task-timing
...
ensure tasks have been resolved before build task is determined, only show default build tasks in quick-pick
2023-06-23 14:31:40 -07:00
meganrogge
4f0828a171
fix #179684
2023-06-23 14:14:18 -07:00
meganrogge
6d6fcd5e3f
change boolean
2023-06-23 14:10:29 -07:00
Megan Rogge and GitHub
b1c0c8de1a
Merge pull request #186030 from microsoft/merogge/new-cue
...
use new audio cues, set in progress one to `auto` by default
2023-06-23 14:04:18 -07:00
Megan Rogge and GitHub
1e3df4f1f7
Update src/vs/workbench/contrib/tasks/browser/abstractTaskService.ts
2023-06-23 14:01:18 -07:00
Logan Ramos and GitHub
7309642fc6
Suppress codeql warning ( #186029 )
2023-06-23 23:01:00 +02:00