Commit Graph

18382 Commits

Author SHA1 Message Date
Martin Aeschlimann 9a0918eb81 Keep JSON nls free (for Microsoft/node-jsonc-parser#2) 2017-05-10 09:42:36 +02:00
Matt Bierner 2c7516672e Cleanup some TS files 2017-05-10 00:03:42 -07:00
Matt Bierner 4f4a663a60 update highlight js version 2017-05-10 00:03:42 -07:00
Benjamin Pasero b2d5ca8c1f clarify settings description 2017-05-10 08:16:09 +02:00
Benjamin Pasero a890ca1c73 💄 2017-05-10 08:00:04 +02:00
Benjamin Pasero 6254814d85 theming - progress bar 2017-05-10 07:51:35 +02:00
Wagner Riffel 44495cb309 add missing lua goto keyword 2017-05-10 02:23:38 -03:00
Matt Bierner 93e42a5e46 Use for of loop 2017-05-09 21:50:56 -07:00
Matt Bierner f2b9e43a0e Preserve newlines in signature help display
Fixes #26346

**Bug**
Signature help currently handles newlines differently than completion item providers. This results in inconsistent looking documentation

**fix**
Use `pre-wrap` for the signature help documentation the same way we do for completion items
2017-05-09 21:30:24 -07:00
Matt Bierner f7306841f6 show jsdoc tags in sig help and for completion items
Fixes #26290

Exposes jsdoc tags such as `@priver` in the signature help and in completion items
2017-05-09 21:27:55 -07:00
Matt Bierner 173fc44723 Support Tags in TS/JS Hover Provider
Fixes #26290

Adds support for displaying documentation tags from jsdoc comments (such as `@private`) in hovers
2017-05-09 20:55:58 -07:00
Rob Lourens e4950d10c6 Merge pull request #22354 from Nais777/master
Update PHP snippets
2017-05-09 15:46:16 -07:00
Alex Dima 3c5918c200 Fixes #26313: Do not assume ownership of passed in options object 2017-05-10 00:35:41 +02:00
Alex Dima 8485cb6e4d Simplifications post moving viewLayout into viewModel 2017-05-10 00:31:12 +02:00
Alex Dima 1d6e311998 Move viewLayout management into viewModel 2017-05-10 00:31:12 +02:00
Matt Bierner 946e7ebb2f Reveal TS Server log file in os instead of opening log in explorer. Fixes #25908 2017-05-09 14:56:24 -07:00
rebornix 8984ed3036 Fix #26336. Convert Enum numbers to String 2017-05-09 14:42:35 -07:00
rebornix d529e3e07b Fix #26274. Guard Editor command args 2017-05-09 11:49:17 -07:00
Matt Bierner e2d6ff6181 💄 2017-05-09 11:43:21 -07:00
Matt Bierner c94789c509 Add Filename to JS/TS Workspace Symbol Search
Fixes #22357

Adds file name to the workspace symbol results for JS and TS
2017-05-09 11:25:38 -07:00
Benjamin Pasero 0f102b9577 Code Folding won't be remembered after latest update. (fixes #26157) (#26319) 2017-05-09 18:21:11 +02:00
Daniel Imms 4e3702fe9a Don't allow terminal to overflow to the right of the panel
Fixes #26238
2017-05-09 09:08:56 -07:00
Andre Weinand 0dc762612f node-debug@1.13.2 2017-05-09 18:06:04 +02:00
Alex Dima 28f70d5116 Simplify view model event handling 2017-05-09 17:43:03 +02:00
Michel Kaporin a986ea476e Respect the arrow height when layouting exception widget. Fixes #25443. 2017-05-09 17:08:52 +02:00
Isidor Nikolic 2312a0a5ae also store and restore view state for ResourceEditorInputs (#26317) 2017-05-09 17:06:10 +02:00
Andre Weinand 3b32ecfc32 DAP: properly extend type of TerminateEvent.restart 2017-05-09 16:52:37 +02:00
Benjamin Pasero e20c90f347 comment in spammy console.log 2017-05-09 16:37:57 +02:00
isidor a2f424a823 Support arbitrary data to be looped from one debug session to a restarted session
fixes #26315
2017-05-09 16:22:56 +02:00
Joao Moreno c5fcfbc113 windows build 2017-05-09 16:11:36 +02:00
Joao Moreno 0a2d89c1ab fix new windows build 2017-05-09 16:11:36 +02:00
Benjamin Pasero 90dcda507a add workaround for #24820 2017-05-09 16:02:16 +02:00
Andre Weinand d43d4ab939 DAP: extend type of TerminateEvent.restart 2017-05-09 16:00:18 +02:00
Martin Aeschlimann c9f10706ef [theme] add text colors. Fixes #26298 2017-05-09 15:53:38 +02:00
Alex Dima b8a2488a8f Reduce view model responsibilities 2017-05-09 12:51:28 +02:00
Jeremy Loy 50b588a5a1 Added Services Submenu for MacOS (#26248) 2017-05-09 12:25:55 +02:00
Benjamin Pasero 625c330e49 fix startup 2017-05-09 12:24:13 +02:00
Alex Dima 4cc83a75e4 Fix NPE where events were handled while the view model was disposing 2017-05-09 12:18:41 +02:00
Michel Kaporin f3ca4f6e09 Added handling for multiple '--user-data-dir' to enable Spectron smoke testing in #25291. 2017-05-09 12:06:05 +02:00
Alex Dima e4c6a965ea Simplify content widgets 2017-05-09 11:49:39 +02:00
Benjamin Pasero 1b005bae40 fix 2017-05-09 11:44:39 +02:00
Joao Moreno 8b4a75ffd0 streamline win32 build 2017-05-09 11:42:37 +02:00
Martin Aeschlimann cc0cad82e0 Use errorForeground in preferences editor (for #26267) 2017-05-09 11:41:50 +02:00
Martin Aeschlimann 6a49503b43 Theme: "No results" in find widget is using hardcoded color. Fixes #26267 2017-05-09 11:41:50 +02:00
Benjamin Pasero 16e1d237b3 theming bugfixes 2017-05-09 11:41:19 +02:00
isidor 4455df6f0b remove breakpoint.respectColumn, no longer needed 2017-05-09 11:40:07 +02:00
Joao Moreno 650b75a94a win32 tfs builds 2017-05-09 11:35:33 +02:00
isidor 484a2db066 drop support for substituing "command.", "env.", "config." 2017-05-09 11:33:45 +02:00
Benjamin Pasero 08ff828cfd theme - send a smile 2017-05-09 11:32:51 +02:00
isidor 8d4d6e615a debug: auto remove duplicate breakpoints
fixes #25389
2017-05-09 11:26:10 +02:00