Joao Moreno
a8deffb86a
remove unused code
2018-08-21 12:04:47 +02:00
Joao Moreno
fdeff7dfbd
Merge branch 'master' into git-api
2018-08-21 11:47:26 +02:00
Joao Moreno
4754feafb0
fixes #56736
2018-08-21 10:42:38 +02:00
isidor
eea3e8adf4
open editors: focus active group even if it does not have an editor. Make sure list is not empty
...
fixes #56806
2018-08-21 10:27:50 +02:00
Johannes Rieken
07796186d3
fix #56877
2018-08-21 10:27:11 +02:00
João Moreno
d259a977b6
Merge pull request #56820 from Microsoft/joao/ipc-buffers
...
IPC protocol should be buffer based, not JSON based
2018-08-21 10:00:10 +02:00
Joao Moreno
a11720d9f5
Merge branch 'master' into ipc-buffers
2018-08-21 09:37:07 +02:00
Benjamin Pasero
3067e4c30e
fix tests more
2018-08-21 07:20:52 +02:00
Ramya Achutha Rao
4c05804c47
Update GDPR annotation errors
2018-08-20 17:58:50 -07:00
Daniel Imms
f8168e6c2e
Don't request terminal processes before ext host is ready
2018-08-20 16:17:01 -07:00
Rachel Macfarlane
32cb441105
Localize strings in commentThreadWidget
2018-08-20 15:56:52 -07:00
Daniel Imms
61cb8d0ef0
Give terminal process listeners a chance to init
2018-08-20 15:47:22 -07:00
Daniel Imms
0b772cda9c
Prevent undefined from showing up in terminal dropdown
...
Prefer empty string
2018-08-20 15:15:21 -07:00
Rachel Macfarlane
af9d9ac560
Preserve focus on comments panel when selecting comments, fixes https://github.com/Microsoft/vscode-pull-request-github/issues/198
2018-08-20 12:54:19 -07:00
Joao Moreno
ac6a7ad54b
fix driver copy task
2018-08-20 21:07:05 +02:00
Rob Lourens
334c4051e0
Fix #56726 - don't block "shift+f10" in input boxes in the settings tree
2018-08-20 11:20:36 -07:00
Benjamin Pasero
f54c36f7b9
fix tests
2018-08-20 19:03:25 +02:00
Nikolai Vavilov
aaa778b5e2
Use 'r+' with truncation when saving existing files on Windows ( #42899 )
...
* Use 'r+' with truncation when saving existing files on Windows
Opening a file with 'w' flag removes its alternate data streams. To
prevent this, extend the logic used for hidden files to all existing
files.
Fixes: https://github.com/Microsoft/vscode/issues/6363
* adopt truncate for saving as admin
2018-08-20 18:55:12 +02:00
Benjamin Pasero
ff8009d5d3
Revert "open editors: focus active group even if it does not have an editor"
...
This reverts commit 0e3a2219af
.
2018-08-20 18:46:53 +02:00
Benjamin Pasero
2dc09277aa
Merge "Terminal" and "Task" menu ( fixes #56836 )
2018-08-20 18:46:14 +02:00
Johannes Rieken
f7b8c9b7df
perf - tweak data for --prof-append-timers
2018-08-20 18:09:39 +02:00
Joao Moreno
2c7366cf33
fix broken layering
2018-08-20 17:58:07 +02:00
isidor
53e57b5ea0
longTitle should be absolute
...
fixes #56550
2018-08-20 17:44:46 +02:00
Isidor Nikolic
56b97b1d01
Merge pull request #56824 from Microsoft/isidorn/readonlyEditor
...
do not attempt edit operation for read-only editors
2018-08-20 17:40:46 +02:00
Matt Bierner
9da44453a0
Update grammar tests
2018-08-20 17:01:55 +02:00
Matt Bierner
94c4f0a47d
Update markdown grammar
...
Fixes #3948
2018-08-20 16:59:56 +02:00
Matt Bierner
410c161181
Update markdown grammar
...
Fixes #56735
2018-08-20 16:59:56 +02:00
isidor
c1a965c63c
debug: npe
...
fixes #56666
2018-08-20 16:54:37 +02:00
isidor
0e3a2219af
open editors: focus active group even if it does not have an editor
...
fixes #56806
2018-08-20 16:49:37 +02:00
Joao Moreno
b14b7827d5
ipc: allow buffers to be sent over IPC
2018-08-20 16:44:02 +02:00
isidor
8281fa7fad
do not attempt edit operation for for read-only editors
...
fixes #53257
2018-08-20 16:18:45 +02:00
isidor
1cd754493f
debug: fix initializing state
2018-08-20 16:03:05 +02:00
Johannes Rieken
b871eb5db1
💄 remove outdated comment
2018-08-20 15:58:08 +02:00
isidor
95bdfe0064
debug: move firstSessionStart to view model
2018-08-20 15:53:26 +02:00
Matt Bierner
2719dec198
Update markdown grammar
...
Fixes #55635
2018-08-20 15:50:44 +02:00
Matt Bierner
d039671ad1
Update js/ts grammars
2018-08-20 15:50:44 +02:00
Matt Bierner
287d962122
Fix potential npe on code actions
...
#56501
2018-08-20 15:50:44 +02:00
isidor
ebe2979d0c
debugService: run task return a success boolean
2018-08-20 15:47:25 +02:00
Joao Moreno
e512c12761
ipc: protocol should be buffer based, not JSON based
2018-08-20 15:47:06 +02:00
Johannes Rieken
27c72d4ea4
remove logDirectory, #43275
2018-08-20 15:42:09 +02:00
Johannes Rieken
66205890dd
Revert "Revert "remove proposed Logger-api, #43275 ""
...
This reverts commit 315cce8314
.
2018-08-20 15:31:33 +02:00
Johannes Rieken
4bf5813f79
💄
2018-08-20 15:29:54 +02:00
Johannes Rieken
01365dbe26
webpack - more defaults for extensions
2018-08-20 15:23:56 +02:00
isidor
7b5dc58be2
debug: cleanup EH debugging
2018-08-20 13:59:14 +02:00
Johannes Rieken
bc05425af6
one more update...
2018-08-20 12:46:47 +02:00
Johannes Rieken
7661d6f9d4
remove webpack knowlegde from gulpfile.extensions
2018-08-20 12:46:47 +02:00
Johannes Rieken
669f2c8627
use vscode-nls-dev-loader
2018-08-20 12:46:47 +02:00
Martin Aeschlimann
1f1b778104
resource.isEqual / isEqualOrParent: use isIgnore default bahaviour
2018-08-20 12:10:08 +02:00
isidor
758be52acf
Reify "DebugSession"
...
fixes #48377
2018-08-20 11:59:43 +02:00
isidor
78f6a69173
move debug session to a seperate file in electron-browser
2018-08-20 11:59:43 +02:00