Commit graph

101422 commits

Author SHA1 Message Date
Connor Peet fad3a77833
debug: remove timeout connecting to renderer (#162899)
Fixes #159835
2022-10-06 16:02:09 -07:00
Connor Peet b9ebb059db
testing: use real test item instances if available in command args (#162898)
Fixes https://github.com/microsoft/vscode/issues/154659 (for realsies)
2022-10-06 15:56:37 -07:00
Matt Bierner a4c9ea968d
Pick up latest versions of eslint (#162896) 2022-10-06 15:37:27 -07:00
Matt Bierner e676542045
Fix Webview find widget animation and restore (#162895)
Fixes #162457
2022-10-06 15:27:34 -07:00
Connor Peet 7ef53c918a
testing: make sure actionbar is visible on list row focus (#162891)
Fixes #162759
2022-10-06 15:21:52 -07:00
Connor Peet ef0bf16e87
testing: focus to file when diff is opened (#162894)
Fixes #155559
2022-10-06 15:19:17 -07:00
Matt Bierner 4affcdb07c
Add documentation and clean up IWebviewWorkbenchService (#162792) 2022-10-06 15:00:49 -07:00
David Dossett 4803d07197
Align "Show welcome page on startup" checkbox elements (#162887)
* Align "Show welcome page on startup" checkbox elements

* Adjust value
2022-10-06 14:31:49 -07:00
Matt Bierner 1a5101ff73
Mark arguments to WorkspaceEdit.set readonly (#162888)
These values are not modified. Mark these readonly to allow using these apis in more cases
2022-10-06 14:19:28 -07:00
David Dossett 908450a021
Update Get Started h2 font weight (#162883)
Update Get Started h2 font weight
2022-10-06 13:48:07 -07:00
Megan Rogge 5ab910f16f
no telemetry needed when task end event gets fired twice (#162861)
fix #160572
2022-10-06 13:41:49 -07:00
Peng Lyu 9b063a81c9
Developer command for reloading notebook webview (#162872) 2022-10-06 15:51:33 -04:00
Daniel Imms 55be96c199
Merge pull request #162855 from microsoft/tyriar/xterm2
Update xterm.js
2022-10-06 12:34:50 -07:00
Megan Rogge 9051852b73
log more info when tasks to terminate is not found (#162839) 2022-10-06 12:32:48 -07:00
Huiwen 518b9d9c8a
Fix #161565 (#161567)
Fix https://github.com/microsoft/vscode/issues/161565
2022-10-06 15:20:48 -04:00
Matt Bierner 99e126b0b2
Pick up latest TS version for building VS Code (#162786)
Pick up latest TS for building VS Code
2022-10-06 12:08:45 -07:00
Matt Bierner bc4bf747c9
Bump version (#162864) 2022-10-06 11:31:27 -07:00
Daniel Imms 8636541385
Merge pull request #154546 from jeanp413/jp/fix-152785-2
Fixes detaching a terminal editor doesn't fire vscode.window.onDidCloseTerminal event
2022-10-06 10:49:38 -07:00
Daniel Imms ae49262345
Update xterm again
This includes a revert to event refactor which will fix vscode's
internal access. It was going to be reverted anyway.
2022-10-06 10:38:05 -07:00
Daniel Imms c6aca1b230
Fix space->tab 2022-10-06 10:36:11 -07:00
Dongcai Huang 9ff5a9aaa9
Fix FreePortOutputRegex (#162323) 2022-10-06 10:31:27 -07:00
Megan Rogge c3aee94a0e
Update src/vs/workbench/contrib/terminal/browser/terminalInstance.ts 2022-10-06 10:18:42 -07:00
Megan Rogge 36fdf6b697
Merge branch 'main' into jp/fix-152785-2 2022-10-06 10:18:00 -07:00
Daniel Imms 82eabca376
Merge pull request #162852 from microsoft/tyriar/162840
Document remaining ITerminalInstance methods
2022-10-06 10:16:48 -07:00
Daniel Imms d47ee39e9b
are -> aren't 2022-10-06 10:03:41 -07:00
Daniel Imms c8ea6c85ef
Fix compile error on main (#162859) 2022-10-06 09:55:35 -07:00
Andrea Mah 1eeb8b5e34
replace registerWorkbenchAction with registerAction2 in search (#162778)
replace registerWorkbenchAction with registerAction2
2022-10-06 09:40:32 -07:00
David Dossett d08c3c2c6f
Add subtle border radius to inputs and dropdowns to match buttons (#162795)
* Add border radius to text inputs and dropdowns

* Update input and dropdown padding

* Update rename input border-radius

* Update SCM input styles
2022-10-06 09:28:33 -07:00
Daniel Imms 1edf758ddb
Merge pull request #158091 from CyrilOtheninGirard/exit-code-is-not-restored-when-PROMPT_COMMAND-is-an-array
Bash shell integration -- exit code is not restored when PROMPT_COMMAND is an array
2022-10-06 09:22:34 -07:00
Daniel Imms d3e41d26ed
Update xterm.js
- Bump copyright year xtermjs/xterm.js#4176
- Share texture atlas cache code between webgl and canvas renderers xtermjs/xterm.js#4170
- Add willReadFrequently to canvas renderer too xtermjs/xterm.js#4169
- Ensure texture atlas comparison uses rgba not object xtermjs/xterm.js#4168
- Create new event with emitter object to simplify code xtermjs/xterm.js#4166
- Define all events and emitters consistently xtermjs/xterm.js#4165
- Inline dirty row service into input handler xtermjs/xterm.js#4163
- Move w objects to $ prefix variables xtermjs/xterm.js#4162

Fixes #158984
Fixes #158874
2022-10-06 09:18:33 -07:00
Megan Rogge 30be36af5b
clear quick fix decoration appropriately (#162701) 2022-10-06 09:16:38 -07:00
Daniel Imms 8bb295af55
Merge pull request #162850 from microsoft/tyriar/1628841
Include args in fixed git similar command
2022-10-06 09:10:00 -07:00
Daniel Imms 2ac0bef53c
Update src/vs/workbench/contrib/terminal/browser/terminal.ts
Co-authored-by: Megan Rogge <merogge@microsoft.com>
2022-10-06 09:07:24 -07:00
Daniel Imms 66fdc1fdbe
Update src/vs/workbench/contrib/terminal/test/browser/quickFixAddon.test.ts
Co-authored-by: Megan Rogge <merogge@microsoft.com>
2022-10-06 08:57:00 -07:00
Sandeep Somavarapu aef171d278
fix #161558 (#162574)
* fix #161558

* fix tests
2022-10-06 08:44:06 -07:00
Daniel Imms c153237d74
Document remaining ITerminalInstance methods
Fixes #162840
2022-10-06 08:30:18 -07:00
Daniel Imms 643271a487
Add test for passing args through 2022-10-06 08:19:37 -07:00
Daniel Imms 1b8711a96b
Include args in fixed git similar command
Fixes #162841
2022-10-06 08:17:17 -07:00
Sandeep Somavarapu b1c1b3bd3b
Fix #162651 (#162848) 2022-10-06 08:09:40 -07:00
Tyler James Leonhardt e1244bacd8
Allow separators to have buttons (#162798) 2022-10-06 08:00:38 -07:00
Sandeep Somavarapu 159f94009b
Fix #162652 (#162845) 2022-10-06 07:57:08 -07:00
Sandeep Somavarapu a8772add23
Fix #162333 (#162843) 2022-10-06 07:45:41 -07:00
Megan Rogge f627e84b76
Merge branch 'main' into exit-code-is-not-restored-when-PROMPT_COMMAND-is-an-array 2022-10-06 07:23:04 -07:00
Sandeep Somavarapu e42366e69e
#155990 add more logging (#162837) 2022-10-06 07:21:27 -07:00
Megan Rogge 19f4680c26
simplify process kill (#162833)
fix #162344
2022-10-06 07:01:23 -07:00
Daniel Imms dc1a19e9dc
Merge pull request #159318 from jacekkopecky/check-before-asking-to-save-all
Check for unsaved editors before asking to save
2022-10-06 06:43:44 -07:00
Johannes Rieken 03f98efb75
fix Extract Telemetry step (#162832) 2022-10-06 06:17:12 -07:00
Tyler James Leonhardt 0f8068478e
Support format2 (#162785) 2022-10-06 15:02:33 +02:00
Sandeep Somavarapu 3f21113b39
#155990 Improve extension merging (#162829)
- handle custom buultin extensions
2022-10-06 05:35:17 -07:00
Johannes Rieken b2b7e0be6e
send telemetry about git-exec duration (#162731)
* send telemetry about git-exec duration

* measure spawn and exec
2022-10-06 04:04:35 -07:00