Commit graph

31667 commits

Author SHA1 Message Date
Isidor Nikolic b4907268c4
Merge pull request #46299 from Microsoft/auchenberg/logpoints-action
Rename logPoint action to match other breakpoint actions
2018-03-26 10:38:36 +02:00
Dirk Baeumer 87ac8b13b8 Fixed typo in variable name 2018-03-26 09:52:30 +02:00
Pine Wu 2ad387e5ad Depend on vscode-languageserver-protocol-foldingprovider 2018-03-26 02:22:20 -05:00
Pine Wu 583b6c7e17 Updated initial version of css folding 2018-03-26 02:22:20 -05:00
Benjamin Pasero 8bfb6e2c02 💄 2018-03-26 07:48:01 +02:00
Kumar Harsh fbc8616ce7 fix(feedback): use the Button widget in Feedback form (#46503) 2018-03-26 07:45:06 +02:00
Ramya Achutha Rao a918e7b3ef Skip logging publisher info unless it is coming from the gallery 2018-03-25 21:08:40 -07:00
Christopher Leidigh 11b46d7fac
DropDown: Remove prior option-disabled class. Fixes: #46011 (#46516) 2018-03-25 23:54:00 -04:00
Rob Lourens dfb492467e Fix #45141 - search returning file paths with extra slash 2018-03-25 16:16:23 -07:00
Rob Lourens 6c421d8552 bump node2 2018-03-25 12:31:33 -07:00
Erich Gamma ba9da35ec8 Fix #45816 only search for package.json files when auto detection is enabled 2018-03-25 18:34:27 +02:00
Christopher Leidigh 9f59119581
Remove old-duplicates option-disabled class (#46477) 2018-03-24 20:31:09 -04:00
Martin Aeschlimann 784de51e08 use vscode-languageserver-protocol-foldingprovider 2018-03-24 21:41:07 +01:00
Benjamin Pasero b0793e672d Revert "bump electron to 1.7.13"
This reverts commit d6bdff7f77.
2018-03-24 14:02:08 +01:00
Ramya Achutha Rao e7ce1f53ea Do not lookahead when extracting css abbreviations Fixes #46452 2018-03-23 17:38:38 -07:00
Matt Bierner 2823cd4b73 Update js/ts grammar 2018-03-23 16:10:48 -07:00
Matt Bierner a715dfcbd6 Update js/ts grammars 2018-03-23 15:37:58 -07:00
Mark Marron 054bc03f65 Change to prevent fakeFireContinued when initiating time-travel 2018-03-23 15:36:15 -07:00
Daniel Imms 45bfe40a61
Merge pull request #45523 from Microsoft/ben/44703
Git merge / commit -a / focus back the integrated terminal
2018-03-23 15:25:16 -07:00
Rachel Macfarlane 148a6b1987 Issue reporter: load the loader as a file instead of as a script to improve perf, fixes #46335 2018-03-23 14:35:47 -07:00
Matt Bierner 5817ae954f Don't request ts/js quickfixes for possibly stale diagnostic locations
Fixes #45785
2018-03-23 14:23:45 -07:00
Matt Bierner ac17edf6c7 Use namespace import 2018-03-23 14:23:45 -07:00
Ramya Achutha Rao 5fdf0913f2 Show git under Features not Basics 2018-03-23 14:23:14 -07:00
Matt Bierner c6b1114292 Updgrade marked version
Fixes #46428
2018-03-23 13:31:30 -07:00
Matt Bierner 0b655c0603 Rename typescript to typescript-language-features 2018-03-23 13:31:29 -07:00
Ramya Achutha Rao 6c04bb4b64 Re-render suggestion item when resolved Microsoft/monaco-editor#781 2018-03-23 13:20:46 -07:00
Daniel Imms ae5f6d2557 Ensure ELECTRON_NO_ASAR doesn't make it into terminal process
Fixes #45279
2018-03-23 13:02:43 -07:00
Ievgen Andrushchak d3cd393e95 Enable search of local Typescript Language Service Plugins (fix #45856) (#45858)
* Added pluginPaths configuration option to provide additional plugins discovery locations

* fixed review comments: added array comparison for tsServerPluginPaths, setting made executable
2018-03-23 12:43:14 -07:00
Ramya Achutha Rao a9761fbbe5 Reset suggestWidget height when hidden 2018-03-23 12:26:42 -07:00
Rachel Macfarlane 9de24bfa5b Fix issue reporter radio button text style, fixes #45246 2018-03-23 10:53:03 -07:00
Daniel Imms cedc35a1f2 Use C: for external Windows terminal when not on Windows
Fixes #46379
2018-03-23 09:47:47 -07:00
Johannes Rieken 08cd5c0680 use ellipsis for hint, fix hc-hint-rendering, #44141 2018-03-23 13:26:03 +01:00
Johannes Rieken ce0ffaf475 add related diagnostics to hover, #10271 2018-03-23 12:49:22 +01:00
Rob Lourens ab867d907f Fix #46148 - split PHP extension 2018-03-22 23:19:10 -07:00
Matt Bierner 213dcf8f87 Allow webview contents to fetch vscode-resource: scheme uris
Fixes #46291
2018-03-22 18:37:14 -07:00
Matt Bierner 3df5d069c8 Don't save theme and model service on WalkThroughPart
Only needed by the base class
2018-03-22 18:37:14 -07:00
Matt Bierner 63461a2c32 Mark that getViewStateFor can return undefined 2018-03-22 18:37:14 -07:00
Matt Bierner f852138205 let -> const 2018-03-22 18:37:14 -07:00
Matt Bierner 3c09ea1918 Mark most IEditorOptions readonly 2018-03-22 18:37:14 -07:00
Peng Lyu 7b09533779 Relaunch the application to accept jsflags. 2018-03-22 17:32:20 -07:00
Peng Lyu 056d6221ae better notification for large file reload 2018-03-22 17:32:19 -07:00
Rob Lourens d212bb2979 Fix #44043 2018-03-22 15:57:21 -07:00
Peng Lyu 09db3b5f47 Read token state if a line is already correctly tokenized. 2018-03-22 15:40:16 -07:00
Peng Lyu 43b33ae411 Tokenize viewport with some context and ensure they are fast enough. 2018-03-22 15:40:16 -07:00
Peng Lyu d2d64fe54c if the token warmup tokenizes part of the viewport, let it finish. 2018-03-22 15:40:16 -07:00
Peng Lyu f336a302d0 tokenize viewport before we render. 2018-03-22 15:40:16 -07:00
Jean Pierre af21dc7925 Fix for #46106 (#46309) 2018-03-22 14:19:53 -07:00
Daniel Imms 15ee956bf9
Merge pull request #46272 from usernamehw/focus_terminal
Focus terminal after toggling via `workbench.action.terminal.toggleTerminal`
2018-03-22 13:51:12 -07:00
al 05eeed0d82 Keep a link to newly created terminal until disposed 2018-03-22 21:22:32 +03:00
Pine Wu 32bdb46632 Run gulp builds in parallel 2018-03-22 10:59:56 -07:00