Nguyen Long Nhat
10dc625582
Task 2.0.0
2018-10-26 22:14:47 +07:00
Nguyen Long Nhat
02a65af113
Task 2.0.0
2018-10-26 22:12:33 +07:00
Matt Bierner
907924abc0
Reveal absolute top of markdown preview when scrolling to line 0
...
Fixes #61816
2018-10-25 11:57:50 -07:00
Matt Bierner
fe63c7e2f2
Reveal line 0 in editor when markdown preview scrolls to top
...
Fixes #61815
2018-10-25 11:57:50 -07:00
Matt Bierner
f4131970f6
Add isRetrigger
field to signature help context
...
#54972
Instead of having a generic `Retrigger` reason, add a new field on the `SignatureHelpContext` that tracks if this was a retrigger or not. This allows retrigger for all the different trigger reasons, including invoke.
Replace the old `Retriggger` trigger reason with `ContentChange` which tracks cursor movement and text updates.
2018-10-25 10:38:44 -07:00
Matt Bierner
8bcad6aaaf
Pick up new TS insiders version
2018-10-24 22:53:33 -07:00
Joao Moreno
e3375691ee
remove input box visibility change
2018-10-24 08:31:17 -07:00
Joao Moreno
63da98253c
Revert "Revert "Merge branch 'pr/60051'""
...
This reverts commit fb1ed79271
.
2018-10-24 08:27:35 -07:00
Johannes Rieken
b343fcf6ab
declare proposed api usage only where actually being used
2018-10-24 12:27:59 +02:00
Isidor Nikolic
57d98365b0
Merge pull request #61638 from Microsoft/misolori/a11y-themes
...
Update colors for Quiet Light to meet color contrast ratio
2018-10-24 12:13:27 +02:00
Johannes Rieken
fb1ed79271
Revert "Merge branch 'pr/60051'"
...
This reverts commit 217e29ad9c
, reversing
changes made to 758206be09
.
2018-10-24 11:14:51 +02:00
Christof Marti
d66f6ffc95
Fix timing issue ( #61647 )
2018-10-24 08:56:45 +02:00
Christof Marti
ab5bb7bf72
Revert "Disable failing tests"
...
This reverts commit 383d1417e6
.
2018-10-24 08:56:45 +02:00
Joao Moreno
217e29ad9c
Merge branch 'pr/60051'
2018-10-23 16:49:43 -07:00
Joao Moreno
f1f5385a68
💄 SourceControlInputBox.visible API
2018-10-23 16:49:23 -07:00
Matt Bierner
758206be09
Don't require selection for showing TS refactorings
...
Fixes #61655
2018-10-23 16:18:14 -07:00
Joao Moreno
5661a5a5ab
Merge branch 'pr/IlyaBiryukov/60048'
2018-10-23 16:17:49 -07:00
Joao Moreno
501241e5a9
💄
2018-10-23 16:17:16 -07:00
Rob Lourens
383d1417e6
Disable failing tests
2018-10-23 11:48:14 -07:00
Miguel Solorio
96f71ce5c1
Update colors to meet color contrast ratio
2018-10-23 09:47:05 -07:00
Alex Ross
fd8d4b09e1
Update grammars
2018-10-23 16:13:27 +02:00
Pine Wu
d1f5894892
[css] Update css service
2018-10-22 19:45:04 -07:00
Matt Q
19ac31a246
Fixed #59395 - Emmet Syntax Profiles tag_nl produces no extra space ( #60108 )
...
* fix
* fixed typo
* Formatting
2018-10-22 19:39:49 -07:00
Sankt Petersbug
f2653c04cb
Fix Markdown Preview incorrectly encodes a link ( #61530 )
...
For known external scheme, the customized normalizeLink method use vscode.Uri to parse and create
the string representation of the link before caling the original normalizeLink method.
The toString method of vscode.Uri encodes the result by default, and this is unecessary since encoding
is handled by the original normalizeLink method.
Calls toString method with skipEncoding option.
Resolves : #60525
2018-10-22 15:41:22 -07:00
Rob Lourens
53c640ece2
Fix #61396 - settings need "markdownDescription"
2018-10-20 10:58:01 -07:00
Ahmed Atito
6944a221c3
🐛 - Support C# in markdown preview code block syntax highlighting. ( #61291 )
2018-10-19 15:13:44 -07:00
Kyra
7de4798021
snippets: Add setInterval snippet ( #61351 )
...
* snippets: Add setInterval snippet
* fix: typo in prefix
2018-10-19 15:13:08 -07:00
Matt Bierner
1b812bade4
Don't re-encode markdown styles http uris
...
Fixes #60742
These uris should already be encoded. Don't try encoding them again which may cause the uri to become invalid
2018-10-17 18:49:18 -07:00
Matt Bierner
b43d76887d
Add more detail to disableAutomaticTypeAcquisition
setting description
...
Fixes #60984
2018-10-17 16:22:25 -07:00
Karthikayan
f891d5a7b0
include priority in requestItem and add to request queue accordingly ( #60582 )
...
* include priority in requestItem and add to queue accordingly
* add boolean lowPriority flag to requestItem and add to queue based on that
* set lowPriority flag to optional
* send lowPriority flag from CodeLensProvider
* revert priorityFlag for provider
2018-10-17 15:21:36 -07:00
Matt Bierner
799bc78af5
Fix parameters not having commit characters
...
Fixes #60907
2018-10-16 17:10:43 -07:00
Ramya Achutha Rao
a975e59eaf
Update applicationInsights for #60585
2018-10-16 16:29:08 -07:00
Rob Lourens
07271b840e
Delete search-rg in favor of internal search
2018-10-15 21:35:10 -07:00
Rob Lourens
a32b10881b
Run file search in EH
2018-10-15 21:35:10 -07:00
Matt Bierner
ab1a75708f
Update scss coloring tests
2018-10-15 18:51:47 -07:00
Matt Bierner
a57e7abae2
Remove deprecated js/ts completion settings
...
These were marked as deprecated in VS Code 1.28 and are now being removed
2018-10-15 17:39:33 -07:00
Emil Hessman
14ef4255d6
Remove duplicate switch case ( #59677 )
2018-10-15 16:51:35 -07:00
Rob Lourens
d616c781e0
Refactor search - remove search-rg text impl
2018-10-15 16:28:31 -07:00
Pine Wu
73461169ab
CSS highlight for font-family 'cursive' and 'fantasy'
2018-10-15 15:08:32 -07:00
Matt Bierner
1f482cd06d
Update markdown grammar
2018-10-11 17:21:36 -07:00
Matt Bierner
8476cae78a
Pick up TS 3.1.3
2018-10-11 16:45:05 -07:00
Matt Bierner
2d0dd21a4a
Pick up TS 3.1.2
2018-10-09 17:19:56 -07:00
Rob Lourens
46b79144af
Merge pull request #60012 from benjamenhogben/master
...
Add throwable to php try/catch block snippet
2018-10-09 09:14:30 -07:00
benjamenhogben
1de8905bf5
Change throwable var name
2018-10-09 14:07:13 +01:00
Matt Bierner
9e017425b3
Replace markdown-named-headers with custom version
...
Fixes #47537
Use our own version of markdown named headers. This fixes some bugs around handling duplicate headers
2018-10-08 16:04:47 -07:00
Matt Bierner
7d95e3e5f9
Support markdown link navigation when duplicate slugs exist
...
Fixes #59711
For a md document:
```md
# a
# a
- [a](#a)
- [next a](#a-1)
```
You can now click on the second link in the editor to navigate to the second `a` header. It is identified by being suffixed with `-1`.
2018-10-08 15:51:29 -07:00
Matt Bierner
0cfe8a1d7e
Fix potential TSC error
2018-10-08 15:24:11 -07:00
Matt Bierner
f516d17267
Add support for TS RenameTextSpan
...
Fixes #60204
2018-10-08 15:18:08 -07:00
Matt Bierner
5b03dcd69d
Add pinning test for setting localResourceRoots
2018-10-08 10:09:06 -07:00
Matt Bierner
d0ecfa0ba6
Adding pinning tests for vscode-resource in webviews
2018-10-08 09:56:06 -07:00