Commit Graph

17686 Commits

Author SHA1 Message Date
Rob Lourens
e2cb2f8fba Use './' syntax for "Find in files", #18334 2017-04-21 14:37:55 -07:00
Rob Lourens
7b7409e680 Don't persist the value of the 'useExcludeSettings' button 2017-04-21 14:25:28 -07:00
Matt Bierner
7cda103d46 Prototype Extension Contributed TS Plugins (#24917)
* Prototype TS plugin from extension support

* Update to take typescriptServerPlugins as an array objects instead of strings

* Use extension path
2017-04-21 14:21:46 -07:00
Matt Bierner
51f3f10e36 Add setting to disable NPM Not installed error (#25112)
Adds a new setting to disable the npm not installed warning that we show when ATA fails

Fixes #25063
2017-04-21 14:19:25 -07:00
Matt Bierner
a1677b57b0 Add Setting to Enable JavaScript TypeChecking Checking in Implicit Projects (#25116)
* Add Setting to Enable JavaScript TypeChecking Checking in Implicit Projects

Fixes #25113

Adds new setting to enable js typechecking in implicit projects

// cc @mhegazy

* Make sure we update config after changing settings

* Update wording
2017-04-21 13:57:23 -07:00
rebornix
743679c37f Mitigate #25103. I might be the only Quite Light theme user. 2017-04-21 13:22:14 -07:00
Martin Aeschlimann
d02567a2e4 [css] update service 2017-04-21 20:17:40 +02:00
Daniel Imms
43e059e651 Add libgconf-2-4 as a .deb dependency
Fixes #24945
2017-04-21 09:45:52 -07:00
Alex Dima
e4bccec8ee Simplify cursor code 2017-04-21 18:32:31 +03:00
Alex Dima
355ed3ca24 Extract cursor move operations to a separate file 2017-04-21 18:32:31 +03:00
Alex Dima
0d6b9c7148 Move common types out of oneCursor 2017-04-21 18:32:30 +03:00
Alex Dima
e69c96906e Clean up CursorMove command 2017-04-21 18:32:30 +03:00
Alex Dima
bb505549b5 Reduce usage of _invokeForAll in cursor 2017-04-21 18:32:30 +03:00
Alex Dima
850ab38910 Cursor handlers don't need to return a boolean 2017-04-21 18:32:30 +03:00
Joao Moreno
9208c4b4fe 🐛 fixes #24646 2017-04-21 15:24:49 +02:00
Joao Moreno
83d86b36f2 🐛 fixes #21285 2017-04-21 14:56:05 +02:00
Martin Aeschlimann
ef9e03c8ad [html] Format onPaste issues with HTML. Fixes #21218 2017-04-21 13:59:53 +02:00
Johannes Rieken
2ef2602cc8 fix #24849 2017-04-21 12:58:49 +02:00
Joao Moreno
6097966099 🐛 spinning sync icon
fixes #23975
2017-04-21 12:40:10 +02:00
Johannes Rieken
34cdf9f9be fix #21550 2017-04-21 12:36:17 +02:00
Joao Moreno
372ca2ee9c 🐛 fixes #24026 2017-04-21 12:02:02 +02:00
Johannes Rieken
876c35b8cd use --nolazy when starting renderer processes, #25019 2017-04-21 11:06:02 +02:00
Martin Aeschlimann
485bd40c3f fix html formatting test lint warnings 2017-04-21 11:00:09 +02:00
Martin Aeschlimann
9dfd573e87 fix html test 2017-04-21 10:58:40 +02:00
Joao Moreno
6e45311b57 🐛 fixes #21601 2017-04-21 10:54:28 +02:00
Alex Dima
5e2f9a8ae6 Move CursorUndo out to /contrib/ 2017-04-21 11:49:58 +03:00
Alex Dima
500545e365 Remove unnecessary code 2017-04-21 11:49:57 +03:00
Joao Moreno
f289ac9118 🐛 fixes #24673 2017-04-21 09:55:00 +02:00
Joao Moreno
b1d403f866 🐛 fixes #24598 2017-04-21 09:21:39 +02:00
Matt Bierner
6c5926309d Upload projectRootPath for TS 2.3.1 to prevent potentially watching too many files outside of workspace. Fixes #25040 2017-04-20 17:17:47 -07:00
Rob Lourens
e74b94e776 Show more error messages from rg. For #24050, but we will also update rg to get a better error message for bad globs. 2017-04-20 17:15:07 -07:00
Matt Bierner
732813abe4 Pick up new insiders release of TS 2.3.1 2017-04-20 16:53:28 -07:00
Matt Bierner
a291da4049 Disable Autoclosing Pairs for Quotes in c++ strings and comments (#25100)
Fixes #25025
2017-04-20 15:21:42 -07:00
Alex Dima
39608c5cb2 EditorScroll: Get rid of cursor -> view -> cursor recursion 2017-04-21 00:36:36 +03:00
Alex Dima
17b8819f9b EditorScroll: Get rid of cursor -> view -> cursor recursion 2017-04-21 00:36:36 +03:00
Alex Dima
98beb5d68e EditorScroll: bring related code together 2017-04-21 00:36:36 +03:00
Alex Dima
6d49008d3d EditorScroll: parse arguments 2017-04-21 00:36:35 +03:00
Andre Weinand
a84b52fe8a node-debug@1.12.6 2017-04-20 23:32:59 +02:00
Rob Lourens
ed91b067e0 Fix #18334 - implement ./ filtering 2017-04-20 11:06:22 -07:00
Joao Moreno
68fde39142 update distro 2017-04-20 14:45:32 +02:00
Joao Moreno
c062b3718e Merge branch 'distro' 2017-04-20 12:16:37 +02:00
Alex Dima
8cb7cc0cb4 Merge EditorContextKeys and ModeContextKeys 2017-04-20 12:20:52 +03:00
Alex Dima
50d1c5e5be Move context keys out of editorCommon 2017-04-20 12:12:30 +03:00
Alex Dima
8265eafaaa Move more types out of editorBrowser 2017-04-20 11:55:12 +03:00
Joao Moreno
5590786c2f update distro 2017-04-20 10:26:51 +02:00
Joao Moreno
53203db313 update distro 2017-04-20 09:52:54 +02:00
Martin Aeschlimann
b1d8a28f20 [powershell] add grammar update script 2017-04-20 09:23:22 +02:00
Matt Bierner
740f662023 Allow markdown security setting for single file opens Fixes #24749 2017-04-19 22:31:50 -07:00
Rob Lourens
03b549f896 Bump node-debug2 2017-04-19 21:36:00 -07:00
Matan Kushner
8f10859957 Fix typo in vscode.d.ts (#25055) 2017-04-19 21:21:03 -07:00