Benjamin Pasero
daf9f01aaf
💄
2017-04-18 14:55:08 +02:00
Johannes Rieken
17d85451f1
fix #24457
2017-04-18 14:24:32 +02:00
Martin Aeschlimann
c974993981
[css] update service. Fixes #22735
2017-04-18 09:54:21 +02:00
Martin Aeschlimann
a2966fb215
Request to update atom/language-c version to the latest. Fixes #24909
2017-04-18 09:39:30 +02:00
gauss1314
7efc373d68
Update typescriptMain.ts ( #24892 )
...
./features/implementationProvider or ./features/ImplementationProvider ?
2017-04-17 15:23:50 -07:00
Matt Bierner
7300527f44
Pick up next version of TypeScript 2.3 insiders
2017-04-17 12:00:33 -07:00
Matt Bierner
200c4d1057
Fix Markdown Preview Updating on Zoom / Unrelated Config Changes ( #24809 )
...
Fixes #24808
**bug**
Markdown preview updates when you zoom. The root cause is that previews are updated whenever the config is changed.
**Fix**
Extract preview config to its own well defined object. Only update the preview when the keys we care about in the config change
2017-04-14 15:43:32 -07:00
Alex Dima
aca01f2daa
Fix build hygiene issues
2017-04-14 14:08:52 +03:00
Matt Bierner
0d14027696
Fix a few compile issues when using TS 2.3 ( #24731 )
...
Tested recomppiling VSCode with TS2.3. This fixes a few issues that were discovered, including workarounds for:
* https://github.com/Microsoft/TypeScript/issues/15184
* https://github.com/Microsoft/TypeScript/issues/15185
2017-04-13 17:14:50 -07:00
Matt Bierner
1d05d0c49d
Added PII note on ts server trace and log settings #24696
2017-04-13 17:05:01 -07:00
Matt Bierner
5d801251ec
Set insertSpaceAfterOpeningAndBeforeClosingNonemptyBraces to default to true to keep with existing behavior
2017-04-13 16:44:42 -07:00
Magnus Hiie
95f0c15bf5
Expose insert..Braces rule in VS Code settings ( #21649 )
...
* Expose insert..Braces rule in VS Code settings
Fixes #18043
* Add requirement blurb for insertSpaceAfterOpeningAndBeforeClosingNonemptyBraces
* Revert tsfmt change
2017-04-13 16:35:40 -07:00
Matt Bierner
eb6614a16d
Pick up ts 2.3 insiders ( #24725 )
2017-04-13 16:18:47 -07:00
Matt Bierner
9177027132
Fix go to project config for jsx/tsx Fixes #24723
2017-04-13 15:26:32 -07:00
Matt Bierner
c7c350a68a
Small formatting cleanup in markdown
2017-04-13 15:26:32 -07:00
Martin Aeschlimann
b008858740
[theme] suggest widget
2017-04-13 22:07:14 +02:00
Dominic Valenciana
e60ea34adc
Nested code lines now no longer display the hover border left. ( #24686 )
...
* Nested code lines now no longer display the hover border left.
* Added fix for both light and hc themes.
2017-04-13 11:05:35 -07:00
Johannes Rieken
c354922c33
fix #24457
2017-04-13 15:15:17 +02:00
Joao Moreno
85b04dc330
🎨 git.ignoreLegacyWarning
2017-04-13 10:04:48 +02:00
Joao Moreno
09400d8073
Merge branch '24283-adding-never-show-in-git-extension' of https://github.com/timbanaveen/vscode into timbanaveen-24283-adding-never-show-in-git-extension
2017-04-13 09:56:04 +02:00
NKumar2
615ebe524b
Adding 'never show again' in Git Extension
2017-04-13 12:10:19 +05:30
Matt Bierner
a0cb432471
Allow Code Lenses to Provide only a Title
...
Fixes #24209
**Bug**
Currently, for the js/ts references code lens, even if there are zero references you can click on the lens. This display an empty peek view
**Fix**
Allow code lenses to only register a title for the lens with no actual backing command
2017-04-12 15:47:20 -07:00
Matt Bierner
5f628cd731
Use js/tsconfig schema for jsconfig.*.json files ( #24637 )
...
Fixes #24572
Applies the js/tsconfig schema to file names such as `jsconfig.app.json`
2017-04-12 14:46:08 -07:00
Martin Aeschlimann
59a41a7cd6
[theme] rename editorFindWidgetBackground to editorWidgetBackground, add editorWidgetShadow and use in findOptionsWidget
2017-04-12 16:25:26 +02:00
Martin Aeschlimann
e86e17e11b
[seti] fix vertical alignment on Windows
2017-04-12 14:51:45 +02:00
Martin Aeschlimann
98105e03d7
[setuip] update theme ( fixes #22667 )
2017-04-12 11:55:51 +02:00
Martin Aeschlimann
0ed626ad68
Filetype associations don't affect explorer icons. Fixes #23125
2017-04-12 11:55:51 +02:00
João Moreno
8b59640087
Merge pull request #24567 from Kiricon/kiricon/git-renamed
...
Changed git renamed icon to orange color
2017-04-12 11:19:42 +02:00
Martin Aeschlimann
22946e2a4b
Merge pull request #24292 from Ikuyadeu/solarizedLight
...
fix Solarized Light theme highlighting #24040
2017-04-12 08:25:43 +02:00
kiricon
4460b2cfa8
Changed git renamed icon to orange color
2017-04-11 21:11:21 -06:00
Matt Bierner
0656b2b090
Update markdown grammar to allow better injection into unknown fenced code blocks
2017-04-11 17:35:28 -07:00
Matt Bierner
e4b5586557
Ensure we use an encoded URI for the markdown styles
2017-04-11 15:18:16 -07:00
Matt Bierner
f93afc56ce
Fix Markdown style paths possibly being handled incorrectly on windows Fixes #3613
2017-04-11 15:16:40 -07:00
Matt Bierner
cc167f6305
Gate some ts code lenses in the providers themselves #24548
2017-04-11 14:39:40 -07:00
Joao Moreno
9ad949b99b
🐛 fixes #24521
2017-04-11 16:26:54 +02:00
Yuki Ueda
1d4859af82
add SideBarBackground in SolarizedLight
2017-04-11 22:41:03 +09:00
Matt Bierner
e392265ce1
Switch md button to open to side by default
...
Fixes #21511
Fixes #23922
Changes the default markdown toolbar item to open the preview to the side of the current file as requested by #21511
Also updates the single file preview icon slightly to better differentiate it from the diff icon
2017-04-10 17:43:02 -07:00
Matt Bierner
11aba2dc61
Document enableExperimentalExtensionApi for insiders
2017-04-10 17:14:42 -07:00
Matt Bierner
736e09ab7c
Use load event listener instead of onload in markdown preview
2017-04-10 17:14:42 -07:00
Matt Bierner
e10f06e9dd
Workaround for #23924 - only highlight first line of ts/js implementation range
2017-04-10 15:38:36 -07:00
Matt Bierner
96b49f6f7d
Tweak HTML Preview Styling ( #24280 )
...
Two changes:
* Changes the logic from 41467b74b7 to make the padding customizable. The default 20px padding is preserved, but now preview can customize if they want to use it or not. This allows html preview page background colors to correctly fill the entire frame.
* Remove Writing the `_defaultStyles` to the root of the webview elment. These are only needed inside of the iFrame itself
2017-04-10 11:03:43 -07:00
Benjamin Pasero
5ecf0cda9a
Clean up some editor input debt and lifecycle issues ( #24439 )
2017-04-10 19:37:42 +02:00
Joao Moreno
2ab523ae7d
🐛 git: don't wait for idle when git show
...
fixes #24213
2017-04-10 15:37:36 +02:00
Joao Moreno
15a2d69d1c
Merge branch 'master' of github.com:Microsoft/vscode
2017-04-10 15:28:38 +02:00
Joao Moreno
564b9a8a1e
🐛 isolate git uri handling
...
fixes #23297
2017-04-10 15:28:13 +02:00
Martin Aeschlimann
114160d225
Fix for completionProvider registration in html/json server
2017-04-10 15:14:43 +02:00
Joao Moreno
b8747ec0af
🐛 use fsPath when getting paths out of URIs
...
fixes #23297
2017-04-10 09:40:23 +02:00
Yuki Ueda
de96ac98ea
fix Solarized Light theme highlighting #24040
2017-04-08 12:14:11 +09:00
Matt Bierner
d4dc61b684
Add restart TypeScript Server logic ( #23877 )
...
* Add restart TypeScript Server logic
**bug**
Currently, we often have to reload VSCode when we need to restart the TSserver to enable logging or change typescript versions
**Fix**
Add a way to restart the TSServer
* Remove old command
* Formatting
2017-04-07 15:19:23 -07:00
Joao Moreno
8c5cce0e14
🐛 git: don't show progress on fetch
...
fixes #24170
2017-04-07 15:16:25 +02:00