Commit graph

3991 commits

Author SHA1 Message Date
Joe Martella
58c1273a04 Adds "Accept All Current" to command palette 2017-11-27 15:48:02 -08:00
Martin Aeschlimann
76989b38ff Fixes for jsonc mode. Fixes #39199 2017-11-27 23:44:33 +01:00
Matt Bierner
47b1447a8a Try using tsc path next to tsconfig for ts build tasks
Fixes #30754
2017-11-27 14:29:06 -08:00
Matt Bierner
952d76ee3c Put auto import label first in suggestions
Fixes #38102
2017-11-27 11:11:51 -08:00
Matt Bierner
7510dd6161 Pick up TS 2.6.2
Fixes #39206
2017-11-27 10:49:18 -08:00
Matt Bierner
d049d540d5 Set jsx preserve in generate ts/jsconfig.json. Fixes #39202 2017-11-27 10:22:40 -08:00
Matt Bierner
c08399a4f1 Also treat default as code in jsdocs 2017-11-27 10:22:40 -08:00
Martin Aeschlimann
c6489fa5e5 associate code-workspace with jsonc 2017-11-27 17:34:48 +01:00
Joao Moreno
9544e5faa0 git.enabled as a resource setting
fixes #37492
2017-11-27 16:08:15 +01:00
Joao Moreno
e69ca9ff85 cleanup git commands enablement 2017-11-27 16:08:15 +01:00
Joao Moreno
629ad31204 fix git commands 2017-11-27 16:08:15 +01:00
Joao Moreno
32d7bcd358 fixes #39173 2017-11-27 11:16:37 +01:00
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