Commit Graph

5364 Commits

Author SHA1 Message Date
Rob Lourens
a6056e1442 Fix #12264 - Add initial value to reduce, so it doesn't throw when the array is empty. 2016-09-20 09:36:28 +02:00
Daniel Imms
7236f593e7 Implement vscode.Terminal.processId
Fixes #11919
2016-09-19 14:32:41 -07:00
Benjamin Pasero
1e35d6c328 allow a workspace config to replace its entire contents (for #1396) 2016-09-19 19:35:50 +02:00
Benjamin Pasero
ba447a9f95 test failure logging output 2016-09-19 19:15:12 +02:00
Benjamin Pasero
94f549f3a0 fix bad identation 2016-09-19 19:09:37 +02:00
Joao Moreno
862ac8d858 extensions: built-in 2016-09-19 18:05:24 +02:00
isidor
fc7de67c4e fixes #12121 2016-09-19 16:57:04 +02:00
isidor
fc89088ff7 fixes #11978 2016-09-19 16:51:00 +02:00
Isidor Nikolic
c35121211e Merge pull request #12057 from ArtemGovorov/patch-1
Clear buffered output on output clear event
fixes #12056
2016-09-19 16:36:04 +02:00
Benjamin Pasero
44e67a637b textModel.getMode is not a function (fixes #12268) 2016-09-19 16:34:45 +02:00
Johannes Rieken
203055c6da make sure to return initial value, #11503 2016-09-19 16:28:15 +02:00
isidor
0842812f73 debug: use source reference for internal module uri prefix
fixes #12130
2016-09-19 16:21:00 +02:00
Johannes Rieken
ec8f8da569 protect against bad results, #11455 2016-09-19 15:54:17 +02:00
Benjamin Pasero
7920edaf76 tasks.json and launch.json always wins 2016-09-19 15:16:10 +02:00
Johannes Rieken
468ea77686 Revert "undo update change for now, #1396"
This reverts commit 83053afc22.
2016-09-19 11:36:16 +02:00
Benjamin Pasero
909d49529a Save file even without file changes - so that Nodemon, Gulp, Chokidar and other file watchers restart (fixes #7470) 2016-09-19 11:26:01 +02:00
Benjamin Pasero
ec85ff4b3e Ability to remove file permanently (bypass trash) (fixes #9354) 2016-09-19 11:26:01 +02:00
Benjamin Pasero
edc3f86512 Windows: Show file types for "save" dialog boxes (fixes #12248) 2016-09-19 11:26:01 +02:00
Benjamin Pasero
478ea45d20 Show image dimensions (fixes #3414) 2016-09-19 11:26:01 +02:00
Johannes Rieken
c57d4d05e2 fix #11980 2016-09-19 11:04:02 +02:00
Daniel Imms
1316454c11 Implement clear terminal command
Part of #6603
2016-09-17 04:23:59 -07:00
Christof Marti
9e228b20ff Fixes #12110 Trim trailing /** for file exclusions 2016-09-16 10:31:42 -07:00
Benjamin Pasero
fc4f471070 ooohps, sorry windows users 2016-09-16 16:01:03 +02:00
Benjamin Pasero
67175a9bcb fix auto save menu enablement 2016-09-16 15:53:22 +02:00
Benjamin Pasero
906a01d077 add auto save toggle (#11974) 2016-09-16 11:48:39 +02:00
Daniel Imms
bf316a509a Use new xterm.js API setOption
Follow up from #11049
2016-09-16 02:27:57 -07:00
Alex Dima
cd81bc85eb Fix compilation error due to rebase 2016-09-16 11:11:46 +02:00
Alex Dima
45d383f268 Move tokenizationSupport out of the mode instance and into TokenizationRegistry 2016-09-16 11:11:45 +02:00
Joao Moreno
52f57fa587 💄 extensions 2016-09-16 11:06:14 +02:00
Joao Moreno
340f4590cc move extension url handling to service 2016-09-16 11:06:14 +02:00
Sandeep Somavarapu
e3f46b1466 report telemetry for extension workspace recommendations 2016-09-16 10:11:40 +02:00
Benjamin Pasero
58d7ff82ad fix tests on windows 2016-09-16 09:38:22 +02:00
Joao Moreno
e9d9d3adb1 fix label 2016-09-16 09:25:12 +02:00
Benjamin Pasero
0619ede1e4 fixes #12088; cleanup legacy context service 2016-09-16 07:31:30 +02:00
Daniel Imms
cbf6e8a47f Ensure terminal cursorBlink is restored after app mode change
Fixes #11049
See also sourcelair/xterm.js#271
2016-09-15 17:07:56 -07:00
Christof Marti
3b896ae4d8 Fixes #11181: Wait for any running file search before spawning the next 2016-09-15 17:06:44 -07:00
Daniel Imms
dc16e9413d Fix terminal focus on mouseup on vscode side
Part of #11825
2016-09-15 13:44:11 -07:00
Andre Weinand
67d028cf3e Revert "fixes #10215"
This reverts commit 3f0410ad34.
2016-09-15 21:58:04 +02:00
Daniel Imms
e3a3c3ad1d Tidy up terminal code
Consistently prefix private members with _ to be consistent with ext code and
prevent possible errors with not using correct event handler member.
2016-09-15 12:54:34 -07:00
Daniel Imms
2e02b52deb Have terminal service clean up instances using event 2016-09-15 12:26:14 -07:00
Daniel Imms
e3831ee39c Implement window.onDidCloseTerminal extension API
Fixes #10925
2016-09-15 12:03:40 -07:00
Joao Moreno
7b7719158c install vsix action 2016-09-15 18:42:20 +02:00
Joao Moreno
b3f39bf739 remove extensionsWorkbenchExtension! 2016-09-15 18:41:16 +02:00
Joao Moreno
9dea73691e process vsix installations from args 2016-09-15 18:41:16 +02:00
Joao Moreno
df3fd2dc41 shared process init data 2016-09-15 18:41:02 +02:00
Daniel Imms
096af37bd2 Remove flaky tests
Fixes #11930
2016-09-15 09:31:48 -07:00
Sandeep Somavarapu
05798c2f46 Update description of recommendations prop 2016-09-15 18:06:49 +02:00
Sandeep Somavarapu
07bb653f20 Notify workspace recommendations 2016-09-15 17:40:20 +02:00
Sandeep Somavarapu
6e76999ad1 update forward link 2016-09-15 17:40:20 +02:00
Andre Weinand
89da41c611 delay command execution for newly created integrated terminals 2016-09-15 16:19:35 +02:00