Commit Graph
7892 Commits
Author SHA1 Message Date
Benjamin Pasero 67175a9bcb fix auto save menu enablement 2016-09-16 15:53:22 +02:00
Joao Moreno dcc36a8f02 paths.relative: case insensitive in not linux
fixes #12062
2016-09-16 15:19:04 +02:00
Joao Moreno 69e8c7acbc buffer open-url requests
related to #10340
2016-09-16 12:21:46 +02:00
Joao Moreno c826496a7c event: support initial buffer 2016-09-16 12:21:46 +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 02dc6befca imports 2016-09-16 09:21:08 +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 dc172cddf8 drop install-vsix altogether 2016-09-15 18:41:16 +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 3634d3d197 functional: not 2016-09-15 18:41:02 +02:00
Joao Moreno e02573f064 event buffer, nextTick, tests 2016-09-15 18:41:02 +02:00
Joao Moreno 2a8bab8718 event: buffer 2016-09-15 18:41:02 +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
Benjamin Pasero d7e0eade3c indicate current association too 2016-09-15 16:07:55 +02:00
Sandeep Somavarapu 32ddfd5688 Clean up #11936 2016-09-15 15:57:42 +02:00
Benjamin Pasero ba777300c9 update text file editor model when file associations change 2016-09-15 15:52:00 +02:00
Sandeep Somavarapu ef52244d8b Implement #11936 2016-09-15 15:44:23 +02:00
Benjamin Pasero 7ac6d551d8 make sure to return clones for configurationservice#lookup() 2016-09-15 15:33:46 +02:00
Benjamin Pasero 19bf8e0f42 config service: emit event if config changes after calling reloadConfiguration() 2016-09-15 14:48:56 +02:00
Benjamin Pasero 5ee27bcdcb introduce unbind container to text file model 2016-09-15 14:47:10 +02:00
Benjamin Pasero ccac827d7d more guidance to the user when configuration writing fails 2016-09-15 13:57:20 +02:00
Benjamin Pasero bb99436dba file associations: find proper target based on current config 2016-09-15 12:01:38 +02:00
Joao Moreno 0f7a1edfc1 bad bad bad 2016-09-15 11:40:46 +02:00
João Moreno 505f2f39c8 Merge pull request #12035 from XVincentX/master
Provide a changelog tab when this file is bundled in the package
2016-09-15 10:50:24 +02:00
Joao Moreno c81f130bf7 move disable-extensions arg down 2016-09-15 10:29:32 +02:00
Benjamin Pasero 8335651043 use config write API to write file associations (for #11974) 2016-09-15 10:06:24 +02:00
XVincentX b98c3f7d79 Add hasChangelog method to display the tab eventually 2016-09-15 09:54:48 +02:00
XVincentX 23815a07bf Remove the extension parameter from open commands 2016-09-15 09:15:53 +02:00