Commit graph

78520 commits

Author SHA1 Message Date
Daniel Imms
1ad8c46797
Merge pull request #118574 from microsoft/tyriar/100709
Make terminal relaunch logic more internal to the process manager
2021-03-11 08:06:16 -08:00
Daniel Imms
5afac65603
Prevent double attach to pty host listeners 2021-03-11 08:05:36 -08:00
Daniel Imms
ba8f0fff7c
Remove logs 2021-03-11 08:02:41 -08:00
Johannes Rieken
b92b610e86
mark isEmpty as readonly 2021-03-11 16:39:07 +01:00
Ladislau Szomoru
f2515c57a4
Fix repository link for vscode-references-view 2021-03-11 16:37:02 +01:00
Alex Ross
bc405e936f
Try new CSS grammar
Fixes #115480
2021-03-11 16:09:05 +01:00
João Moreno
244428dfa7
sash: workbench.sash.hoverDelay setting
fixes #118158
2021-03-11 15:36:02 +01:00
João Moreno
10fc457d69
💄 sash 2021-03-11 15:33:38 +01:00
Johannes Rieken
f8ce2745c0
add stdout and stderr mimetype, add renderer for stderr 2021-03-11 15:26:56 +01:00
Martin Aeschlimann
97efcde244
Merge pull request #118664 from microsoft/aeschli/extensionKindController
add ExtensionKindController
2021-03-11 15:10:41 +01:00
isidor
3fb39ad72d
fixes #118694 2021-03-11 15:07:54 +01:00
Daniel Imms
bd84f14379
Merge remote-tracking branch 'origin/main' into tyriar/100709 2021-03-11 06:02:43 -08:00
Martin Aeschlimann
37a826fe75 Open Recent goes to wrong workspace from remote. Fixes #118683 2021-03-11 15:01:09 +01:00
Daniel Imms
6af126bb3c
Move to writeSync instead of writePromise
Not sure why promise wasn't working, this should fix the timeout flake though

