Commit graph

3979 commits

Author SHA1 Message Date
Martin Aeschlimann 0c2de00043 Separate json and jsonc (fixes #3641, fixes #26830, fixes #19992) 2017-11-27 10:37:47 +01:00
Martin Aeschlimann 30296f6e61 No JSON IntelliSense for babelrc. Fixes #24267 2017-11-27 10:37:47 +01:00
João Moreno ee187dfa42
Merge pull request #39135 from Dozed12/master
Size down SCM discard icon
2017-11-27 10:08:50 +01:00
Ramya Achutha Rao 3c470706de Absorb latest changes from emmet helper 2017-11-26 17:32:28 -08:00
Ramya Achutha Rao fafcb48f71 Allow emmet autocompletion when no parent node Fixes #38973 2017-11-24 11:44:01 -08:00
Joao Moreno 548bfe91af disable auto fetch
fixes #34684
2017-11-24 11:12:45 +01:00
Joao Moreno 8feee8ebb9 fixes #39077 2017-11-24 07:59:51 +01:00
Joao Moreno 18f4237ded fixes #36785 2017-11-23 15:09:02 +01:00
Joao Moreno 9ae69443fb remove ossreadme.json from debug. fixes #38947 2017-11-23 11:55:16 +01:00
rebornix 872ecf2a4e #36148. Remove indenation rules for c/cpp 2017-11-22 10:38:53 -08:00
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
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
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