Commit Graph
61955 Commits
Author SHA1 Message Date
Johannes Rieken 79ecb2a249 prep for https://github.com/microsoft/vscode/issues/91427 2020-03-04 12:32:10 +01:00
Alex Dima 3c2423086c Fixes microsoft/monaco-editor#1857: Have dynamic commands go to the command registry 2020-03-04 12:19:42 +01:00
isidor b7eec61a7c Initialisation state and token should not be shared across sessions
#91969
2020-03-04 12:10:18 +01:00
Sandeep Somavarapu 69318396cd Fix #91972 2020-03-04 11:45:41 +01:00
Johannes Rieken 57a486baca es6 - remove Proxy placeholder declaration 2020-03-04 11:38:11 +01:00
Johannes Rieken f9465d1ac9 workaround tree shaker issue 2020-03-04 11:26:46 +01:00
Johannes Rieken 72c3bcefb3 expose extensionUri, https://github.com/microsoft/vscode/issues/90208 2020-03-04 11:20:18 +01:00
isidor e32e49521f Use Run as prefix for some commands
fixes #91978
2020-03-04 11:03:59 +01:00
isidor 6afa949e1f Rename Show Debug command to Show Run and Debug
fixes #91975
2020-03-04 10:56:09 +01:00
Johannes Rieken 30b9a12dbe move joinPaths to URI (static factory function), option 2 in https://github.com/microsoft/vscode/issues/90208 2020-03-04 10:44:36 +01:00
Johannes Rieken 596469e205 move removeAccents to normalization 2020-03-04 10:42:14 +01:00
Sandeep Somavarapu 91ee177faf Fix #92001 2020-03-04 10:01:22 +01:00
Martin Aeschlimann 1a55cd072a improve fileMatch descriptions for exclusion patterns 2020-03-04 09:56:33 +01:00
Johannes Rieken 93cbbc5cae es6 - less custom Iterator use 2020-03-04 09:42:46 +01:00
Sandeep Somavarapu 8ea295e679 Fix #91603
- Use list resource navigator to open extensions
2020-03-04 09:26:25 +01:00
Sandeep Somavarapu 90aeac83cf #91603 Create list resource navigator 2020-03-04 09:26:25 +01:00
Sandeep Somavarapu 210bca1cd9 #91603 Allign list and tree methods and events 2020-03-04 09:26:25 +01:00
Johannes Rieken ff4ad75aba fix layer breaker 2020-03-04 09:07:04 +01:00
Johannes Rieken 2a9408677e esNext - add ES2017.String to supported libs since it is supported everywhere 2020-03-04 08:38:40 +01:00
Benjamin Pasero 3124d498f4 Editors: revisit IEditorPane extends IPanel (fix #91945) 2020-03-04 07:30:53 +01:00
Benjamin PaseroandGitHub 03e8f121c9 follow up title part changes (#91938)
* follow up title part changes

* title - go back to having a part in electron-browser
2020-03-04 07:19:00 +01:00
Matt Bierner b31befa982 Fix merge conflicts 2020-03-03 22:03:58 -08:00
44d13e327a Fixes #85359 (#91830)
Co-authored-by: Matt Bierner <matb@microsoft.com>
2020-03-03 21:58:27 -08:00
Rob LourensandGitHub bedd22ce0a Merge pull request #91953 from microsoft/sandy081/implement89512
Adopt edit setting option in settings editor
2020-03-03 18:57:52 -08:00
Matt Bierner 2057e931c8 Refactoring version picker
- Rename `versionPicker` -> `versionManager`
- Simplify running of picked items
- Cleaning up interfaces
- 💄
2020-03-03 17:12:40 -08:00
Matt Bierner 3f0aeab1ca Display more information in the TS version status bar item
For #91510

Switching TS versions is fairly uncommon, so repurpose the status bar entry to have additional project commands in it (including the ability to switch TS versions)
2020-03-03 17:12:40 -08:00
Matt Bierner 3c0cc04507 💄 2020-03-03 17:12:40 -08:00
Connor Peet 25ef9b4765 experiments: allow triggering experiments on the fly, generic commands
cc @roblourens as the owner of 'Experiments service (?)' :)
2020-03-03 15:52:50 -08:00
Rob Lourens c5174a6fd3 Work around #86382 2020-03-03 15:13:09 -08:00
Rob Lourens 009af2025d Add useDefaultExcludes property to findTextInFiles API
Fix #85946
2020-03-03 15:13:09 -08:00
Alex Dima 17f797bcd1 Fixes #91936: Do not emit empty tokens in the model, add workaround for rendering empty tokens in the view 2020-03-03 22:23:44 +01:00
Sandeep Somavarapu d431ec51f5 Fix #91962 2020-03-03 21:57:35 +01:00
Andre Weinand 5dc11a2195 node-debug@1.44.1 2020-03-03 21:50:55 +01:00
Eric Amodio 90df2d09f4 Adds Open Timeline command to explorer files
Adds follow/unfollow actions to the timeline view
Reworks timeline view commands
2020-03-03 15:04:13 -05:00
Connor Peet fb2ea118f9 debug: update js-debug-nightly to "2020.3.217" @ 2020-03-03T01:06:02.88Z 2020-03-03 10:19:59 -08:00
SteVen Batten 56d182fdec update path
fixes #87092
2020-03-03 10:06:49 -08:00
Johannes Rieken a304998c75 debt - modernize uuid and remove unused stuff 2020-03-03 17:58:06 +01:00
isidor 076c919acf fixes #91922 2020-03-03 17:06:51 +01:00
Johannes Rieken 9a9e194e41 unit test to ensure encoding of markdown uris is correct, https://github.com/microsoft/vscode/issues/90855 2020-03-03 16:55:10 +01:00
Alex Dima bc5d1b1d05 Reveal multiple cursors if they all fit in the viewport (#6995) 2020-03-03 16:51:12 +01:00
Johannes Rieken f71ee8c9e8 When generating markdown, then only decode domURIs, https://github.com/microsoft/vscode/issues/90855 2020-03-03 16:23:07 +01:00
Alex Ross 2f6da279c7 Update grammars 2020-03-03 16:20:05 +01:00
Benjamin Pasero 43ca0e3029 editors - IResourceEditor => IResourceEditorInputType
This clarifies that the type is an aggregate over inputs and not editor controls.
2020-03-03 16:17:49 +01:00
Benjamin Pasero 1340d293b2 debt - less explicit any 2020-03-03 15:45:11 +01:00
Benny NeugebauerandGitHub 5bd89a2535 Fix typing for proxy auth window options (#91954) 2020-03-03 15:43:49 +01:00
Martin Aeschlimann 516d459482 extract theme configuration 2020-03-03 14:53:46 +01:00
isidor bee6deecbe views: No priroity, keep views sorted in the order they got registered 2020-03-03 14:50:55 +01:00
Johannes Rieken 5263047aeb es6 - use String#padStart and String#endsWith 2020-03-03 14:46:25 +01:00
Sandeep Somavarapu 4823d69c76 Adopt edit setting option in settings editor 2020-03-03 14:28:52 +01:00
Sandeep Somavarapu 4f6b67691d #89512 support edit setting 2020-03-03 14:13:48 +01:00