Commit Graph

60031 Commits

Author SHA1 Message Date
Benjamin Pasero 432961cb0d editors - let resource editor extend text editor 2020-01-26 09:29:34 +01:00
Benjamin Pasero 7130288fbb textfiles - properly pick default file path 2020-01-26 09:28:28 +01:00
Benjamin Pasero d8251943cc untitled - share save/saveas logic in one place 2020-01-26 09:26:13 +01:00
Benjamin Pasero 5fd42b7617 editor - add group to revert() 2020-01-26 09:23:27 +01:00
Rob Lourens df8cdd9442 Fix #89106 2020-01-25 17:57:33 -07:00
Jackson Kearl 3a1e245648 Remove outdated extension contributed commands 2020-01-24 17:24:03 -08:00
Jackson Kearl ad29830c84 Add command to rerun search editor 2020-01-24 17:23:48 -08:00
Jackson Kearl a3c5a15b03 remove unused 2020-01-24 16:55:43 -08:00
Jackson Kearl 46b1f610a8 Fix null assertion error with saved searches 2020-01-24 16:42:48 -08:00
Jackson Kearl 689b2fa16c Fix bug causing saved code searches to not be selected in explorer 2020-01-24 16:42:26 -08:00
Jackson Kearl 89c8087c77 Persist search editor viewstate 2020-01-24 16:12:26 -08:00
Matt Bierner 0621245e32 Make sure we dispose of every custom editors input individually
Fixes #88229

There should a 1:1 mapping between VS Code's custom editors and custom editors (specifically the webviews) that extensions know about. This was previously not true as a single `CustomEditorInput` could end up being shared between multiple editor groups.

