Commit graph

9683 commits

Author SHA1 Message Date
Alex Dima 72ef20b5b3 Improve monaco-editor-core bundling 2016-09-18 23:05:42 +03:00
Alex Dima fa48339ae2 monaco-editor-core no longer ships any built-in languages 2016-09-18 11:50:11 +03:00
Alex Dima 09b4121dfe Do not include the registration of razor in monaco-editor-core 2016-09-18 11:37:14 +03:00
Alex Dima 6050a36ee8 Do not include the registration of handlebars in monaco-editor-core 2016-09-18 11:37:13 +03:00
Daniel Imms 1316454c11 Implement clear terminal command
Part of #6603
2016-09-17 04:23:59 -07:00
Daniel Imms f2df235840 Uplevel xterm.js 2016-09-17 04:22:40 -07:00
Daniel Imms 1d4ad1682d Ensure IEnvironmentService.userDataPath is absolute
Fixes #11735
2016-09-16 16:52:17 -07:00
Andre Weinand a9fe9cda04 update node-debug 2016-09-16 23:46:47 +02:00
Andre Weinand f4af2495d8 update OSSREADME for node-debug 2016-09-16 23:16:31 +02:00
Alex Dima 2b3478cb60 Do not include the registration of html in monaco-editor-core 2016-09-16 23:04:03 +02:00
Alex Dima 4eacf55c42 bump monaco-editor-core version due to breaking change in monaco.d.ts 2016-09-16 19:50:17 +02:00
Alex Dima a5298a8158 Remove PHP (moved to monaco-languages) 2016-09-16 19:50:16 +02:00
Alex Dima 7923ecea82 Adopt latest loader 2016-09-16 19:50:15 +02:00
Christof Marti 9e228b20ff Fixes #12110 Trim trailing /** for file exclusions 2016-09-16 10:31:42 -07:00
Sandeep Somavarapu 47393fb852 recommended extensions for vscode workspace 2016-09-16 18:32:53 +02: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
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
Daniel Imms 4d26f0030e Uplevel xterm.js
Fixes #11825
2016-09-16 02:27:23 -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
Benjamin Pasero dff1153946 windows: dot reporter is better given our cat.exe workaround 2016-09-16 11:09:00 +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
João Moreno 4ac533ec0a Merge pull request #12104 from Romanito/patch-1
Fixes #12063: Enable "Open with Code" on drives but not recycle bin
2016-09-16 09:30:50 +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 605857e345 force colors when running mocha tests on windows 2016-09-16 08:33:02 +02:00
Benjamin Pasero 0619ede1e4 fixes #12088; cleanup legacy context service 2016-09-16 07:31:30 +02:00
Daniel Imms 179f86fd63 Uplevel xterm.js
Fixes #11244
Fixes #11908
2016-09-15 20:58:01 -07: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
Andre Weinand e3f5493f97 update node-debug 2016-09-16 00:26:06 +02:00
Romanito 79ff8eba48 Fixes #12063: Enable "Open with Code" on drives but not recycle bin
Fixes #12063.
This is a complement to #11870.
Removed the "Folder" registry keys, restored the "directory" ones and added the "Drive" ones.
2016-09-16 00:20:31 +02:00
Daniel Imms dc16e9413d Fix terminal focus on mouseup on vscode side
Part of #11825
2016-09-15 13:44:11 -07:00
Martin Aeschlimann baf1b8cd24 ThirdPartyNotices: remove error header 2016-09-15 22:37:07 +02:00
Martin Aeschlimann 83b4816f77 [html] update language service 2016-09-15 22:25:49 +02:00
Martin Aeschlimann 05a6c9f469 Update ThirdPartyNotices 2016-09-15 22:09:53 +02:00
Andre Weinand 67d028cf3e Revert "fixes #10215"
This reverts commit 3f0410ad34.
2016-09-15 21:58:04 +02:00
Martin Aeschlimann 5073dfcc37 [yaml] update grammar, add tests, update license 2016-09-15 21:57:01 +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
Martin Aeschlimann 5ba13ddbf3 Update yaml grammar to textmate/yaml.tmbundle@9a4135d (2016-08-24) 2016-09-15 21:45:42 +02:00
Daniel Imms 2e02b52deb Have terminal service clean up instances using event 2016-09-15 12:26:14 -07:00
Daniel Imms 5094cf079e Add test for onDidCloseTerminal
Part of #10925
2016-09-15 12:17:39 -07:00