Matt Bierner
a2d3c87982
Fix file path rename for js/ts
...
Fixes #51175
2018-09-26 17:23:55 -07:00
Matt Bierner
f94cfe6677
Make sure javascript.updateImportsOnFileMove.enabled also has enum descriptions
...
Fixes #59509
2018-09-26 17:23:55 -07:00
Matt Bierner
2e95080816
Use markdownEnumDescription for all js/ts enums
...
Fixes #59508
2018-09-26 17:23:55 -07:00
Matt Bierner
9906ecc7a5
Disable path renames on TS 3.1
...
Outcome of #51175 . Requires fixes upstream
2018-09-26 14:15:07 -07:00
Matt Bierner
6e9a02177a
Fix fileToRename no preserving extension
2018-09-26 14:08:18 -07:00
Matt Bierner
d8ccc514f5
Remove unneeded any cast
2018-09-26 14:08:18 -07:00
Matt Bierner
f169056822
Use better name for insertParamtersForFunctionCall setting
...
Renamed to `completeFunctionCalls` to hopefully make it clear that this setting will also complete functions with no parameters
Fixes #59325
2018-09-26 11:53:54 -07:00
Matt Bierner
6ffd6e8045
Pick up new TS insiders
2018-09-26 11:39:21 -07:00
Christof Marti
92cc41ebd0
Handle relative paths ( #58694 )
2018-09-26 15:19:36 +02:00
Johannes Rieken
200d30e467
update tsconfig.json to escape node.d.ts hell
2018-09-26 12:54:48 +02:00
Johannes Rieken
b3665b9142
better fix for #58694
2018-09-26 12:24:26 +02:00
Johannes Rieken
1bcc3508fa
fix #58694
2018-09-26 12:05:54 +02:00
Matt Bierner
c091264686
Pick up new TS insiders
2018-09-25 16:55:55 -07:00
Ramya Achutha Rao
972ee3f948
Use latest applicationinsights in extensions too
2018-09-25 16:45:00 -07:00
Agustín Rodríguez
9041e6a4b5
styles for diff on markdown preview ( #59289 )
...
* styles for diff on markdown preview
* moved styles to markdown specific css file
2018-09-25 12:02:15 -07:00
Rob Lourens
3da89c1937
Rename previewOptions
2018-09-24 21:08:11 -07:00
Matt Bierner
7d359986ba
Use less than for TS version checks instead of inverting greater than checks
2018-09-24 17:57:45 -07:00
Matt Bierner
484bf49abf
Better fix for #58518 to avoid possible duplicated configure requests
2018-09-24 16:42:17 -07:00
Matt Bierner
58a72ab6cf
Don't cache file config options until we succesfully complete a request
...
Fixes #58518
2018-09-24 16:42:17 -07:00
Rob Lourens
54090bc222
Fix #57459 - add default previewOptions for findTextInFiles
2018-09-24 16:41:03 -07:00
Rob Lourens
5b3403bfb5
Fix #57895 - remove leadingChars from search provider API
2018-09-24 16:41:03 -07:00
Matt Bierner
4861c344e2
Fixing tsc build tasks for project references
...
https://github.com/Microsoft/TypeScript/issues/27150
2018-09-24 16:18:58 -07:00
Matt Bierner
1369c6e595
Don't send @ as trigger character for ts 3.1
...
Fixes #59165
Workaround for https://github.com/Microsoft/TypeScript/issues/27321
2018-09-24 15:16:42 -07:00
Pine Wu
690563da6e
Update css language service in html
2018-09-24 14:56:30 -07:00
Pine Wu
34879e95f1
Update CSS service
2018-09-24 10:31:29 -07:00
SteVen Batten
70b90231ce
update built-in dark themes as menus look pale ( #59123 )
2018-09-24 09:55:00 -07:00
Benjamin Pasero
7b8c3383f9
💄 integration tests
2018-09-24 15:10:16 +02:00
Joao Moreno
b862885245
fixes #47141
2018-09-24 14:24:46 +02:00
Joao Moreno
d47474c557
git init: show picker earlier
2018-09-24 12:38:21 +02:00
Joao Moreno
a488569052
cancelled git.checkout
2018-09-24 11:08:35 +02:00
Sardorbek
0469b0089e
add toml fixes : #51704 ( #59089 )
...
* add toml fixes : #51704
* add thirdparty notices
2018-09-21 15:13:38 -07:00
Matt Bierner
e19c9ba82d
Addd option to open markdown preview links in markdown preview
...
Fixes #19339
2018-09-21 15:08:42 -07:00
Matt Bierner
a101ececf4
Remove onCommand from markdown preview
2018-09-21 15:08:41 -07:00
Matt Bierner
388a62fe12
Fix anchor links in markdown preview
2018-09-21 15:08:41 -07:00
Matt Bierner
7185906189
Reduce usage of postCommand in markdown preview
2018-09-21 15:08:41 -07:00
Alex Ross
1ff175f094
Wait to signal to the extHostTerminalService that the terminal is opened until the terminal has a name. ( #58983 )
...
Also added a change listener for title. Fixes #53057
2018-09-21 14:08:38 -07:00
Matt Bierner
7c82764dfb
Pick up new TS insiders
2018-09-20 15:30:00 -07:00
Matt Bierner
97c753fa1f
Don't treat cancellation as an error
...
**Problem**
In the ts server communication, canceling a request currently throws an exception. This is wrong because cancellation is not an error. It also means that we need to wrap every server call in a generic try catch to handle cancellation. There are no checks in place to distinquish a cancellation from a rea
2018-09-20 10:59:01 -07:00
Matt Bierner
df411e9db3
Make js/ts quickfix-all action last item in group
...
fixes #55641
2018-09-20 10:59:01 -07:00
Johannes Rieken
9ac1af4899
add api tests for #1800
2018-09-20 17:24:33 +02:00
Joao Moreno
7c2d950958
git: cache isFreshRepository
...
related to #57854
2018-09-20 16:18:50 +02:00
Johannes Rieken
31adde8149
webpack - fix search-rg regression
2018-09-20 15:00:52 +02:00
Alex Dima
5bae3f69d9
Use webpack also for small built-in extensions
2018-09-20 14:17:45 +02:00
Martin Aeschlimann
7361bd990c
Revert "Do not clear selection in single-select case ( fixes #57850 )"
...
This reverts commit a6626a8d90 .
2018-09-20 12:51:07 +02:00
Martin Aeschlimann
1b38a64602
[json] update service ( fixes #58956 )
2018-09-20 12:37:25 +02:00
Johannes Rieken
5037516238
updated lock files
2018-09-20 12:06:55 +02:00
Johannes Rieken
6999ddbab7
update vscode-extension-telemetry
2018-09-20 12:06:55 +02:00
isidor
b1219d5b9b
debug: fix faded color contrast in launch.json
...
fixes #56794
2018-09-20 10:31:05 +02:00
Joao Moreno
ac3d5c93ca
git: expose repository ui state
2018-09-20 10:21:31 +02:00
Johannes Rieken
b0787a2b87
fix webpack entries for merge-conflict and search-rg
2018-09-20 09:59:24 +02:00