Fixes #118647
2021-03-11 05:59:53 -08:00
Alex Dima
49cad9a1c0
Fixes microsoft/monaco-editor#2382
Unhandled rejected promises are logged by default to the browser console. In the monaco editor case, we cannot register the global unhandled error handler and filter out cancellation errors because we cannot assume we own the entire page. So the strategy (used also in all other places that ship with the standalone editor and cause cancellation errors) is to just "handle" the rejected promise locally by adding an onerror handler to the promise.
2021-03-11 13:46:11 +01:00
Benjamin Pasero
0740b4a313 sandbox - move platform limits to common 2021-03-11 12:11:42 +01:00
Johannes Rieken
fdd57917f3
don't mixin default metadata when "replacing" notebook metadata 2021-03-11 09:16:24 +01:00
Sandeep Somavarapu
9a982d0049 fix configuration caches - respect scopes 2021-03-11 09:15:51 +01:00
Jackson Kearl
d7854c3914
Remove unused 2021-03-10 22:40:11 -08:00
Jackson Kearl
8788d62881
First cut of moving to hybrid getting started/welcome editor 2021-03-10 22:11:33 -08:00
Matt Bierner
9b2ee7fb7d Reduce size of Katex bundle
Only load woff2 fonts instead of including all fallback font types in the bundle
2021-03-10 19:56:46 -08:00
Matt Bierner
da3cbe74dc Avoid extra postMessage call for iframe based webviews 2021-03-10 19:13:53 -08:00
Tyler James Leonhardt
8fefa6aff2
Speed up mac builds (#116984)
* ci: [mac] Unify tasks between different flavors

* take 3

* remove zip

* unzip in place

* logging

* log

* rm zip

* all the things

* remove thing to trigger another build

* publish server for x64 only and only start on non-arm

* delete commented out code

* remove unused sh script

* address main changes

* address feedback

* add a comment

* try slimming down yarn

* only compile createAsset

* install typescript

* move build to correct location

* change to 64

* add useful comments based on joao

Co-authored-by: deepak1556 <hop2deep@gmail.com>
2021-03-10 17:52:15 -08:00
Rob Lourens
984479d179 Fix not being able to run a cell when it is in the Success or Error state 2021-03-10 17:29:48 -08:00
SteVen Batten
07d02d3e2b use new icons 2021-03-10 16:09:08 -08:00
Megan Rogge
2d7fdd82ec
update connection state before reconnections 2021-03-10 15:10:23 -08:00
Miguel Solorio
f3f1c13138
Update Codicons: add trusted workspace icons
1f495f5857
2021-03-10 15:09:17 -08:00
Matt Bierner
b1b8080180 Avoid some calls to .then for iframe based webview post message
Port a9087e9d0a to iFrame based desktop webviews too
2021-03-10 15:06:03 -08:00
Rachel Macfarlane
5b5dd90655 Fix manually providing PAT for GitHub auth, fixes #118675 2021-03-10 14:48:33 -08:00
Jackson Kearl
11d5e82c80
Fix any key causing shift+tab focus change 2021-03-10 12:41:39 -08:00
Logan Ramos
c72d7612b4
Add an untitled document data property (#115790)
* Add an untitled document data property

* Dispose of the model passed back

* Fix layer problem

* Add untitledDocumentData to untitled notebooks

* Fix compilation errors

* Switch to using VS Buffer

* Fix threading the untitled document data back through

* Prevent save dialog on untitled reopen with

* Change ignore save setting

* Change setting name and abide by preserve focus

* Add unit test

* Switch to js doc comments

* Consolidate calculating the untitled value, and added test
2021-03-10 19:54:18 +00:00
SteVen Batten
371562f630 move trust color tokens and update values 2021-03-10 11:53:16 -08:00
SteVen Batten
e679983a3f remove border, use color icon, use link button 2021-03-10 11:53:15 -08:00
Matt Bierner
1f2313b4a2 Add back custom editor test workspace 2021-03-10 11:38:06 -08:00
isidor
0f6d7c41eb
introduce customEndpointTelemetryService
fixes #118424
2021-03-10 20:31:25 +01:00
rebornix
268c0d04a6
fix #118578. offsetHeight to include padding and scrollbar. 2021-03-10 11:14:43 -08:00
Connor Peet
d1db6f0efe
notebooks: update output to match NodebookCellOutputItem api
Fixes #117444
2021-03-10 10:51:15 -08:00
Martin Aeschlimann
7cae7b5ced
add ExtensionKindController 2021-03-10 19:27:54 +01:00
Benjamin Pasero
a2b5e58b09 remote authority - update comments
//cc @aeschli
2021-03-10 18:11:23 +01:00
John Murray
75da06499c
#101995 extend tooltip of menu item that defines 'alt' command (#116211)
* do #101995 extend tooltip of menu item that defines 'alt' command

* key label is 'Option' on macOS

* use platform-specific representation of altKey

* incorporate PR feedback
2021-03-10 08:43:52 -08:00
Alex Ross
3ac310d1cf
Remove icon from input row in ports view 2021-03-10 16:56:30 +01:00
João Moreno
3dc05e36e1
list: anchor trait
fixes #118044
2021-03-10 16:40:06 +01:00
isidor
913a594944
cleanup debugHelperService 2021-03-10 16:06:51 +01:00
Alex Ross
f1f830aefa
Fix User tasks only working once without folder
Fixes #118370
2021-03-10 15:59:09 +01:00
João Moreno
27ce1eb630
list, table: selectionNavigation option
fixes #118045
2021-03-10 15:56:17 +01:00
Johannes Rieken
6be4a14236
fix https://github.com/microsoft/vscode/issues/118609 2021-03-10 15:52:35 +01:00
Johannes Rieken
8fd2402570
:liptstick: deep freeze notebook events before emitting them 2021-03-10 15:48:30 +01:00
Martin Aeschlimann
6c6db188b7 polish, avoid classname.split('') 2021-03-10 15:24:38 +01:00
Martin Aeschlimann
f0c44394d1
Merge pull request #118433 from microsoft/aeschli/openWindowsWithAuthority
Pass along remote authority when opening window on folders with custom scheme
2021-03-10 15:01:05 +01:00
Johannes Rieken
637b659e4a
refine NotebookCell API 2021-03-10 14:49:05 +01:00