Commit Graph

40916 Commits

Author SHA1 Message Date
Benjamin Pasero
bac418779f Merge branch 'master' into ben/sqlite 2018-10-10 07:36:03 +02:00
Rob Lourens
cc5e2b41c3 Multiline match hint UI for #13155. Implement search.showLineNumbers to fix #39219 2018-10-09 20:27:57 -07:00
Rob Lourens
f3f7d97129 Fix some search tree display issues with action bar and count badge 2018-10-09 20:27:56 -07:00
Rob Lourens
c4494cc1be Much faster parsing of long lines/multiline matches from ripgrep 2018-10-09 20:27:56 -07:00
Rob Lourens
25179088b1 Fix search result bubbles showing in the wrong place in wide mode 2018-10-09 20:27:56 -07:00
Matt Bierner
2d0dd21a4a Pick up TS 3.1.2 2018-10-09 17:19:56 -07:00
Daniel Imms
797161bd32 vscode-xterm@3.9.0-beta5
Fixes #60310
2018-10-09 11:51:15 -07:00
SteVen Batten
bab47f0ffd add select all role for macOS
fixes #19003
2018-10-09 10:53:25 -07:00
SteVen Batten
11fe99a694 Reducing menubar cache verbosity (#59992)
* restructure menubar data to shrink cache

* remove old menu

* avoid storing common defaults for enabled, checked, and isNative

* remove old cache data for menubar/keybindings
2018-10-09 10:00:58 -07:00
SteVen Batten
2c346822d9 remove context listener in menubarControl (#60169) 2018-10-09 09:52:07 -07:00
Rob Lourens
46b79144af Merge pull request #60012 from benjamenhogben/master
Add throwable to php try/catch block snippet
2018-10-09 09:14:30 -07:00
Johannes Rieken
8d1d201911 remove workaround for #60018 2018-10-09 18:02:38 +02:00
isidor
a7db2fbb3c fix build errors 2018-10-09 17:59:56 +02:00
Daniel Imms
40371ab59d vscode-xterm@3.9.0-beta3
Fixes #60291
2018-10-09 08:51:43 -07:00
Rob Lourens
def5463cc1 Merge pull request #60153 from ToothlessGear/feature_allow_disabling_replace_preview_setting
Add setting to allow to disable Replace Preview
2018-10-09 08:50:45 -07:00
Johannes Rieken
9ac1a92008 remove layout trasher which seems unnecessary, #60031 2018-10-09 17:42:25 +02:00
Isidor Nikolic
2afc8720d7 Merge pull request #59270 from Microsoft/octref/44625
Prev/Next Panel/Sidebar view. Part of #44625
2018-10-09 17:36:54 +02:00
Johannes Rieken
53e166f796 perf - prevent layout trashing when remove/hiding parts splash 2018-10-09 17:20:17 +02:00
isidor
f9281d8317 debug: simplify setting breakpoint session data 2018-10-09 17:07:36 +02:00
Joao Moreno
9c9e316438 fixes #60018 2018-10-09 17:07:22 +02:00
Rob Lourens
8bd5387d37 Implement multiline search for #13155 2018-10-09 08:05:19 -07:00
isidor
17d36c47a9 minor polish 2018-10-09 16:22:24 +02:00
Johannes Rieken
30eeffce9e fix instantiation service using the wrong scope to create services 2018-10-09 16:14:51 +02:00
Joao Moreno
cc31abab70 fix keybindings editor 2018-10-09 16:12:48 +02:00
Johannes Rieken
0ec0abe783 better fix for #60188 2018-10-09 15:41:03 +02:00
Johannes Rieken
f255d10339 fix #60188 2018-10-09 15:36:55 +02:00
Johannes Rieken
c94bc23449 cached data for extensions, second try 2018-10-09 15:24:17 +02:00
benjamenhogben
1de8905bf5 Change throwable var name 2018-10-09 14:07:13 +01:00
MaxGrosshandler
f4ed8a58d9 include reference to the usefulness of the built-in reporting tool (#60025)
Originally this was just going to be changing `Report Issues` to `Report Issue` (in VSCode, it's the singular not the plural) and I found myself appreciating the said tool and wondering why the contributing guidelines didn't mention how helpful it could be, so I wanted to remedy that
2018-10-09 13:58:18 +02:00
isidor
1f83a8d105 debugSession: simplify return types where not used 2018-10-09 13:06:46 +02:00
isidor
6e6a67a53d repl: better code grouping 2018-10-09 12:53:14 +02:00
isidor
12a0b0e749 repl: fix smoke test, make sure to get proper state when becomes visible 2018-10-09 12:44:31 +02:00
isidor
ccdbbe13a2 debug: make sure to dispose of all sesions on shutdown 2018-10-09 12:39:32 +02:00
Johannes Rieken
d166c0c8ca Merge pull request #60167 from Microsoft/tyriar/58357
Stabilize active terminal APIs
2018-10-09 12:09:43 +02:00
Johannes Rieken
53321de6d3 fix #60247 2018-10-09 12:09:32 +02:00
isidor
099c23febc repl: allow to inspect repl output of inactive sessions 2018-10-09 12:08:46 +02:00
Joao Moreno
5bd6ebe2db move Promise back to TPromise in nfcall
related to #60163
2018-10-09 10:57:43 +02:00
Johannes Rieken
5300bc54b4 debt - less TPromise usage 2018-10-09 10:43:43 +02:00
Johannes Rieken
6ea40d7b9e debt - less TPromise usage 2018-10-09 10:40:34 +02:00
Johannes Rieken
291f9af174 debt - less TPromise usage 2018-10-09 10:35:13 +02:00
Johannes Rieken
711217acc5 debt - less TPromise usage 2018-10-09 10:33:26 +02:00
Johannes Rieken
0741911a0f add test for #60232 2018-10-09 10:28:25 +02:00
Johannes Rieken
fd655a5462 fix breadcrumbs keybinding select issue 2018-10-09 10:20:21 +02:00
Alex Dima
fdf2dec52d Remove usage of TPromise from public editor API (#53526) 2018-10-09 09:46:54 +02:00
Alex Dima
6daba7710a Migrate to native Promise in web worker related code (#53526) 2018-10-09 09:24:07 +02:00
Alexandru Dima
99d97b5d93 Merge pull request #59568 from kscharlund/odd-indentation-support
Support odd indentation sizes (fixes #17639)
2018-10-09 08:49:43 +02:00
Benjamin Pasero
a97e98b1ad 💄 2018-10-09 08:38:01 +02:00
Johannes Rieken
c1100eff93 disable cached data for extensions #60168 2018-10-09 08:34:50 +02:00
Matt Bierner
9e017425b3 Replace markdown-named-headers with custom version
Fixes #47537

Use our own version of markdown named headers. This fixes some bugs around handling duplicate headers
2018-10-08 16:04:47 -07:00
Matt Bierner
7d95e3e5f9 Support markdown link navigation when duplicate slugs exist
Fixes #59711

For a md document:

```md
# a

# a

- [a](#a)
- [next a](#a-1)
```

You can now click on the second link in the editor to navigate to the second `a` header. It is identified by being suffixed with `-1`.
2018-10-08 15:51:29 -07:00