Martin Aeschlimann
b3b31f707e
[cshtml] // commenting inside @{ } code blocks. Fixes #24693
2017-11-21 16:54:05 +01:00
Sandeep Somavarapu
b22bd4778f
fix tests
2017-11-21 16:04:46 +01:00
Benjamin Pasero
a8769e7835
debt - change glob to not require paths.relative anymore
2017-11-21 15:58:31 +01:00
Benjamin Pasero
c8b4dfddd6
Load extension host after workbench is running phase ( fixes #38323 )
2017-11-21 15:31:38 +01:00
Benjamin Pasero
2fd817b557
introduce extensions registered event (for #38323 )
2017-11-21 15:24:49 +01:00
Joao Moreno
9b829cde19
fixes #38796
2017-11-21 15:15:41 +01:00
Alex Dima
830d5c408c
Fixes #34913 : Wait for command activation event if command is unknown
2017-11-21 13:48:32 +01:00
Martin Aeschlimann
448eaa21f0
[json] descriptions for package completions
2017-11-21 13:01:32 +01:00
Martin Aeschlimann
9c7a650279
[json] IntelliSense don't work for @angular in package.json. Fixes #24321
2017-11-21 12:52:17 +01:00
Johannes Rieken
f86652164a
clarify resolveCompletionItem, #26622
2017-11-21 12:38:08 +01:00
Sandeep Somavarapu
70900a5115
Fix #15477
2017-11-21 12:34:41 +01:00
Alex Dima
74d3e2a0fe
#38664 : Create MinimapCharRenderer only when needed for painting
2017-11-21 12:26:43 +01:00
Johannes Rieken
d7b5caa12c
fix #38818
2017-11-21 12:09:00 +01:00
Johannes Rieken
2e582f791e
fix #37367
2017-11-21 11:59:55 +01:00
Alex Dima
2ff8e12e45
#38414 : Remove unused code
2017-11-21 11:55:28 +01:00
João Moreno
6235c282a1
Merge pull request #38865 from tsalinger/fix35182
...
Reuse last commit message for amend
2017-11-21 11:44:36 +01:00
Alex Dima
2217a39b3e
Fixes #37401 : Render before/after decorations on their own <span> elements
2017-11-21 11:43:45 +01:00
Till
e0bf4eb820
Reuse last commit message for amend
...
fixes #35182
2017-11-21 11:40:59 +01:00
Benjamin Pasero
8bfd9d5a48
fix broken name for "new file" in explorer
2017-11-21 11:28:53 +01:00
Dirk Baeumer
61a5ea9cc7
Fixes #38793 : Environment variables not persisted across task chains
2017-11-21 11:13:51 +01:00
isidor
fee8c6336e
debug: append the * configuration provider at the end of resolving providers
2017-11-21 10:59:39 +01:00
Benjamin Pasero
791a166455
No feedback when startup fails because other instance runs as admin ( fixes #38858 )
2017-11-21 10:56:46 +01:00
Alex Dima
8ace097b59
#37401 : Allow both before and after inline decorations on empty lines
2017-11-21 10:32:05 +01:00
Alex Dima
1790a7f363
Have InlineDecorationType make it to viewLineRenderer ( #37401 )
2017-11-21 10:32:05 +01:00
Sandeep Somavarapu
11d1eb41d8
Merge pull request #38642 from maxibanki/master
...
Fix of "Cannot read property 'filter' of undefined" in extensionGalleryService
2017-11-21 10:01:54 +01:00
Martin Aeschlimann
07038a9e14
"editor.tokenColorCustomizations" for types doesn't work in .c files. Fixes #38822
2017-11-21 09:55:03 +01:00
Benjamin Pasero
66f4c0ea61
remove getId() (for #38414 )
2017-11-21 08:09:07 +01:00
Benjamin Pasero
8333939667
Switch to last tab with cmd/ctrl 9 ( fixes #36567 )
2017-11-21 07:43:00 +01:00
Rob Lourens
d294b25f2d
Bump distro for settings search URL
2017-11-20 22:00:45 -08:00
Rob Lourens
f386adab40
Update settings search param names
2017-11-20 22:00:26 -08:00
Benjamin Pasero
f5d668e5c4
fix tests
2017-11-21 06:47:37 +01:00
Matt Bierner
4edc012cf7
Don't send refactor requests when there is no selection
2017-11-20 19:42:44 -08:00
kieferrm
9932a4981f
update GDPR comment
2017-11-20 18:28:03 -08:00
Rob Lourens
dc94e708ac
Respect timeout option in XHR-based requestService. Add timeout to remote preferences search
2017-11-20 18:21:17 -08:00
Matt Bierner
7c6e4a07fc
Add timeout for jsdoc navtree request
2017-11-20 18:03:01 -08:00
Ramya Achutha Rao
719d7b92f4
Add strictNullChecks for emmet #38820
2017-11-20 16:25:15 -08:00
Matt Bierner
3200d2afa6
Update a few interfaces for TS 2.6.2
2017-11-20 15:53:17 -08:00
Matt Bierner
2bbdabd97e
Fix two non-readonly statics in smoke tests
2017-11-20 15:48:43 -08:00
Matt Bierner
38f7a89157
Pick up TS 2.6.2 insiders
2017-11-20 15:47:28 -08:00
Matt Bierner
e35d778597
Remove duplicate tmlanguage grammar files
2017-11-20 15:45:18 -08:00
Matt Bierner
d65cf91e9f
Fix failing emmet expand test
2017-11-20 15:28:13 -08:00
Matt Bierner
d8e926be97
Mark most private static constants as private static readonly
2017-11-20 15:18:52 -08:00
Matt Bierner
6663fcdebb
Mark public static fields readonly
2017-11-20 15:10:14 -08:00
Rob Lourens
2debd8b9a4
Fix settings search icon blinking visibility at startup.
...
Checkbox.ts is wiping out classes added externally.
2017-11-20 14:42:54 -08:00
Matt Bierner
b305ca7254
Fix a few more simple emmet strict null checks errors
2017-11-20 14:34:32 -08:00
Matt Bierner
86999bb82b
Fix a few more emmet errors for strict null
2017-11-20 14:34:32 -08:00
Matt Bierner
336e9cebf5
Target es2017 for markdown extension
2017-11-20 14:34:32 -08:00
Matt Bierner
946b275e0a
Restrict where jsdoc completion is shown
...
Fixes #33948
2017-11-20 14:34:32 -08:00
Christof Marti
4df58c0988
Update script ( #38324 )
2017-11-20 14:23:18 -08:00
Matt Bierner
7965160a6d
Emmet strict mode move, part 2 ( #37840 )
...
Continue moving emmet extension to strict mode. This change does the following:
- Remove jsdoc types. These are unused in ts files and can easily get out of date
- Annotate when something can return undefined
- Add null checks for when something can be undefined
- Add explicit types when something can be any
2017-11-20 14:08:49 -08:00