With this change, we always create a copy of the custom editor input during split, and then add a listener for `onDidCloseEditor` so that we can make sure we get rid of the unique inputs (and notify extensions of this)
2020-01-24 15:43:42 -08:00
Benjamin Pasero 5d498736f4 revert back to electron 6 (#89245) 2020-01-24 14:39:40 -08:00
Sandeep Somavarapu 856a5ad8ad Merge pull request #88714 from GabeDeBacker/user/gabrield/throwExceptionOnExtensionInstallFail
Allows extension install and uninstall command execution to throw exceptions back to caller
2020-01-24 21:58:36 +01:00
Sandeep Somavarapu 2c35d9c048 💄 2020-01-24 21:57:03 +01:00
Sandeep Somavarapu a27c9fc6b1 Fix #85211 2020-01-24 21:47:16 +01:00
Christof Marti ad063b9df9 ThemeIcon support (fixes #72489) 2020-01-24 21:40:21 +01:00
Rachel Macfarlane 8c2a25968f Account extension - support multiple sessions, passing scopes to login 2020-01-24 12:05:23 -08:00
Rachel Macfarlane c7c619784a Move to v2 endpoint for account extension 2020-01-24 12:05:23 -08:00
Pine Wu acd1d19ec9 Single click in hover/inline to go to link 2020-01-24 20:58:51 +01:00
Connor Peet b6b604ab37 extensions: fix missing update to compiled extensions build file 2020-01-24 09:59:33 -08:00
Connor Peet 61a928c824 extensions: use specific js-debug-nightly version to avoid downloading each time 2020-01-24 09:45:25 -08:00
isidor 66d21376e3 accessibility service cleanup 2020-01-24 18:18:01 +01:00
Rob Lourens 4234daa304 Bump node2 2020-01-24 09:12:27 -08:00
SteVen Batten 481923c44e migrate search to use new setting (#89190)
* migrate search to use new setting

* rename

* add getViewLocation api to vds for search

* remove unreferenced location option
2020-01-24 08:23:34 -08:00
Martin Aeschlimann aac1e3d12c fix default styles for class, enum, interface 2020-01-24 17:18:51 +01:00
Gabriel DeBacker 60d8dde777 Merge branch 'user/gabrield/throwExceptionOnExtensionInstallFail' of https://github.com/GabeDeBacker/vscode into user/gabrield/throwExceptionOnExtensionInstallFail 2020-01-24 07:55:04 -08:00
Gabriel DeBacker ccc74677e2 Merge remote-tracking branch 'upstream/master' into user/gabrield/throwExceptionOnExtensionInstallFail 2020-01-24 07:50:38 -08:00
Connor Peet 7ad58a9bd7 extensions: allow built-in extensions on different qualities (#89199)
Adds a new optional `forQualities` property to built-in extensions,
and filters that as appropriate for different builds.
2020-01-24 07:39:34 -08:00
Alex Dima 1d93480508 Fixes #88012: consider pairs like (r',') to be symmetric 2020-01-24 16:16:25 +01:00
Alex Dima 951202baa7 Fixes #86358 2020-01-24 15:58:29 +01:00
Christof Marti a93ffac38a Add forwardPorts to schema (microsoft/vscode-remote-release#1009) 2020-01-24 14:51:53 +01:00
Alex Dima c5c2551f7c Fixes #88913: Make sure to always read the languageId/tokenType metadata from a valid TM token index 2020-01-24 13:57:11 +01:00
isidor 365c034866 fixes #89177 2020-01-24 12:54:14 +01:00
Johannes Rieken 8c8d0d6c26 update references viewlet, https://github.com/microsoft/vscode/issues/89214 2020-01-24 12:39:35 +01:00
Johannes Rieken 680393541b bulk: have UX and model checked states, propagate check states to child edits 2020-01-24 12:28:04 +01:00
Johannes Rieken 09b83d342f bulk - better view model 2020-01-24 12:28:04 +01:00
Benjamin Pasero e57ba0c870 textfiles - simplify getAll() 2020-01-24 12:26:43 +01:00
Oliver Larsson 7b315c80be Friendly pickstring options (#89180)
* Implement git.pruneOnFetch setting (#86813)

* Revert "Implement git.pruneOnFetch setting (#86813)"

This reverts commit 55fbb5347f.

* Implemented pickString "friendly name"

* Default pickString option fix

* "name" field changed to "label"

Co-authored-by: Alex Ross <alros@microsoft.com>
2020-01-24 12:22:17 +01:00
Sandeep Somavarapu 61141737dd Fix #88324 2020-01-24 12:21:56 +01:00
Konstantin Solomatov 28bf0b1f56 Use leading flag set to true in debouncing events from extension trees (#88051)
* Use leading flag set to true in debouncing events from extension trees

* - remove the flag for debounce in extHostTreeView
- refactor test extHostTreeView's test to test prod behavior
- fix a small bug in debounce

* Minor cleanup
2020-01-24 12:02:19 +01:00
Benjamin Pasero bfee2e5cdc textfiles - add comment 2020-01-24 12:01:20 +01:00
Alex Ross 27713adad5 Fix ... when simple file picker is at drive root
Fixes https://github.com/microsoft/vscode/issues/89209
2020-01-24 11:59:33 +01:00
Alex Ross 4324cadcd0 Revert "Ensure that when there is a Windows drive letter as the whole path the simple file picker keeps the slash"
This reverts commit 4ba2070818 in favor of a better solution to removeTrailingPathSeparator.
2020-01-24 11:41:34 +01:00
Benjamin Pasero 10cbb8533f Explorer: copy() of dirty file reverts the source if dirty (fix #89217) 2020-01-24 11:37:14 +01:00
Alex Ross 4ba2070818 Ensure that when there is a Windows drive letter as the whole path the simple file picker keeps the slash
Part of https://github.com/microsoft/vscode-remote-release/issues/1596
2020-01-24 11:18:08 +01:00
Benjamin Pasero 5d0bd4987c 💄 text files 2020-01-24 10:57:14 +01:00
Joao Moreno 72186b21d1 Merge branch 'joao/macos-build' 2020-01-24 10:44:03 +01:00
Pine Wu 38549a606c Allow link on Diagnostic#code for #11847
Squashed commit of the following:

commit 76689c23011bf960f5ba3e199659e8180455466d
Author: Pine Wu <octref@gmail.com>
Date:   Fri Jan 24 10:19:44 2020 +0100

    Clarify API

commit 88d772d62da5d912b54285aa52dc6d6a108ca587
Author: Pine Wu <octref@gmail.com>
Date:   Fri Jan 24 10:17:28 2020 +0100

    Tooltip

commit 11ef8012ae3e560d6db6fff26ba3c258e7eae4a6
Author: Pine Wu <octref@gmail.com>
Date:   Thu Jan 23 16:50:28 2020 +0100

    Hover to show link color and use cmd/alt click

commit 38655a70b3eed56b99e8018fb5c79bd41b6c4f56
Author: Pine Wu <octref@gmail.com>
Date:   Thu Jan 23 15:21:13 2020 +0100

    Add hack to always render underline a bit below

commit 959f6b13bf81885cc370f6099e5123142089599e
Author: Pine Wu <octref@gmail.com>
Date:   Thu Jan 23 11:32:37 2020 +0100

    Fix compile error

commit b5c50e872935e74503451bd2801227f82b8410f4
Author: Pine Wu <octref@gmail.com>
Date:   Thu Jan 23 11:19:52 2020 +0100

    Bring code link everywhere for Diagnostics

commit f88cd4cc4e2064fd96853373e26c12670161bf60
Author: Pine Wu <octref@gmail.com>
Date:   Wed Jan 22 17:24:54 2020 +0100

    Add Diagnostic#code2 and render it in hover/inline/panel

commit 2a13e3e4f62fd3707f2c03c1e814a8fdc557c367
Author: Pine Wu <octref@gmail.com>
Date:   Wed Jan 22 13:49:42 2020 +0100

    WIP
2020-01-24 10:30:19 +01:00
Joao Moreno 80e2ea28b6 use macOS-latest hosted agent 2020-01-24 09:44:16 +01:00