Johannes Rieken
fd8eb3bd8a
fix formatting
2017-09-07 17:12:32 +02:00
Johannes Rieken
c4c8b49fee
better transform resolution
2017-09-07 16:40:03 +02:00
Johannes Rieken
40a6db852b
fix if/else thing
2017-09-07 15:48:26 +02:00
Johannes Rieken
1432a7df69
update doc
2017-09-07 15:41:12 +02:00
Johannes Rieken
4bf2afa766
Merge branch 'master' into joh/snippet_transform
2017-09-07 15:12:19 +02:00
Sandeep Somavarapu
662f10580c
Smoke test: Revert the change in command pallette
2017-09-07 13:20:22 +02:00
Sandeep Somavarapu
cee5b62a7d
Smoke test: Do not define build dep tests if build do not match
2017-09-07 13:03:51 +02:00
Benjamin Pasero
499086dc20
Improve editor history navigation: merge locations ( fixes #29027 )
2017-09-07 13:01:30 +02:00
Sandeep Somavarapu
f7c2c14eae
Smoke test: Fix status bar tests
2017-09-07 12:56:12 +02:00
Sandeep Somavarapu
c04779a55f
Smoke Test: Get back the change to compute vscode build type
2017-09-07 12:56:11 +02:00
Benjamin Pasero
273dbeef4a
some tweaks to editor history navigation
...
- change threshold to 10 lines (same as VS)
- do not reveal history location in center unless outside of viewport
2017-09-07 12:32:44 +02:00
Sandeep Somavarapu
e52d9b7ef4
Smoke test: Capture screen shots
2017-09-07 12:30:33 +02:00
Joao
9b3e758d18
smoke
2017-09-07 12:24:47 +02:00
Joao
01619d3c34
git: internal git._syncAll command
2017-09-07 12:15:45 +02:00
Joao
11237b630f
fixes #33878
2017-09-07 12:14:28 +02:00
Sandeep Somavarapu
25add228d8
Smoke test: Capture screenshots in tests
2017-09-07 12:10:32 +02:00
Johannes Rieken
353526170b
use suggest lifecycle instead of automagic heap tracking, #18682
2017-09-07 12:09:20 +02:00
Johannes Rieken
d81b30560c
add ISuggestResult#dispose to allow for optional lifecycle
2017-09-07 12:09:20 +02:00
Sandeep Somavarapu
e5f6bf72af
Smoke test: Screen shot support
2017-09-07 12:05:57 +02:00
Joao
3b4971de9f
smoke: fix linux
2017-09-07 11:51:22 +02:00
isidor
8f4075f5e0
debug smoke: continue
2017-09-07 11:37:12 +02:00
isidor
77bf47f141
debug: smoke test
2017-09-07 11:29:13 +02:00
isidor
c3e80fe565
smoketest: allow two minutes for setup
2017-09-07 11:29:13 +02:00
Benjamin Pasero
451b14c77f
more efficient iconlabel
2017-09-07 11:15:29 +02:00
Benjamin Pasero
ae2b0eb73e
💄
2017-09-07 10:25:21 +02:00
Benjamin Pasero
da2c9c8531
💄
2017-09-07 10:21:13 +02:00
Benjamin Pasero
b1a437c4a4
Update icon in explorer (or search,...) when language mode changes in editor ( fixes #26260 )
2017-09-07 10:19:57 +02:00
Johannes Rieken
e9f8c22a19
fix #33033
2017-09-07 10:04:34 +02:00
isidor
fc7692fbfa
command palette: run command
2017-09-07 10:02:38 +02:00
isidor
f3e83d06df
Revert "smoke: Need to retry multiple times due to late context switches might eat up some keys (e.g space)"
...
This reverts commit f04f9320d3 .
2017-09-07 10:01:46 +02:00
Benjamin Pasero
06478c8d7d
add commands for native tab actions (for #33884 )
2017-09-07 09:46:02 +02:00
Benjamin Pasero
bf7384ddaa
more changes to electron.d.ts
2017-09-07 09:43:10 +02:00
Benjamin Pasero
e7e73129d6
💄 action labels
2017-09-07 09:40:42 +02:00
Benjamin Pasero
b9a10b7dde
💄
2017-09-07 09:38:50 +02:00
Joao
7d33a80a84
scm: move method down
2017-09-07 09:34:48 +02:00
Dustin Campbell
ac167c41ba
Fix C# TextMate grammar to properly highlight statement-level await expressions ( #33687 )
2017-09-06 17:38:19 -07:00
Rob Lourens
c893db2026
Fix #33108 , findInFiles should always select the widget contents
2017-09-06 16:02:43 -07:00
Sandeep Somavarapu
d586151142
Smoke test: clean up data migration tests
2017-09-06 23:57:37 +02:00
Sandeep Somavarapu
576f6934e5
Fix getting current line
2017-09-06 23:27:13 +02:00
Sandeep Somavarapu
d9b889ff6d
smoke test: adopt editor tests
2017-09-06 23:19:01 +02:00
Matt Bierner
bf84cbcc37
Fix begin/end for markdown script/pre blocks
...
Fixes #33886
2017-09-06 14:11:01 -07:00
Matt Bierner
6fdf625645
Use async in jsDoc and in ts main
2017-09-06 12:48:43 -07:00
Matt Bierner
54b0654caa
use async for create config file
2017-09-06 12:48:43 -07:00
Matt Bierner
36aa3a0184
Create more helpful initial JS config
2017-09-06 12:48:43 -07:00
Christof Marti
ac54e85a47
Inherit font-family ( fixes #33146 )
2017-09-06 11:59:15 -07:00
Matt Bierner
49db68d7ce
Reset VS Dark + Light styling for meta embedded ( #33866 )
...
Fixes #33120
Adds rules to vs dark+light to reset style for meta embedded scopes. This is a proposed approach to support colorization of nested languages better
2017-09-06 11:18:53 -07:00
Christof Marti
9455a2ab5f
Replace 'Clone' with 'Add folder' link
2017-09-06 10:17:06 -07:00
Benjamin Pasero
b64aa9b199
move parts/views into workbench core land ( fixes #29921 )
2017-09-06 18:40:20 +02:00
Brandon Bloom
41cd56af7a
Implements #33902 - "Go Last" ( #33715 )
2017-09-06 18:23:10 +02:00
isidor
f04f9320d3
smoke: Need to retry multiple times due to late context switches might eat up some keys (e.g space)
2017-09-06 18:08:29 +02:00