Daniel Imms and GitHub
42f9bcea2a
Merge pull request #185397 from microsoft/tyriar/185392
...
Trace events on PtyService
2023-06-20 09:46:35 -07:00
aamunger
e8b63b2f59
undo package format changes
2023-06-20 09:39:10 -07:00
Megan Rogge and GitHub
bd86e0f405
Merge pull request #185355 from microsoft/merogge/fish-s
...
respect `fish_prompt`, re-enable automatic fish shell integration
2023-06-20 09:38:59 -07:00
meganrogge
686f1ce964
stricter types
2023-06-20 09:30:52 -07:00
meganrogge
d2233bfb1f
fix typos
2023-06-20 09:23:01 -07:00
Megan Rogge and GitHub
203538cabd
Merge branch 'main' into merogge/fish-s
2023-06-20 09:20:20 -07:00
Daniel Imms and GitHub
f2f7a8e7b8
Merge pull request #185668 from microsoft/tyriar/measure
...
Measure and report basic terminal performance marks
2023-06-20 09:19:48 -07:00
Aaron Munger and GitHub
2ad06b116a
Merge branch 'main' into aamunger/fileBackedIW
2023-06-20 09:12:30 -07:00
meganrogge
63b02db8e8
Merge branch 'main' into merogge/accessible-view-chat
2023-06-20 09:09:15 -07:00
Johannes Rieken and GitHub
7288d304c9
make sure extension completion item provider have their extension identifier set correctly ( #185685 )
2023-06-20 17:52:23 +02:00
Henning Dieterichs and GitHub
e91160533a
Set showInHiddenAreas for alignment view zones ( #185683 )
2023-06-20 17:48:15 +02:00
Daniel Imms
93f78edb59
Revert \n change, will become table
2023-06-20 07:40:32 -07:00
Henning Dieterichs and GitHub
70abe7e506
Fixes #184037 ( #185664 )
2023-06-20 16:37:25 +02:00
Daniel Imms
972f7ed5b0
Measure and report terminal performance marks
...
Part of #185393
2023-06-20 07:18:25 -07:00
Johannes Rieken and GitHub
b8f761f56c
diff editor view zones should also render in hidden areas ( #185663 )
...
fixes https://github.com/microsoft/vscode/issues/185217
2023-06-20 15:36:46 +02:00
Johannes Rieken and GitHub
66ee561355
Merge pull request #182571 from russelldavis/smartSelectSubwordsOption
...
Add option for smartSelect to ignore subwords
2023-06-20 15:04:41 +02:00
Sandeep Somavarapu and GitHub
2bb3717d5d
Merge pull request #184918 from CodinGame/prevent-uncaught-error-on-cancel
...
Prevent throwing Uncaught error on cancel
2023-06-20 14:44:35 +02:00
isidor
1d73a472ba
experimentsUrl is not needed
2023-06-20 14:40:02 +02:00
Sandeep Somavarapu and GitHub
65d0bd757f
Fix #184706 ( #185655 )
2023-06-20 14:37:15 +02:00
isidor
6af591662a
remove workbench/contrib/experiments
2023-06-20 14:36:56 +02:00
Johannes Rieken and GitHub
b578213118
reveal inline chat when typing inside of it ( #185648 )
...
fixes https://github.com/microsoft/vscode-copilot-release/issues/226
2023-06-20 12:30:21 +02:00
Aiday Marlen Kyzy
2483e0869a
changes from review from yesterday
2023-06-20 12:11:03 +02:00
Aiday Marlen Kyzy
2e83346656
using the register function instead of using the additional disposable store
2023-06-20 11:58:24 +02:00
Aiday Marlen Kyzy
8755ad6c02
removing the css changes that have been previously done and setting the z-index to 50 on the hover widget
2023-06-20 11:51:39 +02:00
Aiday Marlen Kyzy
0bdacdb965
removing the position from the resizable content widget and adding it into the content hover
2023-06-20 11:48:08 +02:00
Bhavya U and GitHub
c248f9ec0c
Add getting started-step for profiles ( #185373 )
...
* Add getting started-step for profiles
* Add themed image for step
* Update content
2023-06-20 09:50:15 +02:00
65b471f4e2
Feat: #132598 Add notification in case of running a translated build on windows and macOS ( #181191 )
...
* added notification in case of running a rosetta translated build
* using app.runningUnderARM64Translation instead of system call
* added download button to the download page in the wrong build notification
* removed test call
* Update src/vs/workbench/electron-sandbox/window.ts
Co-authored-by: Robo <hop2deep@gmail.com >
* Update src/vs/workbench/electron-sandbox/window.ts
Co-authored-by: Robo <hop2deep@gmail.com >
* code format
* Update src/vs/workbench/electron-sandbox/window.ts
Co-authored-by: Robo <hop2deep@gmail.com >
---------
Co-authored-by: Robo <hop2deep@gmail.com >
2023-06-20 14:52:27 +09:00
Matt Bierner and GitHub
8c85702bca
Explicitly clear web resources clipboard on copy ( #185622 )
...
Fixes #185466
Proper fix would be to use a future web clipboard API that lets you write any data types to the system clipboard
2023-06-19 17:43:21 -07:00
Matt Bierner and GitHub
7f8893b149
Add more logging for when loadWorkspaceContents isn't used ( #185624 )
2023-06-19 17:42:38 -07:00
Rob Lourens and GitHub
2baf8c51e9
Prevent multiple cell status bar items ( #185621 )
...
* Stop running Throttler after class is disposed
Fix microsoft/vscode-jupyter#13537
* Clean up item ID cache
* Add comment
2023-06-20 01:22:42 +02:00
Michael Lively and GitHub
a0b88b58a2
NB toolbar -- dynamic resizing w/ workbench ( #185404 )
...
* dynamic sizing support
* separator fix, double (+) fix, generic overflow fxn
* comment cleaning...
2023-06-20 01:15:33 +02:00
Matt Bierner and GitHub
97f3d5b850
Use adopted stylesheets for notebook codeblock theming ( #185616 )
...
Fixes #185251
2023-06-19 16:03:47 -07:00
aamunger
82d4b715b3
actually use it
2023-06-19 15:38:37 -07:00
aamunger
92c2bd0cf8
use interactive name as saved ipynb name
2023-06-19 15:32:58 -07:00
Aaron Munger and GitHub
c72605e962
Merge branch 'main' into aamunger/fileBackedIW
2023-06-19 15:31:15 -07:00
Matt Bierner and GitHub
b9048ee2c5
Fix files not being copied on first esbuild watch ( #185618 )
2023-06-19 23:59:46 +02:00
Raymond Zhao and GitHub
5eeacc59a7
Use status instead of alert ( #185609 )
2023-06-19 14:26:12 -07:00
Megan Rogge and GitHub
9717599be7
Update src/vs/editor/contrib/hover/browser/hover.ts
2023-06-19 14:23:47 -07:00
Megan Rogge and GitHub
b50b986e31
Update src/vs/base/browser/ui/tree/abstractTree.ts
2023-06-19 14:23:16 -07:00
Megan Rogge and GitHub
6a491c730a
Update src/vs/base/browser/ui/tree/abstractTree.ts
2023-06-19 14:22:59 -07:00
meganrogge
149a962c0c
move comments
2023-06-19 14:22:05 -07:00
ea97852a3b
Add server message to user-facing error on 429 for tunnel creation ( #185600 )
...
* Add server message to user-facing error on 429 for tunnel creation
* Update cli/src/tunnels/dev_tunnels.rs
Co-authored-by: Connor Peet <connor@peet.io >
* fix lint error
---------
Co-authored-by: Connor Peet <connor@peet.io >
2023-06-19 13:16:29 -07:00
Matt Bierner and GitHub
0f8598bf46
Render code links with link color instead of code color ( #185604 )
2023-06-19 11:51:01 -07:00
Raymond Zhao and GitHub
111fb77051
Bump sqlite3 to 5.1.6-vscode ( #185603 )
2023-06-19 11:31:03 -07:00
meganrogge
98cb279e79
allow passing in info
2023-06-19 14:26:50 -04:00
aamunger
655687065c
fix test - do not overwrite interactive Editor with a notebook editor
2023-06-19 11:19:58 -07:00
meganrogge
fa35e8dee8
fix layout issue
2023-06-19 14:11:06 -04:00
meganrogge
2c9da742fa
add type
2023-06-19 13:53:55 -04:00
Henning Dieterichs and GitHub
25e9e851c5
Fixes redraw issue ( #185601 )
2023-06-19 19:50:15 +02:00
meganrogge
b33d65406a
fix
2023-06-19 13:46:24 -04:00