55706 Commits

Author SHA1 Message Date
Michael Loughry
89e4d3eddc Add setting to configure the max memory for tsserver (#82630)
* Add setting to configure the max memory for tsserver

* Fix silly tpo from fixing formatting

* Add "MB" to setting description string

* Add validation to configuration value

* Add 128MB as a lower bound
2019-10-15 13:45:11 -07:00
ganxy1028
5c705ea7ee Fix #82199, resetting some color of code blocks at Markdown Preview with light theme (#82453)
* Fix #82199 

This PR resets color theme of number, title and built_in at Preview with light theme.

* Bad whitespace indentation Fixe

* owner comment Removed
2019-10-15 13:12:11 -07:00
Matt Bierner
5a44cf8b6d Remove unused import 2019-10-15 11:40:17 -07:00
Matt Bierner
773d2205da Mount webviews on the root of the workbench
Fixes #82619

Webviews cannot be reparented as it destroys their contents
2019-10-15 11:31:25 -07:00
Matt Bierner
31506b5899 Remove old portMapping api conversion logic 2019-10-15 11:31:25 -07:00
Matt Bierner
d4cebcd450 Move filling in of default localResourceRoots into extHost
The main VS Code process should not need to know about the default values for `localResourceRoots`. Leave this up to the extension instead
2019-10-15 11:31:25 -07:00
Matt Bierner
dc9ca65375 Use instanceof checks 2019-10-15 11:31:25 -07:00
Matt Bierner
f406e199c4 💄 2019-10-15 11:31:25 -07:00
Matt Bierner
b2e7c5b658 Remove unused import 2019-10-15 11:31:25 -07:00
Matt Bierner
1391a834b8 Remove empty layout methods 2019-10-15 11:31:25 -07:00
Matt Bierner
5ab75d2da3 💄 2019-10-15 11:31:25 -07:00
Matt Bierner
e08b22ba73 Extract reviveWebviewExtension 2019-10-15 11:31:25 -07:00
Matt Bierner
c142b04817 Prefer using the name webviewInput for variables that manage WebviewInput objects 2019-10-15 11:31:24 -07:00
Matt Bierner
019bce14ec Remove extra handler for onDidUpdateState
The current implementation is a noop since we've already updated the state when it is invoked
2019-10-15 11:31:24 -07:00
Matt Bierner
431f446b5b Use Schemas 2019-10-15 11:31:24 -07:00
Matt Bierner
1c2e5df289 Convert static class to constant 2019-10-15 11:31:24 -07:00
Matt Bierner
01dcd28add Extract InternalWebviewViewType 2019-10-15 11:31:24 -07:00
Matt Bierner
48195455a1 Remove the setExtension helper
Instead pass over the extension when resolving the extension itself
2019-10-15 11:31:24 -07:00
Rob Lourens
84d62ea8a3 Add launch config/task for "yarn web" 2019-10-15 11:27:23 -07:00
Daniel Imms
43e85c223c xterm@4.2.0-beta8
Diff: 84b56b7...cbb79a7

- Tests/doc change
- alt+up/down fix for mac
2019-10-15 11:02:36 -07:00
Rob Lourens
9f6db37cca
Merge pull request #82613 from md2perpe/patch-1
Add missing preposition
2019-10-15 09:54:53 -07:00
Joao Moreno
3d143cc7b0 Merge branch 'pr/66522' 2019-10-15 17:46:31 +02:00
Joao Moreno
d5664e35ed cleanup commit template, merge
related to #66522
2019-10-15 17:43:33 +02:00
Benjamin Pasero
03bc3fa4f4 🆙 distro 2019-10-15 17:30:44 +02:00
Joao Moreno
4a80681a01 Merge commit 'refs/pull/66522/head' of github.com:microsoft/vscode into pr/66522 2019-10-15 17:16:42 +02:00
Benjamin Pasero
1548f74c70 fix hygiene 2019-10-15 17:03:31 +02:00
isidor
c417a4874a fixes #82362 2019-10-15 16:51:05 +02:00
Per Persson
ada8bd61b5
Add missing preposition
"Commands starting an underscore" -> "Commands starting *with* an underscore"
2019-10-15 16:49:39 +02:00
Benjamin Pasero
887528397c 💄 code-web.js 2019-10-15 16:49:31 +02:00
Joao Moreno
5e5bb4ad30 💄 2019-10-15 16:39:43 +02:00
isidor
cd16f82b83 fixes #82294 2019-10-15 16:38:24 +02:00
isidor
e4e1312476 do not run only ResourceTree tests 2019-10-15 16:25:47 +02:00
isidor
a9f66e01a1 debug more asyn await 2019-10-15 16:25:47 +02:00
João Moreno
017e7dfb61
Merge pull request #82209 from w9jds/feature/#75938
#75938 - Added in setting for diff gutter visibility
2019-10-15 07:25:41 -07:00
isidor
1273a257d7 explorer: more async await 2019-10-15 16:11:08 +02:00
isidor
aaa9fab2d6 debug: pointer cursors so breakpoints appear as clickable 2019-10-15 16:11:08 +02:00
Joao Moreno
d9e93a7067 Merge branch 'joao/fix-82264' 2019-10-15 13:03:24 +02:00
Joao Moreno
246896965f fix scm resource folder actions
related to #82264
2019-10-15 13:03:12 +02:00
Alexandru Dima
db5892f51e
Render progress bar after 1s of diff computation in diff editor 2019-10-15 12:52:26 +02:00
isidor
dc56bd9d1c debug commands: asyn awati 2019-10-15 12:29:15 +02:00
isidor
ed193fcb42 debug: more async await 2019-10-15 12:10:44 +02:00
isidor
3bbd6bfd03 debug configuration manager: asyn await 2019-10-15 11:57:11 +02:00
Joao Moreno
b8bc8accf5 fixes #82564 2019-10-15 11:20:07 +02:00
Benjamin Pasero
49129e9911
Allow to run web client out of sources (#82569)
* web - first cut allow to run from oss

* add launch config
2019-10-15 10:50:25 +02:00
Nate Rauh
11daba9b00 Feature/pin close others (#82545)
* Pin the active editor when closing other editors

* Pin active editor when closing editors to right
2019-10-15 08:03:07 +02:00
Benjamin Pasero
911eabf34a debt - properly type network.ts 2019-10-15 07:45:49 +02:00
Rob Lourens
385bf0f0e8
Merge pull request #80684 from solomatov/disposables-10-09
Replace Disposable[] with DisposableStore
2019-10-14 22:11:08 -07:00
Konstantin Solomatov
2f37e87f4c Merge remote-tracking branch 'origin/master' into disposables-10-09 2019-10-14 21:34:38 -07:00
Miguel Solorio
3f6ed25939 Actually update Octicons with correct mapping 2019-10-14 21:08:56 -07:00
SteVen Batten
8f6eb88d4d
Windows Edition in Workspace Stats (#82539) 2019-10-14 16:46:48 -07:00