Martin Aeschlimann
0fd1ba9903
update bower registry URI
2017-11-22 17:30:33 +01:00
Martin Aeschlimann
0448d3d4c7
JS errors in HTML aren't prefixed with [html] neither with [js]. Fixes #33396
2017-11-22 17:30:33 +01:00
Dozed12
bd642e3b67
Size down SCM discard icon
...
#37530
2017-11-22 14:03:12 +00:00
Andre Weinand
2a3259b20b
add node-debug's package-lock.json
2017-11-22 12:06:48 +01:00
Martin Aeschlimann
b3b31f707e
[cshtml] // commenting inside @{ } code blocks. Fixes #24693
2017-11-21 16:54:05 +01:00
Pradeep Murugesan
3a10793dad
added a warning when user tries to commit, and there are unsaved files
2017-11-21 16:37: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
Till
e0bf4eb820
Reuse last commit message for amend
...
fixes #35182
2017-11-21 11:40:59 +01:00
Matt Bierner
4edc012cf7
Don't send refactor requests when there is no selection
2017-11-20 19:42:44 -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
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
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
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
Martin Aeschlimann
ce11eb88b3
[html] Follow Link in Multi Root Workspace. Fixes #38469
2017-11-20 13:36:57 +01:00
Martin Aeschlimann
b520c8f1ca
[html] Request textDocument/rangeFormatting failed when pasting inside script tags. Fixes #35698
2017-11-20 11:02:12 +01:00
Joao Moreno
9752f3c93c
fix missing scm resources
...
fixes #35724
2017-11-17 16:30:37 +01:00
Martin Aeschlimann
a8e615cfa3
[json] Provide syntax highlighting for .ember-cli and .watchmanconfig. Fixes #37174
2017-11-17 15:02:09 +01:00
Martin Aeschlimann
3ecb0e1060
Files with *.hjs extention not highlighted as handlebars by default but plain text. Fixes #36592
2017-11-17 14:58:33 +01:00
Joao Moreno
000325a03b
alert when git is missing
...
fixes #38393
2017-11-17 11:35:49 +01:00
Martin Aeschlimann
b154408146
monokai: improve selection/word colors (for #36376 )
2017-11-17 09:34:41 +01:00
Matt Bierner
34c44f872c
Add way to disable markdown preview security warnings in a given workspace
...
Does not effect the content security level, only toggle the warning popup
Fixes #32251
2017-11-16 18:39:06 -08:00
Matt Bierner
24423dd529
Treat jsdoc @example tag body as code
...
Fixes #30062
2017-11-16 18:16:10 -08:00
Matt Bierner
662e0e9c5a
Treat tsx as jsx in markdown preview
...
Fixes #36711
2017-11-16 17:46:54 -08:00
Matt Bierner
f51db4abfc
Move previewer into utils
2017-11-16 17:46:54 -08:00
Matt Bierner
6f544729dc
Clean up TypeScriptReferenceSupport
...
- Use await
- Use for of
2017-11-16 16:23:29 -08:00
Matt Bierner
63b103c604
Switch a few more TS providers to async
2017-11-16 16:23:29 -08:00
Matt Bierner
f2c538b8b0
Build ts extension to target es2017
2017-11-16 16:23:29 -08:00
Sindre Tellevik
924b1002bb
Git branches sorted by committerdate, latest first.
2017-11-17 00:09:23 +01:00
Matt Bierner
f3008845ef
Show quick pick when ts returns more than one code action on a suggestion
2017-11-16 13:01:51 -08:00
Martin Aeschlimann
0f7f2a0f1f
[yaml] add yarn.lock
2017-11-16 11:48:14 +01:00
Martin Aeschlimann
6273574671
New monokai selection color is too subtle. Fixes #36376
2017-11-16 11:42:12 +01:00
João Moreno
67cd9258fd
Merge pull request #38481 from Microsoft/joao/yarn
...
Use Yarn to manage dependencies
2017-11-16 11:23:37 +01:00
Joao Moreno
5d4d38543a
use yarn in extension scripts
2017-11-16 10:46:51 +01:00
Sandeep Somavarapu
778152c86d
Fix #21114
2017-11-15 19:14:04 +01:00
Martin Aeschlimann
abaf393e9d
Fix broken regex of OR condition for fold marker. Fixes #37531
2017-11-15 17:37:19 +01:00
Joao Moreno
758c47ef87
npm > yarn
2017-11-15 15:14:00 +01:00
Martin Aeschlimann
fc6640df6f
[html] editor.action.formatDocument removes <script> property. Fixes #36574
2017-11-15 12:48:36 +01:00
Nick Snyder
89b9d1e40a
ensure all cases are handled
...
By removing the default case and undefined from the return type, the type system can ensure that all cases are handled.
2017-11-14 16:50:08 -08:00
Joao Moreno
3d71f198ac
Merge branch 'master' into yarn
2017-11-14 21:44:39 +01:00
Matt Bierner
89f8a77cb8
Reapply #38328 with fix
...
Fixes #38049
2017-11-14 11:49:27 -08:00
Matt Bierner
fe48d23086
Revert "Fixes markdown link syntax highlighting bug ( #38328 )"
...
This reverts commit 5fd4061806 .
2017-11-14 11:27:05 -08:00