Alexandru Dima
4de06d175c
Move "H.264/AVC Video Standard" to cgmanifest.json and remove unused licenses from the store ( #162955 )
...
* Move "H.264/AVC Video Standard" to cgmanifest.json and remove unused licenses from the store
* Update cgmanifest.json
Co-authored-by: Robo <hop2deep@gmail.com >
Co-authored-by: Robo <hop2deep@gmail.com >
2022-10-07 08:36:09 -07:00
Alexandru Dima
e97990e4ee
Treat removing keybindings with when = true as if they wouldn't have a when clause ( #162945 )
...
Fixes #160604 : Treat removing keybindings with `when = true` as if they wouldn't have a when clause
2022-10-07 06:52:42 -07:00
João Moreno
6d59844e1c
fix splitview scroll perf ( #162941 )
...
Fixes : #162299
2022-10-07 06:09:04 -07:00
João Moreno
d037139d5d
updating tree.indent should be reflected live ( #162937 )
...
fixes : #161747
2022-10-07 05:34:06 -07:00
Alexandru Dima
f356fc51cc
Stip quotes when parsing in expressions ( #162934 )
...
Fixes #157751
2022-10-07 05:02:35 -07:00
João Moreno
f4fb3f3e58
update inno_updater to 0.9.0 ( #162933 )
2022-10-07 14:00:58 +02:00
Johannes Rieken
e8ccdd7dbe
delayed service shouldn't be created by early listeners ( #162928 )
...
Injected service proxies can be created via event listeners. We can be smart about that because these proxies won't ever fire aways
2022-10-07 13:23:38 +02:00
João Moreno
49605ab0ec
avoid :hover styling when dragging from a list ( #162918 )
...
Fixes : #153977
2022-10-07 01:23:18 -07:00
Johannes Rieken
b64e2d11cc
remove microtask delay when refiltering suggestions ( #162744 )
...
It seems now safe to read the editor position at the time of a document change event. This removes nasty faulty completion insertion for fast typists
fixes https://github.com/microsoft/vscode/issues/161883
2022-10-07 10:21:11 +02:00
Dave Nicolson
83720bca0f
Add spaces to required fields ( #162875 )
2022-10-07 10:03:29 +02:00
Johannes Rieken
ee19fe06f1
Merge pull request #158650 from gjsjohnmurray/fix-53262
...
Add `outline.collapseItems` and fix outlines collapsing unexpectedly (#53262 )
2022-10-07 10:03:23 +02:00
Johannes
d23eca8c90
align setting to search collapse/expand setting
2022-10-07 09:47:16 +02:00
Sandeep Somavarapu
f91b3ac8ca
Fix #162502 ( #162912 )
2022-10-07 09:31:05 +02:00
Matt Bierner
6c4c53813d
Small cleanup of dispose ( #162906 )
...
* Skip dispose if there's nothing to dispose of
* Dispose should take an Iterable, not an IterableIterator
We can use `for of` on any iterable, not just on iterable iterators
2022-10-07 09:28:52 +02:00
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