Rob Lourens
fa20275dbd
EH search - logging in output channel
2018-05-15 18:05:15 -07:00
Matt Bierner
4c57171eb4
Add move to new file refactoring for JS/TS
...
Fixes #49866
2018-05-15 17:14:45 -07:00
Johannes Rieken
abf25ad143
Merge branch 'master' into joh/outline
2018-05-15 18:12:33 +02:00
Erich Gamma
c0126de1f3
Render pre/post scripts different from regular scripts
2018-05-15 16:22:40 +02:00
Erich Gamma
6b129c5558
remove filterPrePostScripts
2018-05-15 16:22:39 +02:00
Martin Aeschlimann
c52fe7087c
color provider server capability doesn't define boolean (yet). For Microsoft/vscode-languageserver-node#349
2018-05-15 12:05:59 +02:00
Martin Aeschlimann
5b87b61db5
Merge pull request #49849 from DustinCampbell/update-csharp-grammar
...
Update C# TextMate grammar with important bug fix
2018-05-15 11:35:46 +02:00
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
Dustin Campbell
0e8690288e
Update C# TextMate grammar with important bug fix
...
This grammar update fixes an issue with comments after property declarations
solved by https://github.com/dotnet/csharp-tmLanguage/pull/117 .
2018-05-14 11:29:38 -07: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
Johannes Rieken
183154feba
Merge branch 'master' into joh/outline
2018-05-14 09:18:57 +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
Johannes Rieken
25d37c8fc4
Merge branch 'master' into joh/outline
2018-05-08 12:04:54 +02:00
Martin Aeschlimann
752acd5042
[html] return max number of ranges (for #46687 )
2018-05-08 10:33:34 +02:00
Johannes Rieken
29ee1ac696
Merge branch 'master' into joh/outline
2018-05-08 09:02:36 +02:00
Johannes Rieken
341100e1f7
hierarchy for TypeScript outline
2018-05-08 09:00:35 +02:00