Commit Graph

4386 Commits

Author SHA1 Message Date
Matt Bierner
9761315d6e Fix TS version status not showing up when you first open VS Code 2017-11-30 15:45:46 -08:00
Matt Bierner
229ab747e1 Move TS extension activate to own file 2017-11-30 15:38:40 -08:00
Matt Bierner
8f0f142a2c Don't show ts status bar entry for non file: uri schemes 2017-11-30 11:25:03 -08:00
Matt Bierner
e884f5184a Do not fill in optional/rest paremters for TS Snippets for function calls
Fixes #38318
2017-11-30 11:25:03 -08:00
Matt Bierner
8cc2bef3c9 Simplify snippetForFunctionCall 2017-11-30 11:25:03 -08:00
Matt Bierner
edf5eba25b Convert isValidFunctionCompletionContext to use async 2017-11-30 11:25:03 -08:00
Johannes Rieken
56196d4b08 work around slow configuration reading, #39329 2017-11-30 15:37:32 +01:00
Martin Aeschlimann
760b64d7f0 [html] don't show closing tag proposal with "html.autoClosingTags": "false". FIxes #34435 2017-11-30 12:49:52 +01:00
Martin Aeschlimann
d4d3d407ea Merge pull request #35636 from Syeberman/python_auto_closing_string_prefix
Support auto-closing quotes in Python raw string literals, etc
2017-11-30 12:25:16 +01:00
Martin Aeschlimann
f8217340ad [php] folding snippets 2017-11-30 12:11:21 +01:00
Martin Aeschlimann
8dca274cda [scss] add region support 2017-11-30 11:51:12 +01:00
Martin Aeschlimann
20e326771a [less] add region support 2017-11-30 11:50:52 +01:00
Martin Aeschlimann
d0be636bfd [css] region snippets 2017-11-30 11:43:25 +01:00
Martin Aeschlimann
4ccce4f92d [bat] region snippets 2017-11-30 11:43:11 +01:00
Martin Aeschlimann
76f53ad88d [java] add region snippets 2017-11-30 11:32:44 +01:00
Martin Aeschlimann
2711d3f9ba [coffeescript] snippets for regions 2017-11-30 11:28:28 +01:00
Martin Aeschlimann
af2965c44d Merge pull request #39334 from nkofl/nkofl-coffeescript-foldregion
Add code folding #region support in coffeescript
2017-11-30 11:25:13 +01:00
Martin Aeschlimann
f846ade880 [jsonc] add tsconfig/jsconfig 2017-11-30 09:14:46 +01:00
Matt Bierner
c628188d10 Make sure TS service client host also listens to onDidChangeConfiguration 2017-11-29 13:49:36 -08:00
Matt Bierner
ae28e56138 Don't access config API for every TS/JS marker
Part of #39329
2017-11-29 13:47:54 -08:00
nkofl
19e01f7f97 Add code folding #region support in coffeescript 2017-11-29 14:02:47 -05:00
Rob Lourens
ddb27c6312 Fix #37919 - don't show php suggestions when closing an html tag 2017-11-28 21:41:53 -08:00
Martin Aeschlimann
0d9aa129b0 More jsonc adoptions 2017-11-28 09:55:13 +01:00
Rob Lourens
af232487eb Switch node2 to package-lock.json - see #38947 2017-11-27 21:49:14 -08:00
Joe Martella
58c1273a04 Adds "Accept All Current" to command palette 2017-11-27 15:48:02 -08:00
Francisco Moreira
f0e2c7d5c4 Fix pull 2017-11-27 22:59:06 +00: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
Dozed12
7f2fd6b81e Show remote branches in 'git pull from'
As reequested in #37490
2017-11-27 16:09:25 +00:00
Dozed12
87efd09868 Revert "Show remote branches"
This reverts commit e567b71fbc.
2017-11-27 16:04:47 +00:00
Dozed12
e567b71fbc Show remote branches
Fixes #37492
2017-11-27 15:59:05 +00: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