74724 Commits

Author SHA1 Message Date
João Moreno
008f8dcdee
missing compilation 2021-01-05 11:01:52 +01:00
João Moreno
503a2458dc
Merge branch 'joao/build/agentpool' 2021-01-05 10:51:19 +01:00
Benjamin Pasero
b5ccd30c95 css - less generic rules to prevent leaks 2021-01-05 10:41:12 +01:00
Alex Ross
f64cf2922f
Fix remote explorer views getting changed across windows (#113237)
Fixes #112200
2021-01-05 10:38:32 +01:00
Benjamin Pasero
c4ea0b5590 fix some spelling mistakes 2021-01-05 10:36:10 +01:00
João Moreno
6659f8dfe5
use compile agent pool 2021-01-05 10:16:37 +01:00
João Moreno
fe795313d8
Revert "parallelize hygiene"
This reverts commit bdbd644c27dfc041eebfd2bbb009059258f7a9c7.
2021-01-05 10:08:46 +01:00
João Moreno
bdbd644c27
parallelize hygiene 2021-01-05 09:40:42 +01:00
Rachel Macfarlane
998e5e2ea6 onDidChangePassword -> onDidChange in secrets API 2021-01-04 22:20:07 -08:00
joan xie
1bb2ae0e36
Allow ResourceCommandResolver.getRightResource() to return undefined (#113364) 2021-01-05 01:05:23 -05:00
Rachel Macfarlane
7db413d4c1 Move secrets API to extension context 2021-01-04 22:04:40 -08:00
Matt Bierner
a48ef56fbf Fix compile for current TS version 2021-01-04 19:25:10 -08:00
Matt Bierner
3ed300eb9d
Add simple browser extension (#109276)
* Add support for TS's Hierarchical refactorings API

https://github.com/microsoft/TypeScript/pull/41975

* Add simple browser extension

This change adds a new 'simple browser' extension. This extension uses a webview to render webpages directly in VS Code. We plan on using it for optionally previewing local servers in both desktop and codespaces

The browser itself has a number of limitations due to the security around iframes:

- It traps keyboard focus
- We can't detect if a page fails to load
- We can't track the current url of the iframe

* Add experimental alert when the iframe is focused

* Disable events on focus warning

* Hooking up simple browser to opener
2021-01-04 19:06:53 -08:00
Matt Bierner
69dfa670ef Fix compile error if using older ts version 2021-01-04 17:55:19 -08:00
Rachel Macfarlane
4d8895c7b7 Just kidding, keep proposed onDidChangeAuthenticationProviders API for now 2021-01-04 17:01:25 -08:00
Matt Bierner
942c3bad6b Sort contribitions 2021-01-04 16:57:38 -08:00
Matt Bierner
b565c422aa Add find all references command for JS/TS
Fixes #66150
2021-01-04 16:57:24 -08:00
Rachel Macfarlane
0f9ee98846 Remove deprecated parts of proposed auth provider API 2021-01-04 15:43:06 -08:00
Alexandru Dima
13317a9694
Merge pull request #113618 from shskwmt/113318-diff-empty-files
Fixes #113318: Show having no change  when diffing two empty files
2021-01-04 23:22:17 +01:00
Alexandru Dima
87c2cf1b59
Merge the Monaco Editor job into the hygiene and layering check job 2021-01-04 22:57:20 +01:00
Alexandru Dima
604e2466d9
Merge branch 'master' into 113318-diff-empty-files 2021-01-04 22:54:07 +01:00
Matt Bierner
48742bd3a1 Update ts grammar pinning tests 2021-01-04 12:53:04 -08:00
João Moreno
3bdf2825d0
parallelize 2021-01-04 21:34:08 +01:00
João Moreno
79fd01a78b
use yarn task again 2021-01-04 21:15:22 +01:00
Matt Bierner
74623bc93c Update JS/TS grammars 2021-01-04 12:09:36 -08:00
Rob Lourens
2b040e8763 Unskip tests
Fix #113761
2021-01-04 11:51:19 -08:00
João Moreno
714f85fc18
update build pool 2021-01-04 20:26:25 +01:00
Johannes Rieken
fee7cdacf7 add provider naming rule 2021-01-04 20:02:05 +01:00
isidor
4649e1205f fixes #113725 2021-01-04 18:32:54 +01:00
João Moreno
726acc5130
use vscode build agent pool 2021-01-04 17:50:02 +01:00
Sandeep Somavarapu
9d5f04fa0b #100700 remove the skipped test 2021-01-04 17:42:36 +01:00
Benjamin Pasero
e4bb3ff729 fix #113217 2021-01-04 17:27:54 +01:00
Sandeep Somavarapu
414a4c0f51 list added view descriptors in ascending order in the event 2021-01-04 17:17:03 +01:00
Daniel Imms
8a0058b9e3
Merge pull request #113549 from nrayburn-tech/issue-107028
lazier loading of windowsProcessTree
2021-01-04 07:35:16 -08:00
João Moreno
fc4b40b633
fix type casts 2021-01-04 15:54:59 +01:00
Benjamin Pasero
f4ab083c28 update todos 2021-01-04 15:17:40 +01:00
Johannes Rieken
ca370bdb0a update my work query 2021-01-04 14:31:29 +01:00
Alexandru Dima
00181ad895
Fixes microsoft/monaco-editor#2292: model.dispose() should work just as well as modelService.destroyModel() 2021-01-04 13:56:42 +01:00
Alexandru Dima
f02af16530
Remove sync property 2021-01-04 13:13:16 +01:00
Johannes Rieken
d883d379d1
Merge pull request #113303 from microsoft/joh/toc
Add outline and breadcrumbs for notebooks
2021-01-04 12:46:05 +01:00
Benjamin Pasero
ceb8da0be0 tabs - disable badge decorations for compact sticky tabs that have fixed width 2021-01-04 11:47:24 +01:00
Johannes Rieken
4f34edadd6
Merge branch 'master' into joh/toc 2021-01-04 11:33:53 +01:00
Johannes Rieken
b62ec5c0ee move shared config key into workbench layer 2021-01-04 11:28:06 +01:00
Johannes Rieken
dce7b0cd63 simplify outline model again 2021-01-04 11:24:39 +01:00
isidor
ea51fb1bdd fix tests 2021-01-04 11:13:29 +01:00
Benjamin Pasero
b948e42373 🆙 distro 2021-01-04 11:13:15 +01:00
Benjamin Pasero
64eb716d57 env - fully qualify our own variables 2021-01-04 11:08:36 +01:00
Benjamin Pasero
c03bc427cf some 💄 and refactorings
- move native menubar control into native title (cc @sbatten)
- introduce codeeditor.ts for reusable editor things in workbench
- inline cyclic check into core (cc @alexdima)
2021-01-04 11:06:57 +01:00
Johannes Rieken
1e5b337c02 move document symbols command to right contrib 2021-01-04 11:04:30 +01:00
Ladislau Szomoru
fd23a8e328 Have condition of test publishing match the condition for test execution 2021-01-04 10:48:13 +01:00