isidor
67432bb17e
debug viewlet show progress
...
fixes #92253
2020-03-18 10:47:20 +01:00
Benjamin Pasero
61c22574cc
quick access - use proper token for cancellation
2020-03-18 10:12:50 +01:00
Benjamin Pasero
0d2868d4e1
web - assume a light theme by default for background color
2020-03-18 09:28:02 +01:00
Benjamin Pasero
eaabbce9e0
dialog - use title caps
2020-03-18 08:58:23 +01:00
Benjamin Pasero
f68b1bd2a3
Merge pull request #92907 from microsoft/ben/quick-access-anything
...
Quick access anything provider
2020-03-18 08:55:17 +01:00
Benjamin Pasero
055553ab54
quick access - wrap up anything provider
2020-03-18 08:53:42 +01:00
Benjamin Pasero
1e4fcba26d
web - disable some flaky integration tests ( #92826 )
2020-03-18 07:52:27 +01:00
Benjamin Pasero
3e32ce73e7
🆙 distro
2020-03-18 07:41:36 +01:00
Benjamin Pasero
d339e9b4db
quick access - encapsulate cache state
2020-03-18 07:25:40 +01:00
Matt Bierner
708b019bb4
Check in rebuilt file
2020-03-17 15:06:34 -07:00
Matt Bierner
1c741ecc64
Move web playground code into its own extension ( #92672 )
...
This splits the web playground out from vscode-api-tests
2020-03-17 15:01:17 -07:00
Andy Barron
14514ea39a
initial support ( #92681 )
2020-03-17 14:52:26 -07:00
Rob Lourens
662fef21e1
Fix build
2020-03-17 14:45:11 -07:00
Rob Lourens
dcb04f1d8e
Fix layout error in search view when switching to
...
the panel
Fix #92610
2020-03-17 14:31:27 -07:00
Miguel Solorio
87428eb414
Adopt codicons in feedback widget and update link color (ref #86708 )
2020-03-17 13:48:22 -07:00
Miguel Solorio
8d44139f2f
Adopt codicons in comment reactions widget
2020-03-17 11:51:41 -07:00
isidor
ec2ed03355
debug: expose onDidProgressStart and onDidProgressEvent
...
#92253
2020-03-17 18:59:34 +01:00
Johannes Rieken
23d863f680
new version of the references viewlet
2020-03-17 18:26:22 +01:00
Martin Aeschlimann
60b847aa35
Merge pull request #92862 from videlalvaro/issue_92860
...
fixes #92860
2020-03-17 17:55:43 +01:00
Martin Aeschlimann
a3ccfdab2a
Merge pull request #92865 from videlalvaro/issue_92863
...
fixes #92863
2020-03-17 17:54:42 +01:00
Miguel Solorio
da6ebc452c
Adopt codicons in simple find widget (ref #86708 )
2020-03-17 09:51:45 -07:00
Benjamin Pasero
c7786cf4ca
update distro
2020-03-17 17:32:49 +01:00
Miguel Solorio
460e74e791
Adopt codicons in call hierarchy (ref #86708 )
2020-03-17 09:21:44 -07:00
Connor Peet
d59b8b09ac
debug: update js-debug-nightly to "2020.3.1617" @ 2020-03-17T00:07:50.32Z
2020-03-17 09:02:42 -07:00
Alex Ross
46d8d3aa69
Tasks without command are added to instances
...
Part of #92792
2020-03-17 16:37:01 +01:00
Alvaro Videla
02570f8cff
fixes #92863
2020-03-17 16:33:18 +01:00
Alvaro Videla
98ae8652aa
fixes #92860
2020-03-17 16:26:54 +01:00
Christof Marti
de976e87dd
Listen on window ( fixes #64149 )
2020-03-17 15:44:28 +01:00
Benjamin Pasero
cd7c6aa14d
quick access - handle caches as before
2020-03-17 15:20:22 +01:00
isidor
8a5e1e26e0
debug: show more: align to center
2020-03-17 15:15:33 +01:00
Benjamin Pasero
104c2fac2c
quick access - keep highlights from symbols untouched
2020-03-17 14:38:47 +01:00
Benjamin Pasero
1bd8e5b76b
tests - need to set --enable-proposed-api=vscode.git for integration tests
2020-03-17 13:35:49 +01:00
Sandeep Somavarapu
6e90a629f5
storage service does not exist on server.
...
do not return machine id on server.
2020-03-17 13:25:23 +01:00
Benjamin Pasero
7272e29f28
quick access - restore matching as it was before for editor history entries
2020-03-17 12:23:53 +01:00
Benjamin Pasero
461c563f64
quick access - first cut of symbols in anything access
2020-03-17 11:58:52 +01:00
isidor
88f63bcd87
callstack: further polish to element height
...
#83986
2020-03-17 11:30:34 +01:00
Benjamin Pasero
ae3914173f
quick access - first cut history results in open anything
2020-03-17 11:23:54 +01:00
isidor
b77a8ee091
Debug: Improve Call Stack UI/UX
...
fixes #83986
2020-03-17 11:20:09 +01:00
Benjamin Pasero
bcc488e063
open editors - move CSS rule where it belongs
2020-03-17 11:15:11 +01:00
Benjamin Pasero
8eb4e841df
quick access - first cut open anything
2020-03-17 09:09:09 +01:00
Matt Bierner
b7bfce30be
Use latest TS next to build VS Code
2020-03-16 20:23:17 -07:00
Matt Bierner
138b9e488e
Update JS/TS grammars
2020-03-16 20:15:57 -07:00
Matt Bierner
7f6f3c28a6
Add cancellation parameter to custom editor resolve methods
...
Adds placeholder cancellation arguments to the custom editor api. These requests are currently never cancelled
2020-03-16 20:15:57 -07:00
Matt Bierner
8c25061ea5
Handle when a file is renamed to an extension that is supported by a custom editor
...
Fixes #81832
Attempts to support the following cases:
- An file is renamed to now have an extension that is supported by a custom editor
- A custom editor's file is renamed to no longer match the custom editor
In these cases, we try to prompt the user to see what to do
2020-03-16 20:15:57 -07:00
Matt Bierner
c28ecbea45
Remove handleMovedFileInOpenedFileEditors
...
This is now handled by `CustomEditorInput.move`
2020-03-16 20:15:57 -07:00
Sandeep Somavarapu
099a7622e6
#92812 Temp fix
2020-03-16 23:41:58 +01:00
Eric Amodio
8fe74b820b
Fixes bad type check
2020-03-16 17:45:57 -04:00
Pine
2e1e484980
Merge pull request #92804 from microsoft/dependabot/npm_and_yarn/build/minimist-1.2.2
...
Bump minimist from 1.2.0 to 1.2.2 in /build
2020-03-16 13:10:31 -07:00
Benjamin Pasero
379e0e3971
progress - remove options
2020-03-16 15:56:24 -04:00
dependabot[bot]
8be261b49d
Bump minimist from 1.2.0 to 1.2.2 in /build
...
Bumps [minimist](https://github.com/substack/minimist ) from 1.2.0 to 1.2.2.
- [Release notes](https://github.com/substack/minimist/releases )
- [Commits](https://github.com/substack/minimist/compare/1.2.0...1.2.2 )
Signed-off-by: dependabot[bot] <support@github.com >
2020-03-16 19:54:33 +00:00