Commit Graph
59400 Commits
Author SHA1 Message Date
Benjamin Pasero 5dfa261ced remote - allow to open files from user home with tilde syntax (#83213) 2020-01-14 10:16:04 +01:00
Alexandru DimaandGitHub 2d1e215598 Enable Shift-Insert to paste primary clipboard on Linux, fixes… (#63374)
Enable Shift-Insert to paste primary clipboard on Linux, fixes #36170.
2020-01-14 10:08:40 +01:00
Johannes Rieken 3140b9c99f fix #88561 2020-01-14 10:07:36 +01:00
Alex Dima a4a3e90dc8 Only register PasteSelectionClipboardAction on Linux 2020-01-14 10:07:08 +01:00
Alex Dima ad1500b9db Extract paste selection clipboard code to an action 2020-01-14 10:03:25 +01:00
Sandeep Somavarapu 980d8ef137 #87461 Fix open view. Consider existing views. 2020-01-14 09:37:13 +01:00
Johannes Rieken 7a62151d6a fix https://github.com/microsoft/vscode/issues/88591 2020-01-14 09:27:19 +01:00
Alexandru DimaandGitHub 476c4fef21 Merge branch 'master' into sameer/36170 2020-01-14 09:20:25 +01:00
Benjamin Pasero 52702da6ef Same editor appears twice in tabs (fix #88551) 2020-01-14 08:34:31 +01:00
Jackson Kearl bf350ef870 remove unused 2020-01-13 22:32:17 -08:00
Jackson Kearl 501085f224 Add basic save functionality to search editor 2020-01-13 21:51:59 -08:00
Matt Bierner c3c54744ab Convert CodeActionTrigger type enum type 2020-01-13 20:55:32 -08:00
Matt Bierner 560f922d6f Add telemetry on which code actions are applied
We are trying to improve the discoverability of code actions. To do this, we need to have a baseline of how often people are applying actions such as refactorings so that we can measure if changes like adding documentation have an impact on their usage rates.

Ref #86788
2020-01-13 20:34:49 -08:00
Matt Bierner c044f090ce Remove unused vars 2020-01-13 20:21:48 -08:00
Matt Bierner 904951e31f Only return documentation code action in refactor menu 2020-01-13 20:18:56 -08:00
Matt Bierner 2bbe9c5330 Only override editor opening for resource that have potential custom editors
For #88525
2020-01-13 12:53:09 -08:00
Johannes Rieken 0bf6738abe add AriaProvider, #88553 2020-01-13 21:17:36 +01:00
Johannes Rieken fbb4fbcd4b fix issue with accessibility provider, #88554 2020-01-13 21:17:36 +01:00
Martin Aeschlimann a5f90a5685 polish html sem highlighting 2020-01-13 21:07:00 +01:00
Connor PeetandGitHub 5e1dbb1096 fix(debug): don't insert task boundaries between events (#88459)
* fix(debug): don't insert task boundaries between events

See discussion in https://github.com/microsoft/vscode-js-debug/issues/206.

This PR adjusts logic such that we only assert task boundaries around
requests and responses, rather than around every single event. I believe
this will solve the primary case where misordering can happen, as given
in the existing unit test and described more verbosely in the doc
comment in this PR.

A more conservative approach would be to only omit the boundary between
events of the same type. That would be safer, but I browsing through
the code I didn't see any cases where it looked like we could get
tripped up by bucketing here (e.g. cases where we resolve a deferred
promise in an event handler).

Seems to fix the performance issue for me.

* fixup! add unit tests for ordering
2020-01-13 11:47:25 -08:00
Jackson Kearl 8d1456e210 Fix search editor URI malform error 2020-01-13 10:58:53 -08:00
Kai MaetzelandGitHub 06167cfb3e Merge pull request #88397 from microsoft:kieferrm/issueflow
Configuration for the probot handling feature-requests
2020-01-13 10:46:58 -08:00
SteVen Batten 4e7b4bc326 missed rename for viewsservice 2020-01-13 10:40:38 -08:00
SteVen BattenandGitHub 91283c1351 Enhance views service (#87505)
Add view-moving functionality to viewsservice which has been renamed to viewdescriptorservice. also includes outline view moving
2020-01-13 10:15:40 -08:00
Daniel ImmsandGitHub 8631d96cc0 Merge pull request #88237 from solomatov/terminal-code-cleanup
Reduce duplication and make code less opaque
2020-01-13 09:16:43 -08:00
Daniel Imms 7da3ea70a5 has -> had 2020-01-13 09:15:36 -08:00
Daniel ImmsandGitHub a3cce1489e Merge branch 'master' into terminal-code-cleanup 2020-01-13 09:14:14 -08:00
Isidor NikolicandGitHub 3d26e9ee61 Merge pull request #88502 from jeanp413/fix-88242
Fixes cannot create new debug watch expressions while filtering is active
2020-01-13 18:00:27 +01:00
Martin Aeschlimann ae8fee7ba8 finish test 2020-01-13 17:51:11 +01:00
Martin Aeschlimann 517e4391c2 readonly semantic highlighting 2020-01-13 17:51:11 +01:00
Johannes Rieken 0fde639a9e message polish for #88552 2020-01-13 17:35:53 +01:00
Johannes Rieken 9bd40be50e fix #88560 2020-01-13 17:18:30 +01:00
Johannes Rieken 08c04a487d add accessibility provider for refactor preview, #88554 2020-01-13 17:18:30 +01:00
Benjamin Pasero 2a3dc1edac fix tests 2020-01-13 16:59:08 +01:00
Daniel Imms a62805844e Expose IExtHostTerminalService.getDefaultShellArgs internally
Fixes #88280
2020-01-13 07:45:08 -08:00
Benjamin Pasero 76c72ffc94 telemetry - restore back load/save reason for files 2020-01-13 16:01:30 +01:00
Joao Moreno 11045f78f7 Merge branch 'pr/86778' 2020-01-13 15:54:21 +01:00
Joao Moreno 420fa18924 💄 2020-01-13 15:54:10 +01:00
Benjamin Pasero ad41028d8f debt - drop untyped events in favor of typed (text files) 2020-01-13 15:49:21 +01:00
Sandeep Somavarapu 06a9d488fb fix compilation 2020-01-13 15:46:19 +01:00
João MorenoandGitHub 99d2801fa5 Merge branch 'master' into fix-gitfs-stat 2020-01-13 15:31:00 +01:00
Sandeep Somavarapu ebfcd2a3a8 directly add override identifier property schema 2020-01-13 15:21:40 +01:00
Sandeep SomavarapuandGitHub a4ec354926 use set instead of array (#88538)
use set instead of array
2020-01-13 15:15:40 +01:00
Sandeep SomavarapuandGitHub 20437e98f6 Merge branch 'master' into ben/overrideproperty 2020-01-13 15:15:31 +01:00
Alexandru Dima 519ceb6283 Respect editor.wrappingAlgorithm 2020-01-13 15:00:22 +01:00
Alexandru Dima 53125e31f0 Pass in entire fontInfo when computing line breaks 2020-01-13 15:00:22 +01:00
Alexandru Dima 314d0e12a9 Introduce editor.wrappingAlgorithm 2020-01-13 15:00:21 +01:00
Alexandru Dima c6dec6ef12 Add support for WrappingIndent.Same in DOMLineBreaksComputer 2020-01-13 15:00:21 +01:00
Alexandru Dima 02d39920cd Better handling of multiple spaces when using the DOM for line breaks 2020-01-13 15:00:20 +01:00
Benjamin Pasero 238617a847 debt - drop TextFileModelChangeEvent 2020-01-13 13:02:50 +01:00