Joao Moreno
|
b4eebbde21
|
disable undo last commit action when dirty
fixes #11477
|
2016-09-28 12:43:23 +02:00 |
|
Joao Moreno
|
f85702522e
|
fixes #11707
|
2016-09-28 12:36:32 +02:00 |
|
Joao Moreno
|
0f5c833c5c
|
fixes #11756
|
2016-09-28 12:28:49 +02:00 |
|
Joao Moreno
|
4a87145e2c
|
Merge branch 'master' of github.com:Microsoft/vscode
|
2016-09-28 12:17:34 +02:00 |
|
Joao Moreno
|
8609a0704c
|
implement open-url in windows
related to #10340
|
2016-09-28 12:17:22 +02:00 |
|
Benjamin Pasero
|
eb4b506498
|
fix #11655
|
2016-09-28 12:17:16 +02:00 |
|
Johannes Rieken
|
094e02c920
|
match snippets strict when having a non empty selection, fixes #11912
|
2016-09-28 12:15:31 +02:00 |
|
Johannes Rieken
|
a83eae2807
|
doc on launch/tasks.json files, #12813
|
2016-09-28 11:55:42 +02:00 |
|
isidor
|
8f7d855bd4
|
fixes #12777
|
2016-09-28 11:46:26 +02:00 |
|
Sandeep Somavarapu
|
524eb0884a
|
Problems: Delay applying filter. #11976
|
2016-09-28 11:43:05 +02:00 |
|
Sandeep Somavarapu
|
dbb1b4942a
|
Improve extension pack installation message
|
2016-09-28 11:43:05 +02:00 |
|
isidor
|
87a604b6f0
|
debug: bring back toggle repl action
fixes #12864
|
2016-09-28 11:37:36 +02:00 |
|
Joao Moreno
|
79bad51ed4
|
fixes #12874
|
2016-09-28 11:26:13 +02:00 |
|
Joao Moreno
|
50fad85b63
|
fixes #11174
|
2016-09-28 11:26:13 +02:00 |
|
Joao Moreno
|
1730ac6321
|
💄
|
2016-09-28 11:26:13 +02:00 |
|
Johannes Rieken
|
503c01b93e
|
use pushEditOperation instead of dangerous applyEdits, fixes #12832
|
2016-09-28 11:23:03 +02:00 |
|
Joao Moreno
|
16e72fa2da
|
fixes #10694
|
2016-09-28 10:58:17 +02:00 |
|
Joao Moreno
|
21bddb436e
|
💄
|
2016-09-28 10:58:17 +02:00 |
|
Johannes Rieken
|
cd2e9da5f7
|
make sure to timeout format on save, #12725
|
2016-09-28 10:55:53 +02:00 |
|
Benjamin Pasero
|
f6d0cc1645
|
fixes #12757
|
2016-09-28 10:37:54 +02:00 |
|
Johannes Rieken
|
e7376ad883
|
better names for TextDocumentSaveReason, #12830
|
2016-09-28 10:36:24 +02:00 |
|
Dirk Baeumer
|
5c602c0afd
|
Fixes #12778: [loc][Query][VSCode] Please clarify string
|
2016-09-28 10:35:43 +02:00 |
|
Johannes Rieken
|
3b2a96500c
|
update doc for formatOnSave setting, #12834
|
2016-09-28 10:31:33 +02:00 |
|
Joao Moreno
|
463c728020
|
fixes #9179
|
2016-09-28 10:26:28 +02:00 |
|
Sandeep Somavarapu
|
65c60a8b32
|
#fix 12740
|
2016-09-28 10:18:10 +02:00 |
|
Johannes Rieken
|
7fb2c97ecf
|
fix type
|
2016-09-28 09:47:26 +02:00 |
|
Benjamin Pasero
|
366e1bfdb4
|
update distro commit
|
2016-09-28 09:44:16 +02:00 |
|
Sandeep Somavarapu
|
71e01958c5
|
Install extension pack completely or not
|
2016-09-28 09:26:23 +02:00 |
|
Benjamin Pasero
|
d94256d6ed
|
fixes #12699
|
2016-09-28 09:15:54 +02:00 |
|
Benjamin Pasero
|
290567a46d
|
fixes #12690
|
2016-09-28 09:06:22 +02:00 |
|
Alex Dima
|
c94c824db6
|
Fixes #12451: Bring back toggle render whitespace command
|
2016-09-28 00:32:07 +03:00 |
|
Alex Dima
|
e5b8f060b2
|
Maintain compatibility for renderWhitespace: false
|
2016-09-28 00:15:27 +03:00 |
|
Alex Dima
|
d2060eee32
|
Fixes #12730: "editor.lineNumbers" should use "on", "off", and "relative"
|
2016-09-27 23:20:13 +03:00 |
|
Alex Dima
|
7f0e2adacf
|
Introduce TextEditorLineNumbersStyle for TextEditorOptions.lineNumbers
|
2016-09-27 23:10:43 +03:00 |
|
Benjamin Pasero
|
477d368fbe
|
fix #12802
|
2016-09-27 20:23:20 +02:00 |
|
Alex Dima
|
010a5e6f78
|
Fixes #12736: Add more files to integrity check
|
2016-09-27 21:03:26 +03:00 |
|
Alex Dima
|
51973be8b6
|
Start integrity resolution after 10s
|
2016-09-27 21:03:25 +03:00 |
|
Alex Dima
|
57c02e80d8
|
Don't use loader checksums in integrityService
|
2016-09-27 21:03:24 +03:00 |
|
João Moreno
|
d31fc79a5f
|
Merge pull request #12455 from XVincentX/master
Take changelog from remote if provided
|
2016-09-27 19:01:28 +02:00 |
|
Sandeep Somavarapu
|
3fc52a3ed6
|
little clean up
|
2016-09-27 17:24:18 +02:00 |
|
Sandeep Somavarapu
|
d3d35e2ae1
|
Fix #12508
|
2016-09-27 17:24:18 +02:00 |
|
Benjamin Pasero
|
0c54360b23
|
fixes #12712
|
2016-09-27 16:59:39 +02:00 |
|
Alex Dima
|
edf62453dc
|
Fixes #12329: Prevent that edits produce invalid UTF-16
|
2016-09-27 17:56:38 +03:00 |
|
isidor
|
a2ae3c7ef1
|
always keep toggle panel activity icon on bottom
|
2016-09-27 16:18:21 +02:00 |
|
isidor
|
949fdefd50
|
push panel activity icons to the bottom
|
2016-09-27 16:15:16 +02:00 |
|
Benjamin Pasero
|
f62883f074
|
Merge pull request #12717 from Microsoft/ben/electron137
build with electron 1.3.7
|
2016-09-27 14:40:55 +02:00 |
|
Benjamin Pasero
|
fea736cf8f
|
Merge branch 'master' into ben/electron137
|
2016-09-27 14:40:38 +02:00 |
|
Joao Moreno
|
92212c1b34
|
bundle built-in extensions
fixes #12570
|
2016-09-27 14:39:13 +02:00 |
|
Alex Dima
|
fc44d0fcc6
|
Fixes #11868: Check that the user keybindings are parsed as an array
|
2016-09-27 15:23:36 +03:00 |
|
Alex Dima
|
09ece5594d
|
Fixes #12398: Problem in indent guidelines
|
2016-09-27 15:11:05 +03:00 |
|