Dirk Baeumer
8eccd64352
Fixes #29913 : Action to show and navigate to running tasks
2017-07-10 15:27:32 +02:00
Andre Weinand
ce177da9e1
let debugContentProvider support sessions
2017-07-10 13:17:20 +02:00
Dirk Baeumer
8efcb4e909
Fixes #30044 : Task contribution should allow extension to supress problem matcher attach message
2017-07-10 13:09:38 +02:00
Dirk Baeumer
b92a9b09a8
Fixes #30045 : Rename build output to task output when selecting a problem matcher.
2017-07-10 11:55:24 +02:00
Dirk Baeumer
39f8f78d3e
Fixes #30095 : Task spinner should only run for build tasks with a problem matcher when using 2.0.0
2017-07-10 11:51:22 +02:00
Johannes Rieken
6da138c87e
fix #29041
2017-07-10 11:37:41 +02:00
Dirk Baeumer
e0427a155f
Fixes #30215 : Fix TS 2.4 Error in problemMatcher.ts
2017-07-10 11:26:59 +02:00
Dirk Baeumer
b08de2e7e2
Fixes #3033 : Cleanup problem collector implementation. Keep history of reported problems to be able to de duplicate
2017-07-10 11:12:14 +02:00
Joao Moreno
35d598a2e3
fixes #30085
2017-07-10 10:38:24 +02:00
Benjamin Pasero
f894bb9856
more 💄 around window finder helper
2017-07-10 10:20:53 +02:00
Johannes Rieken
f4ae12b20d
Merge pull request #30242 from Microsoft/ben/30241
...
Add API to open a file or diff editor on a specific selection range (fixes #30241 )
2017-07-10 09:55:48 +02:00
Benjamin Pasero
dd06f3ca21
💄
2017-07-10 09:46:47 +02:00
Dirk Bäumer
82ebb10872
Merge pull request #30207 from jgranick/patch-1
...
vscode.TaskGroup.Test should be Test, not Clean
2017-07-10 09:06:43 +02:00
Benjamin Pasero
2dfec4590a
💄
2017-07-10 07:42:54 +02:00
Tobias Friemel
ecdb9079c5
Show unsaved file modifications by opening a diff view ( #30210 )
...
* Show unsaved file modifications by opening a diff view
* Add changes based on PR feedback
- Context menu item text changed
- Tab title changed
- Keybinding added (Ctrl + K, D)
- Pinning removed
2017-07-10 07:36:52 +02:00
Benjamin Pasero
4d5e369872
Select for Compare disables context menu in OPEN EDITORS ( fixes #30269 )
2017-07-10 07:35:51 +02:00
Daniel Imms
91e625f7df
node-pty@0.6.9
2017-07-09 17:08:13 -07:00
Andre Weinand
d6a28e5214
debug api: fix _findProcessByUUID
2017-07-10 00:57:42 +02:00
Daniel Imms
25fd53fd71
Remove deprecated xterm.js call
2017-07-08 13:24:11 -07:00
Daniel Imms
2677f1642a
Align delete word terminal actions with editor
2017-07-08 12:57:16 -07:00
Daniel Imms
05a5ece40e
alt+delete to delete word after cursor in terminal on macOS
2017-07-07 16:43:42 -07:00
Daniel Imms
072eda52c9
Support delete after cursor and adjust keybindings
...
Fixes #28825
2017-07-07 16:35:01 -07:00
Daniel Imms
348384330a
Merge remote-tracking branch 'origin/master' into tyriar/terminal_delete_word
2017-07-07 16:17:19 -07:00
Daniel Imms
ab014af5f3
Fix build
2017-07-07 15:11:27 -07:00
Daniel Imms
3155c3767e
Make some terminal instance code less verbose
2017-07-07 15:00:16 -07:00
Daniel Imms
3e1a9e3f2b
Support multi-root in terminal link handler
...
Fixes #29006
2017-07-07 14:57:05 -07:00
Daniel Imms
7b542fea1d
Use same font size and fg color in terminal widget
...
Fixes #29542
2017-07-07 14:41:10 -07:00
Daniel Imms
5e7786f1b5
nsfw@1.0.16
...
Fixes #30126
2017-07-07 14:28:16 -07:00
Cody Hoover
bf5eac134b
Find in webview based views (html preview, release notes, extension editor) ( #30016 )
...
* Refactored terminalFindWidget into a SimpleFindWidget and used that to provide find for webviews
* Refactored Webvieweditor into an abstract base and a concrete class to respect 'part' separation
* Cleaned up css and images that I forgot to delete
* Reset i18n.js file
* bind this when passing onThemeChange to themeService.onThemeChange
* Add 'CloseWebViewEditorFind' command to close find when pressing escape
* Ctrl+f now selects text in all SimpleFindWidgets even when buttons are focused. Aligns with full find widget
* Fixed issues when reactivating find
* Register webviewEditor with workbench
* Remove find widget when disposing webview
* Fixed webviewEditor casing in releaseNotesEditor (windows is case insensitive). Removed registration from workbench to see if it was necessary at all. If it fails again, I'll add it back
2017-07-07 13:20:53 -07:00
Daniel Imms
b32d2d4490
Uplevel xterm.js
...
Brings in a bunch of changes from xterm.js@2.8.0 as well as some extra fixes.
Fixes #30260 (for v1.15)
Fixes #29723
2017-07-07 11:32:46 -07:00
Matt Bierner
56d032e4f3
Fix tpromise callback sig for ts 2.4 ( #30228 )
...
Fixes #30216
Changes the TPromise callback interface as suggested by https://github.com/Microsoft/vscode/issues/30216#issuecomment-313558951 to fix async functions when compiling using ts 2.4+
2017-07-07 10:42:17 -07:00
Alex Dima
c5bf26a627
Tweak file limits based on experiments ( #30180 )
2017-07-07 18:24:30 +02:00
João Moreno
ce396fd26f
Fixes #28602 ( #30182 )
...
* fixes #28602
* fix keybinding widget mess
2017-07-07 17:40:50 +02:00
Benjamin Pasero
40606d2e8d
explorer: always show root folder and name the section "Folders"
2017-07-07 15:06:35 +02:00
Alex Dima
dd2c57e8aa
Merge remote-tracking branch 'origin/standalone/0.9.x'
2017-07-07 14:57:28 +02:00
Benjamin Pasero
28cff6595a
fix npe in quick open
2017-07-07 14:54:26 +02:00
Alex Dima
e633f3be9d
Do not sync large models to web workers ( #30180 )
2017-07-07 14:46:21 +02:00
Alex Dima
32aebe68ba
Hint lines array size for faster model creation ( #30180 )
2017-07-07 14:46:21 +02:00
Alex Dima
eb2601bac0
The indentation guesser only looks at the first 10k lines ( #30180 )
2017-07-07 14:46:21 +02:00
Alex Dima
41d2abe516
Do not compute a hash if it is not used ( #30180 )
2017-07-07 14:46:21 +02:00
Alex Dima
16151e85e7
Also enter the large file case based on line count, not just on file size ( #30180 )
2017-07-07 14:46:21 +02:00
Alex Dima
398a6c5ab7
Avoid (sliced string) slightly faster ( #30180 )
2017-07-07 14:46:21 +02:00
Joao Moreno
dbbc064c13
fixes #30214
2017-07-07 12:22:25 +02:00
Benjamin Pasero
f381ce961d
Add API to open a file or diff editor on a specific selection range ( fixes #30241 )
2017-07-07 12:20:34 +02:00
Sandeep Somavarapu
1e89bd3c31
#30120 Feedback
2017-07-07 12:13:12 +02:00
Dirk Baeumer
579a586d53
Reverting #30215 since it looks like a TS compiler problem.
2017-07-07 11:43:23 +02:00
Dirk Baeumer
a4f1e59022
Fixes #30215 : Fix TS 2.4 Error in problemMatcher.ts
2017-07-07 11:43:19 +02:00
Benjamin Pasero
6af048189e
fix issue with closeEmpty
2017-07-07 11:34:38 +02:00
Benjamin Pasero
00956174ca
Add prefix argument to Quickopen command (CTRL+P) ( fixes #28617 )
2017-07-07 11:21:57 +02:00
Sandeep Somavarapu
119513fbab
Merge pull request #30197 from Microsoft/sandy081/viewsDragAndDrop
...
Support reordering of views in split view by drag and drop
2017-07-07 11:20:55 +02:00