Commit Graph

4386 Commits

Author SHA1 Message Date
Matt Bierner
e2cb0ac35e Fix jsDoc setting resource warning 2017-11-14 10:35:53 -08:00
Joao Moreno
5e5ebf5c1f Merge branch 'master' into yarn 2017-11-14 18:46:07 +01:00
Shivam Mittal
5fd4061806 Fixes markdown link syntax highlighting bug (#38328)
Issue: #38049

Signed-off-by: Shivam Mittal <shivammittal99@gmail.com>
2017-11-14 08:46:19 -08:00
Martin Aeschlimann
e1691a6365 Call shellscript files just "Shell Script". Fixes #36889 2017-11-14 16:08:08 +01:00
Joao Moreno
deed70d9a2 Merge branch 'master' into yarn 2017-11-14 15:36:19 +01:00
Martin Aeschlimann
f06a42a8eb [bat] use grammar from mmims/language-batchfile. Fixes #38206, fixes #3845 2017-11-14 14:35:13 +01:00
Martin Aeschlimann
eb73e069be strict null check issue in cssServerMain 2017-11-14 13:20:55 +01:00
Martin Aeschlimann
0843571ee7 Remove built-in CSS snippets. Fixes #38152 2017-11-14 12:14:57 +01:00
Joao Moreno
39ea7877ca update css|html|json dependencies 2017-11-14 10:09:17 +01:00
Martin Aeschlimann
d133edf626 update language client to 3.5.0 2017-11-14 10:06:01 +01:00
Joao Moreno
b635672331 remove shrinkwrap references 2017-11-14 10:04:36 +01:00
Joao Moreno
50cabbc80a yarn import css|html|json server 2017-11-14 10:02:26 +01:00
Joao Moreno
c23063000c Merge branch 'master' into yarn 2017-11-14 09:57:55 +01:00
Joao Moreno
18c5daaf0a fix language servers dependencies 2017-11-14 09:57:38 +01:00
Joao Moreno
b6bc9ecd4d yarn: missing yarn.lock files 2017-11-13 23:07:17 +01:00
Joao Moreno
0a8b6fb706 yarn: replace most shrinkwrap files 2017-11-13 23:03:52 +01:00
Joao Moreno
0092e9c6b7 fix extensions 2017-11-13 22:41:54 +01:00
Joao Moreno
4e172cd197 fixes #38244 2017-11-13 20:20:58 +01:00
Nehal J Wani
ecb2beb5bf Make v8-profiler, css-parser URI http-proxy friendly (#38181) 2017-11-13 09:44:37 -08:00
Martin Aeschlimann
9bbe9f6eac Merge pull request #38126 from dlech/patch-7
Add firstline match for Makefile
2017-11-13 15:55:42 +01:00
Martin Aeschlimann
7a2065f582 switching to noUnusedLocals : for #37212 2017-11-13 13:53:42 +01:00
Joao Moreno
7a01db1b43 fix tslint in hygiene
fixes #38207
2017-11-13 11:32:50 +01:00
Joao Moreno
322bd6136a fix no-unexternalized-strings rule 2017-11-13 11:13:07 +01:00
cleidigh
0dd4c4920e Fix checkIgnore Promise/resolve bug 2017-11-12 18:37:00 -05:00
David Lechner
cabc8385d1 Add firstline match for Makefile
Some makefiles don't have a file extension and are not named "*Makefile*" but have a shebang that can be used to identify it as a makefile. Example: `debian/rules` in all Debian packages.
2017-11-11 10:47:31 -06:00
Matt Bierner
25efef4b59 Fix link detection for markdown linsk without space between them
Fixes #37018
2017-11-10 17:10:28 -08:00
Matt Bierner
98d11f1d61 Fix build 2017-11-10 17:00:07 -08:00
Matt Bierner
703fd65430 Mark some constants are readonly 2017-11-10 16:43:44 -08:00
Matt Bierner
3afaa9d9f1 Support for wiki links in the markdown editor
Fixes #37400
2017-11-10 16:43:44 -08:00
Matt Bierner
33b26ff4da Rename codeActionProvider to quickFixProvider 2017-11-10 13:10:16 -08:00
Matt Bierner
006b379de2 Use current selection instead of range for refactoring
Fixes #34481
2017-11-10 12:57:23 -08:00
Abinav Seelan
2a8744fa14 Add logging snippets for Javascript & typescript (#37889) 2017-11-10 11:19:36 -08:00
Matt Bierner
8e1bf19f3d Fix refactor description
Fixes #38083
2017-11-10 10:35:36 -08:00
Matt Bierner
185f110f2d Use async for findLanguage 2017-11-10 10:35:36 -08:00
Matt Bierner
4f5491cce4 Mark more fields as readonly 2017-11-10 10:35:36 -08:00
Matt Bierner
0070dd13f7 Don't create duplicate typingsStatus 2017-11-10 10:35:36 -08:00
Matt Bierner
061f60ee25 Mark a few more fields as readonly 2017-11-10 10:35:36 -08:00
Matt Bierner
5f4d9943aa Use initilizers for some wire protocol constructs 2017-11-10 10:35:36 -08:00
Matt Bierner
dbe39745d3 Add jsx-tags to languaegModeIds 2017-11-10 10:35:36 -08:00
Matt Bierner
a7e5a79561 Use Uri to identify file in Diagnostics manager 2017-11-10 10:35:36 -08:00
Matt Bierner
9da3b7e3c9 Clean up validation update logic 2017-11-10 10:35:36 -08:00
Matt Bierner
4ac962eb86 Move language configurations to own file 2017-11-10 10:35:35 -08:00
Joao Moreno
fe20886713 don't spawn git on Windows
fixes #32739
2017-11-10 17:50:13 +01:00
Joao Moreno
2fedc4c253 git rename: missing update 2017-11-10 17:39:20 +01:00
Joao Moreno
ffefea2053 Merge branch 'fix-changes-display-for-modified-files' of https://github.com/thierer/vscode into thierer-fix-changes-display-for-modified-files 2017-11-10 17:24:28 +01:00
Joao Moreno
c3c4f5e8de 💄 2017-11-10 17:12:28 +01:00
Joao Moreno
12c41aa9bd Merge branch '34527' of https://github.com/raouldc/vscode into raouldc-34527 2017-11-10 17:03:06 +01:00
Joao Moreno
57b2a86868 Merge branch 'justinhhorner-git-rename-branch' of https://github.com/justinhhorner/vscode into justinhhorner-justinhhorner-git-rename-branch 2017-11-10 16:51:44 +01:00
Joao Moreno
1a20ec9103 💄 2017-11-10 16:27:56 +01:00
João Moreno
56539e2e25 Merge pull request #32222 from dericcain/master
Added ability to use tilde as home dir in config for cloning repos
2017-11-10 16:25:22 +01:00