Commit Graph

31438 Commits

Author SHA1 Message Date
Matt Bierner
a715dfcbd6 Update js/ts grammars 2018-03-23 15:37:58 -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
Daniel Imms
4cc6cf56eb Reset split view after resizing views
Fixes #45331
2018-03-22 09:17:52 -07:00
André Weinand
704fdffa1f node-debug@1.22.8 2018-03-22 15:01:05 +01:00
Martin Aeschlimann
9f48396035 [css] polish 2018-03-22 11:27:17 +01:00
Isidor Nikolic
e9b719e502 Merge pull request #46235 from Microsoft/isidorn/explorerUseBinarySearchToFind
explorer: use map for ExplorerItem children to reduce isEqualOrParent calls
2018-03-22 11:13:54 +01:00
isidor
24447fb840 adress comments and some renames 2018-03-22 11:13:09 +01:00
Martin Aeschlimann
599be35c09 [html] unnecessary import 2018-03-22 11:10:31 +01:00
Martin Aeschlimann
3abd0f50e2 [html] move path completion inside html mode 2018-03-22 11:09:33 +01:00
isidor
3de450fa2b ExplorerItem: make children private and address comments 2018-03-22 11:01:10 +01:00
André Weinand
d43941c798 add logMessage to Breakpoints API; fixes #45643 2018-03-22 10:32:00 +01:00
André Weinand
55438d1eff pass breakpoint id properly; fixes #46325 2018-03-22 10:32:00 +01:00
Joao Moreno
b0bfd9538a fixes #46240 2018-03-22 10:12:32 +01:00
isidor
6e2f7f1c05 debug: move idFromAdapter and verified to IBaseBreakpoint 2018-03-22 10:03:06 +01:00
Joao Moreno
174f9af89b stubs are bad for compile time errors 2018-03-22 09:09:13 +01:00
Martin Aeschlimann
5b48bc57de Merge pull request #46296 from Microsoft/octref/htmlPathRefactor
HTML path refactor
2018-03-22 08:10:26 +01:00
Benjamin Pasero
d6bdff7f77 bump electron to 1.7.13 2018-03-22 07:49:52 +01:00
Rob Lourens
9c888c79eb Use promises instead of callbacks for tests, for #45209 2018-03-21 23:20:13 -07:00
Darius Keeley
2d686ce94b Hide tab fade until text overflows with sizing-shrink and close-button-left/off (fix #45728) (#45815)
* Reserve 5px on the right of tabs to hide fade when sizing is fit and tab is close/left (fixes #45728)

* padding tweaks
2018-03-22 07:13:15 +01:00