Commit graph

64252 commits

Author SHA1 Message Date
Johannes Rieken
d412a4b677 fix https://github.com/microsoft/vscode/issues/95319 2020-04-16 11:16:36 +02:00
Johannes Rieken
ac25cdc341 add failing and skipped test for #95319 2020-04-16 11:16:36 +02:00
isidor
cb0667f934 notifications: do not trigger ariaAlert for silent notifications
fixes #95357
2020-04-16 10:10:56 +02:00
isidor
3d40474537 set role: 'code' on the monaco-editor
fixes #93438
2020-04-16 10:01:13 +02:00
Benjamin Pasero
8ac4c26512 web - add a home indicator API 2020-04-16 10:00:02 +02:00
Christof Marti
273bb63e3c Include HTTP_PROXY and NO_PROXY (#93595) 2020-04-16 08:14:49 +02:00
Benjamin Pasero
a02cfef605 quick access - treat slash and backslash equal (fix #94871) 2020-04-16 07:43:29 +02:00
Christof Marti
4db9f2c9ca Allow --log-net-log (#93595) 2020-04-16 07:39:50 +02:00
Benjamin Pasero
6e9a34c0de Update exploration-build.yml for Azure Pipelines 2020-04-16 07:00:02 +02:00
Miguel Solorio
efd69ad3a7 Fix #95368 2020-04-15 20:31:00 -07:00
Rob Lourens
d899dc77a8 Tweak notebook cell layout 2020-04-15 21:27:27 -05:00
Rob Lourens
7e6aac6915 Center action items in cell toolbar 2020-04-15 21:27:27 -05:00
Rob Lourens
346e2fbb7d Ensure that status bar width matches notebook cell editor width 2020-04-15 21:27:27 -05:00
Rob Lourens
a7dea138f0 Don't show edit and preview modes in markdown cell at the same time 2020-04-15 21:27:27 -05:00
Rob Lourens
a4700b65ff Adjust cell focus indicator for cell status bar 2020-04-15 21:27:27 -05:00
Matt Bierner
1ed53d174f Make sure we clear the render disposables every render, not just if we have a valid signature 2020-04-15 19:04:59 -07:00
Matt Bierner
7e45f36293 💄 2020-04-15 19:04:59 -07:00
Matt Bierner
be6b1dfaec Add SignatureInformation.activateParmater
For #94637

Allows the active paramter to be be specified per signature instead of for all signatures. If provided, this overrides `SignatureHelp.activeParamter`
2020-04-15 19:04:58 -07:00
Rachel Macfarlane
6903204820 Fix sign in dialog popping up for setting sync on sign out 2020-04-15 16:34:05 -07:00
Rachel Macfarlane
456baffe47 Remove session from sessions map on logout for auth providers 2020-04-15 16:14:56 -07:00
Rob Lourens
7130a3340b Fix notebook test 2020-04-15 16:48:00 -05:00
Rob Lourens
a96dfffc70 Nicer toolbar for notebook cell 2020-04-15 16:48:00 -05:00
Pine Wu
b1f3c79745 Update distro 2020-04-15 14:24:06 -07:00
Matt Bierner
1c542d50be More improvements to TS completion computation
For #95324

- Get word range before we make the TS request
- Reuse the context
2020-04-15 14:14:20 -07:00
Matt Bierner
564c619d73 💄 2020-04-15 14:14:20 -07:00
Miguel Solorio
22a6d920b3 Update Codicons: update account icon 2020-04-15 13:53:48 -07:00
Matt Bierner
1161b05fd1 Hook custom editors into file: open with
For #94408
2020-04-15 12:46:40 -07:00
Matt Bierner
870700e95c Try working around webview taking back focus on quick input
Fixes #93950
Fixes #75209
2020-04-15 12:46:40 -07:00
Matt Bierner
a51f8c4626 Fix missing property description string 2020-04-15 12:46:40 -07:00
Matt Bierner
605d2cfadb 💄 2020-04-15 12:46:40 -07:00
isidor
89d725e345 and shift F6 to navigate across workbench
fixes #94921
@sbatten
2020-04-15 21:11:26 +02:00
Lukas Spieß
c6dc4711f2
Update keytar to latest public version (#95351) 2020-04-15 11:01:45 -07:00
Benjamin Pasero
335dd17b8e dev - do not set ELECTRON_DEFAULT_ERROR_MODE on windows 2020-04-15 19:37:36 +02:00
Rob Lourens
5d2ef75299 Better progress indicator for running cell 2020-04-15 12:36:29 -05:00
Rob Lourens
ac2b7958f1 Add "running" message to cell 2020-04-15 12:28:10 -05:00
Rob Lourens
989bbcc97e Implement notebook cell status bar 2020-04-15 12:28:09 -05:00
Matt Bierner
e31bbff8a8 Passing backup id through restored custom editors 2020-04-15 10:02:47 -07:00
Matt Bierner
948aa4a214 Make TS completion item more efficent to compute
For #95324

- Removes repeated calls to `getWordRangeAtPosition`
- Only use our fuzzy string logic when using TS 3.8 or older
2020-04-15 10:02:47 -07:00
Pine Wu
6c068456e3 Modify @types/vscode notification to ping @eamodio 2020-04-15 09:36:12 -07:00
Martin Aeschlimann
b02307e53d [themes][semantic] default themes: new constant color. Fixes #95346 2020-04-15 17:04:28 +02:00
SteVen Batten
d1011e219e fixes #95341 2020-04-15 07:37:17 -07:00
Martin Aeschlimann
5efce5b7a5 tokenColorCustomizationsExperimental: validation error in theme specific rule 2020-04-15 16:01:26 +02:00
Daniel Imms
2f690b41f3 node-pty@0.10.0-beta8
Fixes #78539
2020-04-15 06:50:37 -07:00
isidor
1b3c70657e fixes #93657 2020-04-15 15:23:46 +02:00
isidor
9972ba4364 Quick Open screen reader should not only read file names but their relative paths as well
fixes #93657
2020-04-15 15:20:40 +02:00
Sandeep Somavarapu
090081d747 fix errors in tests 2020-04-15 14:52:16 +02:00
Sandeep Somavarapu
db64c5967b Fix #95316 2020-04-15 14:52:16 +02:00
Daniel Imms
17e606160b Add @param docs to link handler api 2020-04-15 05:33:10 -07:00
Alex Dima
39419c6e58
Fixes #94929: Use the raw scrollTop/scrollLeft only when setting dimensions in the editor 2020-04-15 13:26:24 +02:00
Benjamin Pasero
8efa839e25 web - change into namespace API for commands 2020-04-15 12:10:03 +02:00