Matt Bierner
be413aed89
Use css vars for more webview styling
...
Fixes #49749
2018-05-14 14:36:13 -07:00
Erich Gamma
4f652fc36c
add setting to define whether pre or post scripts should be filtered
2018-05-14 22:49:49 +02:00
Matt Bierner
21ee81c03b
Working on webview persistence API
...
#49022
2018-05-14 10:34:59 -07:00
Martin Aeschlimann
844c7f1c94
[powershell] Update PowerShell Editor Syntax. Fixes #49789
2018-05-14 14:14:26 +02:00
Christof Marti
e142962e1b
Multi-step input API ( #49340 )
2018-05-14 12:53:38 +02:00
Martin Aeschlimann
0ef24a8113
Merge pull request #49645 from DustinCampbell/update-csharp-textmate-grammar
...
Update C# TextMate grammar
2018-05-14 12:29:25 +02:00
Jean Pierre
7f274127ff
Fix for #49138 ( #49501 )
...
* Fixes #49138
* Updated comment
* Renaming variables for readability
2018-05-13 20:31:50 -07:00
Rob Lourens
ae223635fe
Merge pull request #49736 from Microsoft/roblou/ehSearch
...
Search implemented in extensionHost
2018-05-11 23:31:33 -07:00
Ramya Achutha Rao
aaf7b29625
Dont treat => as possible tag Fixes #48887
2018-05-11 14:44:20 -07:00
Matt Bierner
1cc5e27e64
fix file references
2018-05-11 14:37:22 -07:00
Ramya Achutha Rao
060ec85fbb
Text ending with : are noisy abbreviations Fixes #49376
2018-05-11 14:24:12 -07:00
Ramya Achutha Rao
979efb6b76
Allow ! as css abbreviation in property value Fixes #49214
2018-05-11 14:24:12 -07:00
Huachao Mao
b69b51d40c
Rename dipose.ts to dispose.ts ( #49659 )
2018-05-11 12:12:57 -07:00
Ramya Achutha Rao
1c53b7a0a2
Fix for #49647
2018-05-11 11:27:29 -07:00
Matt Bierner
987c3dccf4
Support TS string completion item kind
2018-05-10 18:11:47 -07:00
Matt Bierner
0ff8a3e9e0
Use vscode.*
2018-05-10 15:26:52 -07:00
Matt Bierner
430272b09e
Use / as a trigger character for jsx
2018-05-10 15:10:14 -07:00
Matt Bierner
12323264c1
Re-enable syntax based folding for js/ts by default in insiders
2018-05-10 15:10:14 -07:00
Matt Bierner
49170e54b1
API allowing CodeActionProviders to reliably get the current editor selection ( #49081 )
...
Fixes #49024
Fixes #49060
See #49024 for details on the problem. Makes code action providers take a range | selection. Always pass the selection if one is available.
2018-05-10 15:09:26 -07:00
Matt Bierner
d8e5520575
Pick up new TS insiders
2018-05-10 13:56:06 -07:00
Dustin Campbell
076c084930
Update C# TextMate grammar
...
This update adds support for ref structs, and ref readonly locals and return types. Contributed by
[@idafi](https://github.com/idafi ) with https://github.com/dotnet/csharp-tmLanguage/pull/114 .
2018-05-10 13:08:46 -07:00
Matt Bierner
50a7fe9bce
Introduce experimental fade out of unused variables
...
Gated behind undocumented setting. Requires proper vscode API
Part of #15710
2018-05-10 10:53:15 -07:00
Matt Bierner
1a820a0a1b
Add setting to control show unused variables
2018-05-10 10:53:15 -07:00
Rob Lourens
a84db4acde
EH search - quickopen basically working (without filtering, batched results, etc)
2018-05-09 17:09:05 -07:00
Rob Lourens
57e95597d1
EH search - extension API updates
2018-05-09 14:18:17 -07:00
Rob Lourens
04f4914191
EH search - downcompile to es5 for perf. Test again with electron 2...
2018-05-09 14:17:46 -07:00
Rob Lourens
2d08462e17
#47058 - Search provider running in EH with switch to enable
2018-05-09 12:56:57 -07:00
isidor
89441c932f
fix typo
2018-05-09 16:30:35 +02:00
isidor
64520d582f
add variable completions for launch and tasks.json
...
fixes #8370
2018-05-09 16:18:29 +02:00
Matt Bierner
3fc493a0e4
Make geterr async
2018-05-08 14:36:52 -07:00
Matt Bierner
faec3b58b7
Mark fields readonly
2018-05-08 14:36:52 -07:00
Matt Bierner
211d2ea5c2
Remove now unneeded cast
2018-05-08 13:29:42 -07:00
Matt Bierner
04255d26e1
Ensure we send file configuration before running organize imports
2018-05-08 13:29:20 -07:00
Christof Marti
18c973953f
Quick Pick tests ( #49340 )
2018-05-08 21:45:43 +02:00
Matt Bierner
f05063d13d
Annotate common ts telemetry properties
2018-05-08 11:42:05 -07:00
Matt Bierner
15f74515fe
Mark suggestionActions as resource scope since this setting can change per folder
2018-05-08 11:42:05 -07:00
Erich Gamma
a411c2f4e6
Fix for #49237 filter out duplicate task entries
2018-05-08 12:42:28 +02:00
Martin Aeschlimann
752acd5042
[html] return max number of ranges (for #46687 )
2018-05-08 10:33:34 +02:00
Matt Bierner
8d138ff89c
Mark user preferences as resource scope
2018-05-07 16:06:54 -07:00
Matt Bierner
e628e8e7b2
Add folding range kinds for TS
...
Fixes #44530
2018-05-07 14:20:42 -07:00
Matt Bierner
819a1af8f4
Support running organize imports for background files
...
Fixes #49405
2018-05-07 13:50:52 -07:00
Matt Bierner
558635ad1b
Try canceling ts geterr requests
...
Fixes #49251
2018-05-07 13:34:43 -07:00
Matt Bierner
b385047305
Fix suggestions in JS/TS
...
Fixes #49350
2018-05-07 08:49:10 -07:00
Erich Gamma
6025f1f45d
Fix for #49348 don´t show install tasks in script explorer
2018-05-07 16:04:47 +02:00
Erich Gamma
d92f8aed6a
Remove console.log
2018-05-07 16:04:47 +02:00
Josh Schreuder
1c3fc6fa21
Fix spelling mistake in NPM task tooltip ( #48980 )
...
ommitted -> omitted
2018-05-07 11:51:17 +02:00
Ramya Achutha Rao
57d9f26123
Disable live preview of wrap feature when multiple selections in same line #49138
2018-05-06 16:54:41 -07:00
Matt Bierner
612048a149
Temp workaround for ts not understanding that dot is a trigger character
2018-05-04 14:12:21 -07:00
Matt Bierner
72658816a2
Support TS disable suggestions setting
...
Fixes #47617
2018-05-04 14:12:21 -07:00
Matt Bierner
f8ced1957a
Add telemtry for TS/JS quick fixes
...
Fixes #47760
2018-05-04 14:12:20 -07:00