Commit graph

89753 commits

Author SHA1 Message Date
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
Johannes Rieken f161c7edf0
Merge branch 'main' into joh/vscode-dts 2021-11-10 20:01:07 +01: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
Johannes Rieken 288cd6d3d1
Merge branch 'main' into joh/vscode-dts 2021-11-10 18:35:35 +01:00
Johannes Rieken c78b6321b1
add logging to ProposedApiController 2021-11-10 18:34:26 +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
Johannes Rieken b9a2b0df1d
Merge branch 'main' into joh/vscode-dts 2021-11-10 17:57:11 +01:00
Daniel Imms 5bfaf29f2b Fix layering problem 2021-11-10 08:38:02 -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
Daniel Imms 6a6a1b65df Use handles in playwright driver 2021-11-10 08:03:22 -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
Johannes Rieken f7ef73720f
Merge branch 'main' into joh/vscode-dts 2021-11-10 15:36:05 +01:00
Alex Dima 96b9fe6e2b
Fixes #136622: call extractControlCharacters before introducing empty line parts for line decorations 2021-11-10 15:34:24 +01:00
Johannes Rieken 972393f470
add product#extensionEnabledApiProposals and tweak how the proposed API controller works 2021-11-10 15:28:52 +01:00
João Moreno ee12413b4e
build: 💩 fix ci 2021-11-10 15:22:56 +01:00
Johannes Rieken 0613f0caf2
generate apiProposalNames as ReadonlySet 2021-11-10 15:20:44 +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
Benjamin Pasero 9a404e5278
💄 2021-11-10 13:42:39 +01:00
Alex Ross 042a6e36a4
Clean up tasks API in vscode.d.ts
Part of #124362
2021-11-10 13:18:24 +01:00
Johannes Rieken a713081455
deprecate enableProposedApi, add and use IExtensionDescription#enabledApiProposals 2021-11-10 12:42:25 +01:00
Johannes Rieken fe6b867b00
declare proposed API properties for package.json and link them with actual proposal names 2021-11-10 12:34:07 +01:00
João Moreno e7ea07d358
docs(sash): 📝 add documentation for the Sash widget
Related-to: #124652
2021-11-10 12:17:03 +01:00
Johannes Rieken 50978960a0
use ApiProposalName-type for proposedApiEnabled-utils 2021-11-10 12:06:17 +01:00
Johannes Rieken f01a1e991d
move isProposedApiEnabled and checkProposedApiEnabled-util back to workbench-layer 2021-11-10 12:02:04 +01:00
Henning Dieterichs cc98e60d25
Removes unused import. 2021-11-10 12:01:35 +01:00
Henning Dieterichs 49efe65bc3
Fixes #136824 by tweaking css. 2021-11-10 11:57:16 +01:00
Johannes Rieken da967b591e
add generated file api proposal names, add compile script that generates this file 2021-11-10 11:54:24 +01:00
Sandeep Somavarapu 37acec6394
- clear formatters while creating the spdlog logger
- fix name of the logger
2021-11-10 10:26:16 +01:00
Martin Aeschlimann 262f25a211
fix description of html.format.wrapAttributesIndentSize. Fixes #136767 2021-11-10 10:20:46 +01:00
Benjamin Pasero 2b03df8938
editors - add a test for the fix of #136684 2021-11-10 09:34:00 +01:00
Johannes Rieken d90dd1355b
Merge branch 'main' into joh/vscode-dts 2021-11-10 08:40:26 +01:00
Benjamin Pasero bef4dba21f
Parcel update and CI improvements (#136830)
* 🆙 product

* 🆙 parcel/watcher

* 🆙 parcel/watcher

* tests - separate remote logs from others

* store server logs too

* more tweaks

* fix name

* error when 10s passed
2021-11-10 08:13:56 +01:00
Benjamin Pasero 42f10bb643
Call stack items aren't opening tabs with correct contents (fix #136684) 2021-11-10 07:55:53 +01:00