Commit Graph

64870 Commits

Author SHA1 Message Date
Alex Dima
752e671aef update distro 2020-04-24 18:01:42 +02:00
Alex Dima
6654073e14 Adopt new package name (vscode-oniguruma) 2020-04-24 17:58:08 +02:00
isidor
25e889af45 explorer: call directly onto the view instead of sending events
#93973
2020-04-24 16:59:49 +02:00
Sandeep Somavarapu
f33dabe7a4 fix #95494 2020-04-24 16:39:05 +02:00
Sandeep Somavarapu
df4e51d8ae #95472 Fix lifecycle of ViewPaneContainer and Panes 2020-04-24 16:11:49 +02:00
Martin Aeschlimann
5da54d19ed update distro 2020-04-24 16:11:17 +02:00
Martin Aeschlimann
a80db0cce4 Fix 'The operand of a 'delete' operator must be optional' errors in VS Code codebase. For #96022 2020-04-24 16:01:35 +02:00
Isidor Nikolic
e06e812133 Merge pull request #95935 from jeanp413/fix-95870
Improve debug viewlet dropdown outline
2020-04-24 15:42:45 +02:00
Daniel Imms
ae1670d4ea Disable terminal tests in remote
Too flaky they're not useful.

See #96057
2020-04-24 06:27:59 -07:00
Andre Weinand
797c86f902 quote ';' instead of escape; fixes #94982 2020-04-24 15:25:05 +02:00
Daniel Imms
1b30b9b6ba Fix link provider creation warnings 2020-04-24 06:14:10 -07:00
Daniel Imms
aa91f911f9 Suppress exit code notification in terminal test 2020-04-24 06:08:58 -07:00
Sandeep Somavarapu
921b9a92a1 Fix #95372 2020-04-24 15:04:14 +02:00
Rob Lourens
6f4a9c9e3d #96022 2020-04-24 07:57:25 -05:00
João Moreno
38b097ade0 fix monaco button codicon color 2020-04-24 14:46:00 +02:00
jeanp413
9ad3033b89 Revert font size back to 11px 2020-04-24 07:14:05 -05:00
Alex Ross
34a9a5e080 Add setting to disable fast tasks picker
Fixes #95358
2020-04-24 13:38:55 +02:00
Sandeep Somavarapu
711dac05db 💄 2020-04-24 12:36:22 +02:00
Sandeep Somavarapu
28f838bb9e Merge pull request #95653 from jeanp413/fix-95461
Update markersViewModel on MarkersView construction
2020-04-24 12:30:42 +02:00
Sandeep Somavarapu
903f62fa93 fix setting token. reset when token failed. 2020-04-24 12:25:01 +02:00
isidor
2f367a51c3 A11Y in f7: go to next symbol
fixes #91706
2020-04-24 11:32:44 +02:00
Alex Dima
a250df703d Fix build 2020-04-24 11:17:58 +02:00
isidor
584893cfc0 Introduce an inline group to debug/callstack/context
fixes #95887
2020-04-24 10:50:37 +02:00
Alex Ross
2c76aee03e Fix task delete debt
Part of #96022
2020-04-24 10:46:02 +02:00
Sandeep Somavarapu
03be1bb306 update distro 2020-04-24 10:26:00 +02:00
Sandeep Somavarapu
08d87a8038 Merge branch 'sandy081/cacheExtensionDownloads' 2020-04-24 10:06:53 +02:00
Benjamin Pasero
f2a1b62b2c debt - remove old hardcoded color value from css 2020-04-24 09:50:37 +02:00
Matt Bierner
a4597e1905 Enable JS/TS workspace symbol search for all projects
Fixes #11026

Adds a new `typescript.workspaceSymbols.scope` setting that enables searching all known projects when using TS 3.9+
2020-04-24 00:42:55 -07:00
isidor
9448f6e5ed debugToolbar: Fix 'The operand of a 'delete' operator must be optional'
#96022
2020-04-24 09:42:26 +02:00
isidor
e4b35bb6d7 keybindings aria: fix npe 2020-04-24 09:35:37 +02:00
Jackson Kearl
1b6718fbd5 Bump up ping days 2020-04-24 00:25:43 -07:00
Jackson Kearl
ee9f5d1f1a Update call for /verified comment 2020-04-23 23:51:11 -07:00
Benjamin Pasero
819b16bae8 Don't prompt to save file on close when autosave: onFocusChange (fix #94476) 2020-04-24 08:14:06 +02:00
Eric Amodio
8d3a437c40 Shows Welcome page even w/ default editor layouts 2020-04-24 01:47:32 -04:00
Benjamin Pasero
720b72ea26 debt - change delete operand (for #96022) 2020-04-24 07:20:54 +02:00
Eric Amodio
9731360e39 Adds basic editor support to defaultLayout
Moves applying default layout logic into layout.ts
2020-04-24 00:55:38 -04:00
Matt Bierner
7911881812 Fix delete operator error
For #96022
2020-04-23 18:48:59 -07:00
Matt Bierner
35156c2a8e Fix a TS 3.9 error 2020-04-23 18:48:59 -07:00
rebornix
817716c16c execute notebook command does require inner editor focus 2020-04-23 18:13:34 -07:00
rebornix
b98c705b7f notebookCellHasFocus 2020-04-23 18:05:53 -07:00
Matt Bierner
f35758ab21 Rename supportsMultipleEditorsPerResource -> supportsMultipleEditorsPerDocument
For #77131
2020-04-23 17:33:06 -07:00
Matt Bierner
e519407599 Clairify saveas behavior
Fixes #94516
2020-04-23 17:33:06 -07:00
rebornix
6c9398c3ea clear cell output in the core 2020-04-23 17:03:04 -07:00
Matt Bierner
e0a4eec778 Rename some custom editor types/functions and introduce backup context
Fixes #95846
Fixes #95851
For #77131

- Rename `EditableCustomDocument` to `CustomEditableDocument`
- Rename `CustomDocumentBackup.dispose` to `CustomDocumentBackup.delete` to make it clearer how this is supposed to be used
- Rename `OpenCustomDocumentContext` to `CustomDocumentOpenContext`
- Add a context to backup. Pass in `workspaceStorageUri`
2020-04-23 16:32:56 -07:00
Miguel Solorio
3fc323d08a More polish 2020-04-23 16:26:32 -07:00
Miguel Solorio
0640069225 Theme links in markdown cells 2020-04-23 16:09:17 -07:00
Miguel Solorio
ce17fbd224 🧹 2020-04-23 16:04:52 -07:00
Miguel Solorio
59bf4c1088 Polish toolbar and layout margins 2020-04-23 16:01:31 -07:00
rebornix
84f986a9f7 remove shadow re #95983 2020-04-23 15:14:12 -07:00
rebornix
7b11d68931 Fix #94052. Hook up working copy for auto save 2020-04-23 15:06:18 -07:00