Alex Dima
fcfa0c3aaa
Fixes #20011 : Explicit check if the view cursor is hit
2017-02-06 13:04:49 +01:00
Martin Aeschlimann
bf3cfd9dd5
Format Document Completely breaks code!!!. Fixes #19813
2017-02-06 12:54:38 +01:00
Joao Moreno
63a69695f7
git: always run in english locale
2017-02-06 12:39:08 +01:00
Joao Moreno
cd641b5bf6
fixes #18790
2017-02-06 12:36:29 +01:00
Joao Moreno
f9c78602c1
fixes #20029
2017-02-06 12:27:24 +01:00
Joao Moreno
34a847891e
git: show first non empty message error
2017-02-06 12:18:04 +01:00
João Moreno
b365c687d9
Merge pull request #19434 from typicode/master
...
Update ghooks (deprecated) devDependency
2017-02-06 12:11:37 +01:00
João Moreno
4d69bbe437
Merge pull request #19967 from Treri/patch-1
...
git clone nvm with --depth 1, to make clone faster
2017-02-06 12:05:30 +01:00
Sandeep Somavarapu
e96b20bd8b
Tests for #19773
2017-02-06 12:02:32 +01:00
Sandeep Somavarapu
0d01148b65
Fix #19773
2017-02-06 12:00:48 +01:00
João Moreno
cb4a136428
Merge pull request #19667 from initialshl/fix-treeview-dnd-escape-key
...
Fix explorer selection state when drag ends
2017-02-06 11:45:43 +01:00
João Moreno
fce143aede
Merge pull request #19387 from chirag64/npmignore-fix
...
Fixes #18999 - Added .npmignore as a known file type
2017-02-06 11:37:53 +01:00
João Moreno
e59e109c6c
Merge pull request #18702 from initialshl/extensions-better-decimal-display
...
Display one decimal place for extensions downloads in Millions
2017-02-06 11:36:12 +01:00
João Moreno
7ec0664017
Merge pull request #17755 from Krzysztof-Cieslak/fix_15343
...
Fix #15343 - Add `git commit --amend`
2017-02-06 11:34:33 +01:00
Joao Moreno
918db8a7da
add confirmation to revert lines
2017-02-06 11:28:48 +01:00
Joao Moreno
52990cd618
Merge branch 'master' into roblou/revertSelectedLines
2017-02-06 11:14:11 +01:00
Johannes Rieken
5e6f2aecf5
large timeout before storing timers
2017-02-06 10:50:10 +01:00
Dirk Baeumer
03c62286b2
Fixes #19991 : Generated tasks.json for TypeScript watch mode contains deprecated isWatching field
2017-02-06 10:49:08 +01:00
Johannes Rieken
b72a3c544c
prof - better timer file names
2017-02-06 10:25:45 +01:00
Dirk Baeumer
d0364c2453
Merged in translations
2017-02-06 09:58:19 +01:00
Johannes Rieken
0ca70f86ca
tweak perf data
2017-02-06 09:55:28 +01:00
Alex Dima
78490f8570
Fix casing mistake
2017-02-06 09:53:23 +01:00
Benjamin Pasero
693de57e87
Allow to configure title bar information ( fixes #1723 ) ( #19932 )
2017-02-06 09:50:27 +01:00
Johannes Rieken
c1c0b65e28
Merge pull request #19928 from Gama11/patch-2
...
Some typo fixes
2017-02-06 09:46:52 +01:00
Benjamin Pasero
f1127c90a2
Mac: file events are not reported when using workspace path with different casing ( fixes #1426 ) ( #19918 )
...
* Mac: file events are not reported when using workspace path with different casing (fixes #1426 )
* fix test on linux
* more fixes
2017-02-06 09:06:13 +01:00
Benjamin Pasero
01ae652da3
Merge pull request #19970 from Microsoft/ben/14727
...
Fuzzy Search in Cmd palette should rank results with closer search terms higher (fixes #14727 )
2017-02-06 09:01:27 +01:00
Benjamin Pasero
50388aee2c
💄
2017-02-06 08:22:10 +01:00
Alex Dima
ad605ea39a
Reduce IViewLayout usage
2017-02-05 14:12:16 +01:00
Alex Dima
5ab4210487
Establish IViewLayout shape
2017-02-05 12:31:01 +01:00
Benjamin Pasero
a62cf83432
Fuzzy Search in Cmd palette should rank results with closer search terms higher ( fixes #14727 )
2017-02-05 12:17:21 +01:00
Treri Liu
cbc6dc5679
git clone nvm with --depth 1, to make clone faster
2017-02-05 18:51:22 +08:00
Alex Dima
1c3d756b46
Align CoordinatesConverter methods
2017-02-04 17:13:57 +01:00
Alex Dima
487f4dbee0
Introduce CoordinatesConverter
2017-02-04 16:20:05 +01:00
Alex Dima
3390f6254d
Use EditorScrollbar directly fomr the view
2017-02-04 14:07:07 +01:00
Gama11
5776697809
Some typo fixes
2017-02-04 13:51:49 +01:00
Alex Dima
931acdf65b
Introduce and adopt ScrollState
2017-02-04 13:41:37 +01:00
Alex Dima
7cbbb2e51d
ScrollManager gets passed in the Scrollable
2017-02-04 12:23:57 +01:00
Alex Dima
777c5e0f3b
Remove VerticalObjects
2017-02-04 11:10:06 +01:00
Rob Lourens
12992d3c57
node-debug2@1.9.13 ( fixes #19897 )
2017-02-03 19:11:01 -08:00
Matt Bierner
4495f714a9
Fix Slow Markdown Front matter stripping regexp ( #19894 )
...
**Bug**
For long/not-terminated frontmatter in a markdown file, we can currently hang the process while trying match it using a regular expression
**Fix**
Use a more efficent regexp to do this.
2017-02-03 17:56:52 -08:00
Daniel Imms
e325decc99
Implement workbench.action.terminal.runActiveFile
...
Fixes #19375
Related #19863
2017-02-03 17:01:54 -08:00
Daniel Imms
b24bbdf666
Have terminal runSelectedText run current line with no selection
...
Fixes #19863
Related #19375
2017-02-03 17:01:53 -08:00
Matt Bierner
de28ea63ab
Add extra check tsdk path when getting version. Fixes #19600 ( #19886 )
2017-02-03 15:34:42 -08:00
Martin Aeschlimann
c377fce1e3
Code folding click on elipsis does not expand. Fixes #19716
2017-02-03 22:54:01 +01:00
Christof Marti
2b271002cd
Check for root folder ( fixes #19572 )
2017-02-03 12:10:27 -08:00
Sandeep Somavarapu
2dad5b71a6
Much simpler fix for #19743
2017-02-03 20:50:20 +01:00
Daniel Imms
348c77dcb6
Fix --new-window-if-not-first
...
The setting will now correctly open a new window when no file is specified, but if
a file is specified it will reuse. This is so opening via the file manager will reuse
the window.
Fixes #19775
2017-02-03 10:56:48 -08:00
Christof Marti
4ebb8a2ffc
Don't wrap title ( fixes #19489 )
2017-02-03 10:44:22 -08:00
Alex Dima
f869a1ef9d
Fixes #10074 : CMD+D and multicursor selection
2017-02-03 18:05:46 +01:00
Sandeep Somavarapu
c89c54a0bd
Fix #19743
2017-02-03 18:05:18 +01:00