Matt Bierner
c37d497f2b
Mark add missing async as auto fixable
2019-01-28 18:12:32 -08:00
Matt Bierner
248aea7fd5
Fix some spelling errors in api docs
2019-01-28 17:16:49 -08:00
Matt Bierner
13aff1eff2
Add workaround for TS not supporting providePrefixAndSuffixTextForRename not being supported per-file
...
Workaround for https://github.com/Microsoft/TypeScript/issues/29585
2019-01-28 17:16:49 -08:00
Pine Wu
e9708716f2
Move html/css custom data contribution to experimental
2019-01-28 17:14:28 -08:00
Pine Wu
81b9b09cd3
Update HTML language service for NPE
2019-01-28 17:12:24 -08:00
Daniel Imms
6f457c75ab
Turn conpty off for next stable release
...
Fixes #66158
2019-01-28 17:05:50 -08:00
SteVen Batten
a7ad8306dd
adding toggle editor
2019-01-28 16:47:39 -08:00
Matt Bierner
a608c35e0d
Only update setIgnoreMenuShortcuts on keydown
2019-01-28 16:22:19 -08:00
Pine Wu
0abf8dcbd0
Fix typo
2019-01-28 15:58:55 -08:00
Rob Lourens
62468cb356
Sync settings tree scroll position to TOC - #64749
2019-01-28 23:49:39 +00:00
Matt Bierner
c1c3e5eab0
Properly encode markdown file path for open links
...
Fixes #59523
Double encode the path so that `Uri.parse`'s decoding only strips out the first level of encoding
2019-01-28 15:45:42 -08:00
Matt Bierner
52fb9079e9
Merge pull request #67148 from RomainMuller/master
...
Fix the "tsc watch" task when references are used
2019-01-28 15:32:21 -08:00
Matt Bierner
951d795023
Improving documentation
2019-01-28 15:24:33 -08:00
Matt Bierner
6a7000f2cc
Better description of activeSignatureHelp
2019-01-28 15:24:33 -08:00
SteVen Batten
ab8a277c9c
don't add titlebar to the grid when using native
2019-01-28 15:13:38 -08:00
Martin Aeschlimann
b79f3a6899
cli server: open folders in separate windows
2019-01-29 00:02:06 +01:00
Martin Aeschlimann
3af611c759
make jsonValidation dynamic (for #66574 )
2019-01-28 23:56:43 +01:00
Martin Aeschlimann
89275bcf59
Add preserve-aligned to the UI settings for html.format.wrapAttributes. Fixes #66644
2019-01-28 23:50:02 +01:00
Matt Bierner
71ee61ef2d
Fix active signature not being propagated properly
...
#33413
2019-01-28 14:46:29 -08:00
Matt Bierner
b15877def6
Handle some edge cases of #18131
2019-01-28 14:46:29 -08:00
Matt Bierner
807759ecff
Rename jsDocCompletion.enabled to javascript.suggest.completeJsDocs and typescript.suggest.completeJsDocs
...
Fixes #67146
2019-01-28 14:46:29 -08:00
Martin Aeschlimann
58d3dade0e
[html] update service (new formatter)
2019-01-28 23:36:11 +01:00
Matt Bierner
f93786c3d5
Prevent double dispatch of copy/paste commands in webviews on platforms where we don't need workaround
2019-01-28 14:31:07 -08:00
SteVen Batten
7640e80f0b
Sbatten/hideable views ( #67291 )
...
Use hideable views for workbench parts
2019-01-28 14:30:45 -08:00
Martin Aeschlimann
85119f3faf
Language features not supported for ".pyi" python type files. Fixes #66652
2019-01-28 22:59:54 +01:00
Pine Wu
4c89a268f5
Fix CSS imports
2019-01-28 13:55:55 -08:00
Miguel Solorio
2c1040da1f
Update Octicons and license attributions
2019-01-28 13:51:06 -08:00
Matt Bierner
61efc1d7d1
Add webview specific copy/paste, undo/redo commands
...
Fixes #65452
Adds copy/paste, undo/redo commands that are specific to the webview. This is very similar to the approach we already use to implement 'select all'
2019-01-28 13:40:27 -08:00
Matt Bierner
70f4460005
Extract getCodeActionProviders
2019-01-28 13:40:27 -08:00
Matt Bierner
a70b1317a1
Removing languageServiceEnabled check
...
After further discussion with the TS team, we determined that we do not need to stop sending semantic commands when the language service disables itself
2019-01-28 13:40:27 -08:00
Matt Bierner
ef25b181ea
Move ServerResponse into namespace
2019-01-28 13:40:27 -08:00
Matt Bierner
ccb5a625c2
Mark extract constant as a preferred refactoring
...
https://github.com/Microsoft/TypeScript/issues/29587
2019-01-28 13:40:27 -08:00
Sandeep Somavarapu
cd4a6cebe7
Fix #67105
2019-01-28 22:39:53 +01:00
Peng Lyu
527513513a
rerender comment reactions when thread update
2019-01-28 13:35:28 -08:00
Peng Lyu
36100deb71
render reactions only when it's more than one.
2019-01-28 13:35:28 -08:00
Pine Wu
81e2ef1be1
Update services
2019-01-28 13:29:36 -08:00
Sandeep Somavarapu
a920f227b1
Fix #66685
2019-01-28 22:25:08 +01:00
Joao Moreno
b257ca2078
grid: views should know which orientation they are laid out
2019-01-28 20:53:34 +01:00
Martin Aeschlimann
7ff3173b1d
Merge pull request #67261 from Microsoft/aeschli/json-semantic-selection
...
[json] semantic selection
2019-01-28 19:13:49 +01:00
Martin Aeschlimann
1972f79077
client: semantic selection registration
2019-01-28 18:24:12 +01:00
Christof Marti
43c36fbdbd
Collect telemetry on connection outcomes ( #60773 )
2019-01-28 18:01:18 +01:00
Peng Lyu
0fc0db3a7f
update padding
2019-01-28 08:48:14 -08:00
isidor
5f9257140a
fixes #67228
2019-01-28 17:43:01 +01:00
Alex Ross
94187a8a75
Merge branch 'master' of https://github.com/Microsoft/vscode
2019-01-28 17:41:25 +01:00
Rob Lourens
d28a8e1ff7
Add cgmanifest for ripgrep
2019-01-28 16:40:58 +00:00
Alex Ross
3df1107cb0
Update problem matchers in json schema
...
when providing extension is enabled/disabled
2019-01-28 17:40:55 +01:00
Joao Moreno
379e39ff0e
fixes #67250
2019-01-28 16:57:07 +01:00
Benjamin Pasero
ac2d914e21
fix #67245 (again)
2019-01-28 16:50:28 +01:00
Alex Dima
04accde33c
Add proposed API: change event for extensions.all
2019-01-28 16:44:58 +01:00
Daniel Imms
be1ca3cc42
Move env sanitizing to base/node/processes
...
Part of #64897
2019-01-28 07:43:54 -08:00