Alex Dima
67daf73cc1
Fixes #26151 : Do not trust DOM readings immediately after calling webFrame.setZoomLevel()
2017-05-10 15:43:11 +02:00
Michel Kaporin
580230bbf3
Added --noGettingStarted flag to disable 'Getting Started' page from opening when such provided. Implements #26386 .
2017-05-10 15:29:26 +02:00
Martin Aeschlimann
6c2f83dfcd
[theme] add theme to the view context
2017-05-10 15:01:45 +02:00
Joao Moreno
2cf6548165
streamline windows build
2017-05-10 12:56:18 +02:00
Joao Moreno
21d210da22
update distro
2017-05-10 12:42:01 +02:00
Joao Moreno
063396d1cc
improve win32 tfs scripts
2017-05-10 12:11:50 +02:00
isidor
8e9ddf6112
debug: when there are duplicate configurations with the same name always take first to align with native select box behavior
...
fixes #20927
2017-05-10 12:05:07 +02:00
Benjamin Pasero
7d1c2cc305
Viewlet progress bar is broken ( fixes #26365 )
2017-05-10 11:55:55 +02:00
isidor
39677057ce
debug: if no scope is found containg the range try to search across all scopes
...
fixes #24277
2017-05-10 11:21:01 +02:00
Joao Moreno
e707642a3c
git: don't use fs.watch
...
fixes #25175
2017-05-10 11:03:18 +02:00
isidor
be127659e4
debug state null guard
2017-05-10 10:42:43 +02:00
Johannes Rieken
4272facde7
fix #26368
2017-05-10 10:37:11 +02:00
Martin Aeschlimann
2fa0340e39
Move getParseErrorMessage
2017-05-10 10:17:17 +02:00
Martin Aeschlimann
6915d0ffc1
Move getParseErrorMessage
2017-05-10 10:10:17 +02:00
João Moreno
f025dd4e77
Merge pull request #26349 from mjbvz/fix-26346
...
Preserve Newlines in Signature Help Documentation
2017-05-10 09:50:37 +02:00
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
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