Commit graph

89538 commits

Author SHA1 Message Date
deepak1556 3392b1f070 chore: bump distro 2021-11-11 20:18:01 +09:00
deepak1556 cc29e4c1e3 chore: bump distro 2021-11-11 18:42:50 +09:00
Alexandru Dima c06bf8757a
Fixes #136540: Do not eat up error or fall back to the next provider in case an error is thrown 2021-11-11 09:39:23 +01:00
Martin Aeschlimann 2864014a3c
ThemeIcon & LinkedEditingRanges: Use | undefined. For #124362 2021-11-11 09:30:17 +01:00
Benjamin Pasero ec5486b98f
sandbox - clean up some todos 2021-11-11 08:29:56 +01:00
Benjamin Pasero fb48ad43fb
git - make integration tests agnostic to file watcher issues (#136933) 2021-11-11 07:50:07 +01:00
Matt Bierner 3a79384dbf
Tempoary skip sometimes flaky tests 2021-11-10 20:28:43 -08:00
tanhakabir bf32baf62b
Fix hygiene error 2021-11-10 19:20:14 -08:00
tanhakabir 30a33a1384
Make alt+enter render markdown and insert cell below
Fixes https://github.com/microsoft/vscode/issues/132010
2021-11-10 18:36:19 -08:00
Matt Bierner 0f19baf1cf
Fix spelling 2021-11-10 17:53:28 -08:00
Matt Bierner b911788593
Mark a few more arrays in vscode.d.ts readonly
This makes it clear that you can't modify these arrays to add items, such as calling `breakpoints.push(...)` to add a breakpoint
2021-11-10 17:53:27 -08:00
Tyler Leonhardt 1423849df0
Revert "First cut of quick pick separators as kind. ref #74967"
This reverts commit a41001c482.
2021-11-10 17:48:09 -08:00
Tyler Leonhardt 9c2a4b7ca9
Revert "widen try in quickpick"
This reverts commit 5415a6d804.
2021-11-10 17:43:10 -08:00
rebornix eec726db68
re #133928. 2021-11-10 17:19:23 -08:00
Connor Peet 1cf4de220b
experiments: allow using custom experiments url 2021-11-10 17:14:49 -08:00
Tyler James Leonhardt 5415a6d804 widen try in quickpick 2021-11-11 01:02:53 +00:00
SteVen Batten b1651e3dd5
log when actions are executed from custom menu bar 2021-11-10 16:22:20 -08:00
Matt Bierner 4c00e6de08
Adding logging to test
For #136738
2021-11-10 16:07:35 -08:00
SteVen Batten 6986147a0a add layout control support on macos 2021-11-10 15:03:19 -08:00
SteVen Batten 00b931f048
add layout control to title bar 2021-11-10 14:37:16 -08:00
Matt Bierner 71f615b105
Also compare other attributes for md preview updates
Fixes #136816
2021-11-10 14:13:41 -08:00
Matt Bierner 84eca12f90
Remove eslint disable comment 2021-11-10 14:13:41 -08:00
Rob Lourens 98ea3bcf1b Add proposed api region name, #131165 2021-11-10 13:35:07 -08:00
Raymond Zhao a5d530333c
Allow numerical objects in the Settings editor
Fixes #129592
2021-11-10 12:10:12 -08:00
Tyler Leonhardt a41001c482
First cut of quick pick separators as kind. ref #74967 2021-11-10 11:26:54 -08:00
Peng Lyu 958a5ad8bb
Merge pull request #136896 from rchiodo/rchiodo/interactive_hover
Allow hover to work in the interactive window cells
2021-11-10 11:01:09 -08:00
Rich Chiodo 8b7b036f6e Allow hover to work in the interactive window cells 2021-11-10 10:58:37 -08:00
Alex Dima 5d7fd67967
Add more information to Inspect Key Mappings 2021-11-10 19:22:42 +01:00
rebornix 2ec957edcb
Revert "fix #133761."
This reverts commit ec2b75ac91.
2021-11-10 10:11:04 -08:00
Connor Peet 84052a9175
tweak comment 2021-11-10 10:01:53 -08:00
Johannes Rieken 654829a325
Merge pull request #136794 from alex-brs/npm-fix-msg
build/npm/preinstall: fix error message for node version
2021-11-10 18:44:00 +01:00
Sandeep Somavarapu 35843dde48
clean up 2021-11-10 18:38:40 +01:00
Sandeep Somavarapu 8d9df01030
Fix #136710 2021-11-10 18:31:04 +01:00
Andre Weinand ceb2424e82
remove unused DAP stand-in types 2021-11-10 17:57:29 +01:00
Megan Rogge 2cc2bfc5e5
fix #128406 2021-11-10 09:15:08 -08:00
Alex Dima 57df4ae05f
Convert Inspect Key Mappings to a workbench action 2021-11-10 17:11:35 +01:00
Don Jayamanne f87615dfb0
Use suggested kernel if we have only one kernel (#136548) 2021-11-10 08:10:10 -08:00
Megan Rogge 000f04e233
fix #133360 2021-11-10 08:52:14 -08:00
Alex Ross 1a6e4fcfeb
Add privacy and protocol to tunnels API
Fixes #124334
2021-11-10 16:23:26 +01:00
Alex Ross cd823d88f4
Avoid browser restricted ports in port forwarding
Fixes #131831
2021-11-10 16:10:46 +01:00
João Moreno 6e5be86194
build: 💩 arg 2021-11-10 15:47:34 +01:00
deepak1556 2b25c6730d fix: parsing of --ms-enable-electron-run-as-node flag
Fixes https://github.com/microsoft/vscode/issues/136837
2021-11-10 23:42:33 +09:00
Alex Dima 96b9fe6e2b
Fixes #136622: call extractControlCharacters before introducing empty line parts for line decorations 2021-11-10 15:34:24 +01:00
João Moreno ee12413b4e
build: 💩 fix ci 2021-11-10 15:22:56 +01:00
João Moreno a922b81344
Merge branch 'joao/widget-docs' 2021-11-10 14:51:25 +01:00
João Moreno 03d2cd46df
refactor(grid): 👷 make Grid.addViewAt private 2021-11-10 14:51:11 +01:00
João Moreno a1f503c44f
docs(splitview): 📝 add documentation for the SplitView widget
Related-to: #124652
2021-11-10 14:49:40 +01:00
Martin Aeschlimann 453a142c65
hiddenRangeModel: Track line changes (for #132784) 2021-11-10 14:48:03 +01:00
Alex Dima f0abd6442b
Fixes microsoft/monaco-editor#2758: Remove sourceMappingURL directive that points to missing file 2021-11-10 14:13:24 +01:00
Alex Dima e08f4b5bce
Fixes #136711: Improve rendering for decorations using showIfCollapsed and enlarge their mouse hover range 2021-11-10 14:03:09 +01:00