Commit Graph

10818 Commits

Author SHA1 Message Date
Andre Weinand
5eb21eaa8a Debug API for tracking current debug session; fixes #30157 2017-07-06 00:27:14 +02:00
Sandeep Somavarapu
079df6daef Render default settings editor contributions immediately after model change 2017-07-05 22:39:02 +02:00
Sandeep Somavarapu
f1c021d3f0 Access views from Splitview 2017-07-05 22:11:28 +02:00
Matt Bierner
af2757c1f6 Fix webview flickering on markdown preview 2017-07-05 11:26:24 -07:00
Sandeep Somavarapu
cadd6c2196 Fix compilations 2017-07-05 19:49:30 +02:00
Daniel Imms
550de9811c Clean up terminal prelaunch input queue 2017-07-05 08:08:45 -07:00
Daniel Imms
b3e36f98f1 Merge pull request #30106 from cleidigh/terminal-q/imp
Q data during pty launch delay Fixes: #29184
2017-07-05 08:01:39 -07:00
Benjamin Pasero
dbc6e4ce4a text diff options support (for #30085) 2017-07-05 16:46:04 +02:00
Sandeep Somavarapu
b3346d20ac Use builder pattern to be consistent 2017-07-05 15:43:08 +02:00
Dirk Baeumer
bef3bfdbd4 More deprecation 2017-07-05 14:13:54 +02:00
Sandeep Somavarapu
8981fe8a12 Implement #30120 2017-07-05 10:43:50 +02:00
Sandeep Somavarapu
357f5db285 Merge pull request #30098 from Microsoft/sandy081/viewsManagement
Implement context menu actions in CompositePart
2017-07-05 10:31:26 +02:00
cleidigh
296cf23a21 Q data during pty launch delay 2017-07-04 15:50:15 -04:00
Sandeep Somavarapu
9b8f9eb915 Implement context menu actions in CompositePart 2017-07-04 17:48:24 +02:00
Andre Weinand
ec5b049865 make proposed Debug API official; fixes #30096 2017-07-04 16:37:18 +02:00
Sandeep Somavarapu
4181c1d3f9 Fix #30089 2017-07-04 16:23:57 +02:00
Dirk Baeumer
40ac250c7f Better template properties order 2017-07-04 15:02:32 +02:00
Dirk Baeumer
0021efbf46 remove task.api.ts 2017-07-04 15:02:31 +02:00
Sandeep Somavarapu
b05821bb97 Fix #30030 2017-07-04 10:39:16 +02:00
Christof Marti
11ff9e82b8 Escape text (fixes #29893) 2017-07-03 13:12:15 -07:00
Christof Marti
3dcc354df7 Separate exeriments from telemetry (fixes #29339) 2017-07-03 12:56:02 -07:00
Benjamin Pasero
81e1e9b8db getWorkspace2 => getWorkspace 2017-07-03 17:07:05 +02:00
Benjamin Pasero
fa6b8f15c6 Please support custom titlebar border on Mac (fixes #30020) 2017-07-03 16:43:11 +02:00
Benjamin Pasero
e69b79bdb4 debt - move workbench.main into workbench folder 2017-07-03 16:42:29 +02:00
Benjamin Pasero
56016425cd Untitled files show up with "/" as description in some places (fixes #29936) 2017-07-03 16:40:08 +02:00
Benjamin Pasero
98bac768e2 debt - more cleanup of window services 2017-07-03 16:39:16 +02:00
Benjamin Pasero
6520ec3a9d debt - some more var => let/const 2017-07-03 16:37:18 +02:00
Benjamin Pasero
5e8cd0e93f debt - shuffle some windows service methods around 2017-07-03 16:35:45 +02:00
Benjamin Pasero
f82aaac1ae Allow pickers to provide an action to show in the pick list (fixes #29716) 2017-07-03 16:33:09 +02:00
Benjamin Pasero
648bcfb441 When using --wait and a file is passed, close the window when last tabs closes (fixes #28661) 2017-07-03 16:31:44 +02:00
Benjamin Pasero
c6020a889f OSX: Automatically close (non-project) windows when their last editor is closed (fixes #7930) 2017-07-03 16:02:11 +02:00
isidor
556f7c232c fixes #29884 2017-07-03 15:36:31 +02:00
Nick Snyder
f0f6038646 simplify unnecessary Math.min (#29902)
activityBarSize.width === this.activitybarWidth
2017-07-03 10:40:01 +02:00
Benjamin Pasero
933e0c06ce "Deleted from disk" indicator is removed once any new file event kicks in (fixes #29950) 2017-07-03 10:26:44 +02:00
Benjamin Pasero
a76af8a6f0 TypeError: expressionForRoot is not a function (fixes #30034) 2017-07-03 10:25:46 +02:00
isidor
794b4ee2b3 debug: fix wording
fixes #29900
2017-07-03 09:30:33 +02:00
isidor
bf939ff00f debug: only check id when launching preLaunchTask
fixes #29928
2017-07-03 09:22:56 +02:00
kieferrm
782533ea1f re-enable emmet 2.0 2017-06-30 14:52:40 -07:00
kieferrm
bd742fced9 disable emmet 2.0 for stable; fixes #29908 2017-06-30 14:31:38 -07:00
Ramya Achutha Rao
7cd17532d3 Updated comments on emmet settings 2017-06-30 11:38:21 -07:00
Dirk Baeumer
885c30acae Fixes #29922: Starting Debug with a preLauch task referenced from an npm script fails when launching the second time 2017-06-30 11:54:25 +02:00
Sandeep Somavarapu
db5e65b727 Fix #29760 2017-06-30 10:48:20 +02:00
Dirk Baeumer
ac2d0704b6 Fixes #29868 & #29865 2017-06-30 09:59:39 +02:00
João Moreno
e3c3d7c31c Merge pull request #29859 from Microsoft/update-notification
Fixes #29729
2017-06-30 08:05:12 +02:00
Ramya Achutha Rao
7e29372376 Use new emmet commands only when useNewEmmet is true 2017-06-29 20:30:05 -07:00
Rob Lourens
2f57fa773b Fix #29719 - exclude nested folders during search to not show dupes 2017-06-29 12:54:49 -07:00
isidor
771b684e4a Do not raw attach straight away due to wrong event ordering
fixes #29334
2017-06-29 21:28:47 +02:00
Joao Moreno
a16f6591d2 fixes #29729 2017-06-29 15:39:18 +02:00
Joao Moreno
f00d4f73c5 Revert "fixes #29729"
This reverts commit 1c86623db9.
2017-06-29 15:38:39 +02:00
Joao Moreno
1c86623db9 fixes #29729 2017-06-29 15:37:58 +02:00