Commit Graph

3430 Commits

Author SHA1 Message Date
rebornix
f4ccc31770 Use single quote in imports 2017-08-25 16:10:16 -07:00
rebornix
f52299aee0 Add a new option to control whether to render inline color box or not. 2017-08-25 16:10:16 -07:00
João Moreno
6b1c9cd61d Merge pull request #31325 from joaomoreno/scm-multiroot
SCM: Support multiple repositories
2017-08-25 16:00:20 +02:00
Martin Aeschlimann
fc0fb67671 [css] update language server 2017-08-25 12:42:45 +02:00
Martin Aeschlimann
36161ba789 [html] update langauge server 2017-08-25 12:19:12 +02:00
Martin Aeschlimann
b08cde32fe [html] VSCode doesn't automatically close HTML tags Fixes #2246. 2017-08-25 12:08:15 +02:00
Joao
2624eff8fe Merge branch 'master' into scm-multiroot 2017-08-25 11:36:39 +02:00
Dirk Baeumer
a7f070e2df Fixes #31144: Grunt task detection fails for gruntfile.js 2017-08-25 11:00:55 +02:00
chrisdias
93a3cfc36c update azure account url 2017-08-24 16:06:12 -07:00
Ramya Achutha Rao
905a3081e9 Allow mapping of default modes to other modes in Emmet completion provider Fixes #32260 2017-08-24 15:24:19 -07:00
Ramya Achutha Rao
06753de2dd Update imgSize tests to not use local file to fix build break 2017-08-23 23:07:32 -07:00
Matt Bierner
611e6984b2 Mark some ts extension settings as window
Fixes #33048
2017-08-23 17:21:17 -07:00
Matt Bierner
96de72d94e Defer code action edit creation until action is actually accepted 2017-08-23 17:21:17 -07:00
Joao Moreno
e9798613ad git: gitOpenRepositoryCount 2017-08-23 16:25:20 +02:00
Joao Moreno
bcf2f1dabb git: init 2017-08-23 16:12:46 +02:00
Joao Moreno
df2143f533 remove todos 2017-08-23 16:06:06 +02:00
Joao Moreno
ca068b3695 fix git.pullFrom group 2017-08-23 15:55:41 +02:00
Martin Aeschlimann
b14c255400 [json] add multiroot support. Fixes #32487 2017-08-23 14:33:04 +02:00
Martin Aeschlimann
00a44d37c5 [html] remove document settings on buffer close 2017-08-23 14:33:04 +02:00
Martin Aeschlimann
964028f97b [css] remove document settings on buffer close 2017-08-23 14:33:04 +02:00
Joao Moreno
f36f53f8e3 git: cant open resources starting with . 2017-08-23 12:42:52 +02:00
Joao Moreno
f9207f124a remove console.log 2017-08-23 12:37:43 +02:00
Joao Moreno
a4d229f220 remove gitState 2017-08-23 12:34:22 +02:00
Johannes Rieken
0417a75e4f know decorations using command links v2, #29076 2017-08-23 12:23:39 +02:00
Joao Moreno
58b855dd61 git: focus editor when opening file/diff from editor title 2017-08-23 08:36:25 +02:00
Yu Zhang
1c6f2f9a80 🐛 include setext heading levels (Markdown) (#32987)
* 🐛 include setext heading levels

* 📝 typo

* 💚 use `===`
2017-08-22 19:17:15 -07:00
Matt Bierner
949b9f1a79 Support inferred TS/JS project per root
Fixes #30414
2017-08-22 17:26:33 -07:00
Andrii Melekhovskiy
8d9778b191 Fix typo in Markdown Preview security warning message (#32989) 2017-08-22 17:05:28 -07:00
Joao Moreno
7d3b4faab5 git, scm cleanup 2017-08-22 16:57:39 +02:00
Joao Moreno
0215be15d2 git: status bar commands scope 2017-08-22 16:15:45 +02:00
Joao Moreno
1775a08ef3 git: status bar 2017-08-22 15:58:50 +02:00
Joao Moreno
00020e6354 scm: commit from input box 2017-08-22 12:26:31 +02:00
Joao Moreno
cfbc4f67ad scm: SourceControl.inputBox 2017-08-22 12:21:06 +02:00
Joao Moreno
4a21980946 rename git stash actions 2017-08-22 09:44:35 +02:00
Martin Aeschlimann
92a314f187 [make] typo in OSSREADME 2017-08-21 17:15:01 +02:00
Martin Aeschlimann
dd751d453a [make] update grammar to fadeevab/make.tmbundle 2017-08-21 16:56:59 +02:00
Martin Aeschlimann
7f1912686f Merge pull request #27293 from fadeevab/master
Makefile colorizing improvement: colorize at the beginning of line, handling the '\' symbol and other.
2017-08-21 16:51:51 +02:00
Johannes Rieken
7128eb085c style - use single-quoted imports 2017-08-21 16:45:32 +02:00
Joao Moreno
b6c3338ddf git: fix same repo multiple times 2017-08-21 16:01:20 +02:00
Joao Moreno
4b0c6ed825 Merge branch 'git-discardall' 2017-08-21 15:34:14 +02:00
Joao Moreno
4f7d11555b git: lowercase all 2017-08-21 15:29:37 +02:00
Joao Moreno
2800d4628c remove log 2017-08-21 12:12:04 +02:00
Joao Moreno
a7f0bf40ca Merge branch 'master' into scm-multiroot 2017-08-21 12:09:10 +02:00
Joao Moreno
071652f161 git: improved discard all 2017-08-21 11:48:35 +02:00
Benjamin Pasero
a87dd9c7ad fix imports to single quote 2017-08-21 11:27:57 +02:00
Joao Moreno
469ba2a620 fixes #32816 2017-08-21 11:09:56 +02:00
Benjamin Pasero
9c5d505c99 disable failing test 2017-08-21 09:57:28 +02:00
Ramya Achutha Rao
1aff34003a Inlcude checks at-rule for emmet css suggestions Fixes #32703 2017-08-20 18:05:31 -07:00
Ramya Achutha Rao
7e539de2f4 Trigger emmet for ! in xsl as it is a snippet prefix 2017-08-20 12:33:13 -07:00
Ramya Achutha Rao
0c079cb7df Support for canvas,td,tr,th in emmet suggestions 2017-08-20 12:22:26 -07:00