Commit Graph

15431 Commits

Author SHA1 Message Date
Sandeep Somavarapu
8957add5eb Fix #20748 2017-02-21 10:28:50 +01:00
Martin Aeschlimann
d59d5791ea [hlsl] fix update script 2017-02-21 09:20:48 +01:00
João Moreno
318d528e18 Merge pull request #20969 from Microsoft/kieferrm/gitTelemetryUpgrade
upgrade telemetry package used by git extension
2017-02-21 09:15:11 +01:00
João Moreno
37cd928dd2 Merge pull request #20966 from IFTTT/fix-monaco-editor-371
Remove dependency on window.event in ListView
2017-02-21 09:14:29 +01:00
Martin Aeschlimann
41d3eac8e5 Merge pull request #20970 from Microsoft/kieferrm/jsonTelemetryUpgrade
upgrade telemetry package used by json and html extensions
2017-02-21 09:13:58 +01:00
Johannes Rieken
9be23e726a Merge pull request #19546 from Gama11/patch-1
Typo fix
2017-02-21 08:36:02 +01:00
Benjamin Pasero
25c5563834 Merge pull request #20938 from Microsoft/ben/16820
Hot Exit: Opens the same file twice in two separate windows
2017-02-21 07:44:17 +01:00
Daniel Imms
89877dd3cc Clean up terminal LANG variable 2017-02-20 21:34:57 -08:00
Benjamin Pasero
646133ce61 comments 2017-02-21 06:09:34 +01:00
kieferrm
ccefc7747a upgrade telemetry used by html ext 2017-02-20 20:17:07 -08:00
kieferrm
3f26922adb upgrade telemetry used by json ext 2017-02-20 20:16:47 -08:00
kieferrm
a64e40b442 upgrade telemetry used by git ext 2017-02-20 20:15:21 -08:00
Ryan Fitzgerald
580ee5da7f Remove dependency on window.event in ListView
Fixes Microsoft/monaco-editor#371.

The `event` property of Window is [nonstandard] and isn't supported by Firefox,
breaking some of ListView's event-handling behavior.

I checked for places where VSCode depends on `window.event` by removing it from
`lib.d.ts` and building from scratch; the references in ListView were the only
ones I found in `src/vs/base/browser`. There are also some references in
non-browser parts of the codebase, but I assume that's fine since they work in
Electron.

[nonstandard]: https://developer.mozilla.org/en-US/docs/Web/API/Window/event
2017-02-20 18:07:54 -08:00
Rob Lourens
82f11708de Fix #20920 - hide search results count if results go to 0 2017-02-20 16:12:33 -07:00
Daniel Imms
d09231afcd Merge pull request #20932 from matheusrocha89/encoding-problem
Terminal encoding problem related to issue #14586
2017-02-20 13:11:54 -08:00
Matheus Cruz Rocha
23578428bc Moving logic to inside the _getLangEnvVariable function 2017-02-20 17:53:13 -03:00
Joao Moreno
743416b9a1 git: use ignoreFocusOut more 2017-02-20 19:41:00 +01:00
Joao Moreno
5c4923b25d git: telemetry events 2017-02-20 19:37:46 +01:00
Andre Weinand
9ae2575f95 update node-debug 2017-02-20 18:16:47 +01:00
Johannes Rieken
7bbc7ab509 filter on word, only adjust overrideBefore on other textual content, #20764 2017-02-20 17:45:55 +01:00
Martin Aeschlimann
ee8bce1021 built in solarized themes: italic comments. Fixes #20574 2017-02-20 17:36:06 +01:00
Martin Aeschlimann
74a6d6d423 fix tests for #20610 2017-02-20 17:34:05 +01:00
Martin Aeschlimann
80047715a9 Solarized coloration does not work on a diff file. Fixes #20144 2017-02-20 17:32:08 +01:00
Martin Aeschlimann
813db38907 Merge pull request #20610 from rebornix/HTMLGrammar
correct boundary for embedded languages in HTML
2017-02-20 17:22:02 +01:00
isidor
a173ba35c3 debug: do not throw 'Canceled' errors in users face
fixes #20752
2017-02-20 16:53:07 +01:00
isidor
6d51e023a3 fix compile error 2017-02-20 16:47:47 +01:00
Benjamin Pasero
d679a17180 wip 2017-02-20 16:36:11 +01:00
isidor
5bf63901f4 debug: fix initialize state mess by going into initialize a tad later 2017-02-20 16:32:56 +01:00
isidor
9a9ffa061b debug: propagate error properly
fixes #20585
2017-02-20 16:32:31 +01:00
Matheus Cruz Rocha
4de9253b6c Changing the logic to other function since the first one could not be called if no locale passed to create terminal 2017-02-20 12:08:18 -03:00
Joao Moreno
cc71202224 git: clone command 2017-02-20 15:54:29 +01:00
Johannes Rieken
192db5f7d1 use user-facing language id for snippet completions, #20764 2017-02-20 15:48:36 +01:00
Johannes Rieken
4ab19b3614 make ISuggestSupport#triggerCharacters optional 2017-02-20 15:48:36 +01:00
Johannes Rieken
9a97cb1037 make SnippetRegistry a service, move things to workbench layer, preps #20764 2017-02-20 15:48:36 +01:00
Martin Aeschlimann
2fe6ff47e5 remove vue from html associations (recommend vetur) 2017-02-20 15:48:25 +01:00
Benjamin Pasero
2fbfb7b9ce fix some command palette sorting issues (#20928, #20888, #20553) 2017-02-20 15:23:51 +01:00
Martin Aeschlimann
aaf129f545 Merge pull request #20831 from DustinCampbell/update-csharp-grammar
Update to latest C# TextMate grammar
2017-02-20 15:11:06 +01:00
Matheus Cruz Rocha
04423d638f Merge branch 'master' into encoding-problem 2017-02-20 11:09:02 -03:00
Matheus Cruz Rocha
b2749784b8 Fixing special chars bug on terminal instance 2017-02-20 11:04:51 -03:00
Johannes Rieken
2b0cb53c43 debt - rename of insert snippet 2017-02-20 14:00:43 +01:00
Johannes Rieken
13fdda8f4a debt - move tabCompletion to workbench 2017-02-20 14:00:43 +01:00
Joao Moreno
66c24011bf git: commit template 2017-02-20 12:42:52 +01:00
Joao Moreno
77f0e95307 git: askpass support 2017-02-20 12:28:42 +01:00
Alex Dima
8a93c778da Rename editor.highlightMatchingBrackets to editor.matchBrackets 2017-02-20 11:33:16 +01:00
Benjamin Pasero
46c9a3cd1f Allow to pin an editor when saving explicitly (fixes #20466) 2017-02-20 11:28:35 +01:00
Alex Dima
2547faa2d2 Fix compilation issue from PR #19978 2017-02-20 11:25:36 +01:00
Alexandru Dima
175c91b551 Merge pull request #19978 from chirag64/matching-brackets-highlight
Fixes #16424 - Added option to toggle matching brackets highlighter
2017-02-20 11:24:21 +01:00
Martin Aeschlimann
a734c13778 [shaderlab/hlsl] Add update scripts, minor fixes to OSSREADME (for #20129) 2017-02-20 11:23:14 +01:00
Benjamin Pasero
5fb4b1d649 nls comments 2017-02-20 11:14:45 +01:00
Johannes Rieken
ba6f87b02f wait 1min for ext host startup, #20168 2017-02-20 11:13:48 +01:00