Commit graph

26316 commits

Author SHA1 Message Date
Sandeep Somavarapu
73830a3687 Fix #38215 2017-11-13 16:17:55 +01:00
Sandeep Somavarapu
7120fe078b Tests #38215 2017-11-13 16:17:55 +01:00
Sandeep Somavarapu
e505bbd300 Fix #38215 2017-11-13 16:17:55 +01: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
Alex Dima
7479860d01 Fixes #38088: Sort cursors to paint in order to match rendering code expectations 2017-11-13 15:32:53 +01:00
Alex Dima
9c4266fb7c Render selections on top 2017-11-13 15:32:53 +01:00
Benjamin Pasero
c790c47745 tabs: push pixel dimensions to control 2017-11-13 15:29:16 +01:00
Martin Aeschlimann
b7201a6ed1 [folding] "editor.showFoldingCongrols":"always" not respected. Fixes #35839 2017-11-13 15:21:28 +01:00
Benjamin Pasero
d516cfb0f5 tabs scroll via touch: make sure to update scrollbar properly 2017-11-13 15:17:10 +01:00
Joao Moreno
e103c4f144 fixes #38197 2017-11-13 15:06:33 +01:00
Joao Moreno
9f0cd0f799 fixes #38186 2017-11-13 14:56:16 +01:00
Dirk Baeumer
fc4bbfaa6e Fixes #35525: Review your deepClone usages 2017-11-13 14:12:47 +01:00
Martin Aeschlimann
7a2065f582 switching to noUnusedLocals : for #37212 2017-11-13 13:53:42 +01:00
Sandeep Somavarapu
3ac890f6ed clone configuration when needed 2017-11-13 13:28:10 +01:00
Sandeep Somavarapu
a91380c3d4 Fix #38157 2017-11-13 12:19:51 +01:00
João Moreno
dc46751d22
Merge pull request #38104 from Thomas-S-B/master
Removed unnecessary comma.
2017-11-13 11:40:21 +01:00
Joao Moreno
7a01db1b43 fix tslint in hygiene
fixes #38207
2017-11-13 11:32:50 +01:00
Johannes Rieken
08d0aa5949 store marks and measurements flat, only create objects when needed 2017-11-13 11:26:51 +01:00
Benjamin Pasero
0cb6309c78 Cannot read property 'length' of undefined (fixes #38193) 2017-11-13 11:21:06 +01:00
Benjamin Pasero
5be85fa619 Uncaught TypeError: Cannot read property 'toString' of null (fixes #38191) 2017-11-13 11:21:06 +01:00
Joao Moreno
322bd6136a fix no-unexternalized-strings rule 2017-11-13 11:13:07 +01:00
Sandeep Somavarapu
f77e13fb09 Fix #38200 2017-11-13 10:25:10 +01:00
Sandeep Somavarapu
6b0489b715 Tests #38200 2017-11-13 10:25:10 +01:00
Johannes Rieken
cce72a5aeb fix #38185 2017-11-13 10:16:52 +01:00
Johannes Rieken
62a97953c7
Merge pull request #38170 from cleidigh/git-checkignore-promise/bug
Git: checkIgnore Promise/resolve bug Fixes: #38169
2017-11-13 09:33:20 +01:00
cleidigh
0dd4c4920e Fix checkIgnore Promise/resolve bug 2017-11-12 18:37:00 -05:00
Rob Lourens
b3e6d5bb03 Add 'folderMatchFocus' context key and keybinding for "replace all in folder" action - #31260 2017-11-11 18:53:33 -08:00
Rob Lourens
6ceefbe5ce Fix #37556 - remove redundant action 2017-11-11 18:40:59 -08:00
Rob Lourens
fa4ca603e6 Fix #37556 2017-11-11 18:19:23 -08:00
Rob Lourens
6681c86cfd Fix #31260 - implement 'replace all' button for folder match in search viewlet 2017-11-11 17:56:57 -08:00
Rob Lourens
5c6a388c75 Expand query details by default if 'use excludes' button is in the _non-default_ state 2017-11-11 17:51:07 -08:00
Daniel Imms
363be8073a node-pty@0.7.3: Fix winpty exception
Fixes #37934
2017-11-11 14:14:35 -08:00
Suhas
bafe2ddcb8
Update monaco-editor-setup.js
add missing semi-colons
2017-11-11 12:29:42 -08: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
Benjamin Pasero
099025d9ba update classifier 2017-11-11 13:02:10 +01:00
thomas
a6bdd30794 Removed unnecessary comma. 2017-11-11 07:26:47 +01:00
Rob Lourens
2e8f0dfa7a cleanup from 1f4ec25 2017-11-10 20:59:31 -08: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
Daniel Imms
95c4f47120 Format extensionsWorkbenchService.ts 2017-11-10 16:44:29 -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
Rob Lourens
1f4ec255ab Optimize strings.lcut - fix #34665 2017-11-10 15:46:25 -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
Alex Dima
82b13bc9e3 Remove ICommonCodeEditor (#37834) 2017-11-10 20:47:29 +01:00
Alex Dima
139a4a237c Reduce usage of ICommonCodeEditor (#37834) 2017-11-10 20:47:29 +01: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
58aca31e9b Fix implicit any errors 2017-11-10 10:35:36 -08:00