Commit graph

89753 commits

Author SHA1 Message Date
Johannes Rieken 6a530e75bc
Merge pull request #136754 from microsoft/joh/vscode-dts
move vscode.d.ts and vscode.proposed.d.ts into `src/vscode-dts`-folder
2021-11-11 15:48:01 +01:00
Martin Aeschlimann 7d10ad3e29
Make debug run icon themable 2021-11-11 15:33:38 +01:00
Alex Dima 778014d381
Move extension host spawning to a worker thread (on the main process) 2021-11-11 15:29:15 +01:00
Alex Ross 9923e8ec1e
Variable resolution in contributed custom execution
Fixes #136746
2021-11-11 15:23:17 +01:00
Alex Dima 18777d92ea
Merge remote-tracking branch 'origin/main' into alex/main-process-extension-host 2021-11-11 15:09:20 +01:00
Sandeep Somavarapu 2e53b62e54
fix #136895 2021-11-11 14:56:40 +01:00
Johannes Rieken 46a6aa99d1
Merge branch 'main' into joh/vscode-dts 2021-11-11 14:45:04 +01:00
Sandeep Somavarapu c109637211
clean up 2021-11-11 13:47:04 +01:00
Sandeep Somavarapu 17ded26753
#136732 cleanup 2021-11-11 13:45:29 +01:00
Sandeep Somavarapu 1d6fe7bdc8
Fix #136732 2021-11-11 13:43:58 +01:00
João Moreno 09598a50cb
docs(grid): 📝 add documentation for the Grid widget
Related-to: #124652
2021-11-11 13:27:30 +01:00
João Moreno cd76d6bda8
docs(grid): 📝 cleanup 2021-11-11 13:27:30 +01:00
João Moreno 30e88f9b10
docs(grid): cleanup 2021-11-11 13:27:30 +01:00
João Moreno eca646daae
style: 🏷️ connect grid types 2021-11-11 13:27:29 +01:00
João Moreno a9dd478f7f
docs(grid): 📝 refer to the grid docs 2021-11-11 13:27:29 +01:00
Johannes Rieken b48a7f385e
tweak generation of propsal file a little bit 2021-11-11 12:55:28 +01:00
Andre Weinand 1a65006ff4
Clean up debug API in vscode.d.ts; see #124362 2021-11-11 12:42:42 +01:00
Johannes Rieken 6eac98960d
Merge branch 'main' into joh/vscode-dts 2021-11-11 12:38:05 +01:00
Johannes Rieken c7f4b1a2fd
only warn about unavailable API proposals when extension wants them, allow diff'ing proposals for product.json-listed extension but only when the extension is being developed. add very explicit log messages 2021-11-11 12:01:45 +01:00
João Moreno 10ee2d6585
docs(grid): 📝 add documentation for the GridView widget
Related-to: #124652
2021-11-11 11:30:03 +01:00
João Moreno 2201b269a4
docs(splitview): remove unnecessary docs 2021-11-11 11:30:03 +01:00
João Moreno bf7ad747d6
docs(splitview): 📝 shift things around 2021-11-11 11:30:02 +01: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
Johannes Rieken edb91ace89
Merge branch 'main' into joh/vscode-dts 2021-11-11 09:30:36 +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 466b13467a
Merge branch 'main' into tanha/remote/issue-1386 2021-11-10 19:20:36 -08:00
tanhakabir bf32baf62b
Fix hygiene error 2021-11-10 19:20:14 -08:00
tanhakabir b3dbda6140
Make --port lower priority in case of port=0. But use port if in pick-port range.
port 0 requests any random free port

https://unix.stackexchange.com/questions/180492/is-it-possible-to-connect-to-tcp-port-0
2021-11-10 19:11:07 -08:00
tanhakabir 9077463a8e
Add option to server for port range to connect within
Add option to server for port range to connect within

Fix semicolon linting issue

Add `pick-port` to list of accepted args
2021-11-10 18:52:37 -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
Daniel Imms e6caf0da49 Pass terminal profiles test 2021-11-10 12:27:38 -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