Commit Graph

22591 Commits

Author SHA1 Message Date
Daniel Imms
4e5b74a4b7 windows-process-tree@0.1.3 2017-08-23 19:59:29 -07:00
Ramya Achutha Rao
210c1617e6 Fix test for Windows 2017-08-23 18:30:08 -07:00
Matt Bierner
611e6984b2 Mark some ts extension settings as window
Fixes #33048
2017-08-23 17:21:17 -07:00
Matt Bierner
96de72d94e Defer code action edit creation until action is actually accepted 2017-08-23 17:21:17 -07:00
rebornix
5600402d2a Workaround for #32470. 2017-08-23 16:28:57 -07:00
kieferrm
b0aefeccd7 update distro 2017-08-23 15:15:58 -07:00
Matt Bierner
9008534bf1 Fix onDidChangeTextEditorSelection firing when the editor is resized (#32197)
* Fix onDiChangeTextEditorSelection firing when the editor is resized

**Bug**
onDidChangeTextEditorSelection is being fired when the editor window is resized

**Fix**
Make sure we do not refire this event if the selection in terms of the model has not changed

Fixes #32092

* Fix null deref
2017-08-23 10:50:27 -07:00
Ramya Rao
78cc8788a4 Telemetry for Ext recommendations pop ups (#32995) 2017-08-23 10:09:25 -07:00
Sandeep Somavarapu
b5cbff49a2 Fix #31972 2017-08-23 17:36:43 +02:00
Johannes Rieken
60892e5fa8 💄 #29076 2017-08-23 16:18:14 +02:00
Alex Dima
39c26ad454 native-keymap@1.2.5 2017-08-23 16:07:34 +02:00
Sandeep Somavarapu
d12ec7ffbe Fix #32255. Revert #30333 2017-08-23 15:54:19 +02:00
Johannes Rieken
9791d58701 replace MarkedString with object-type IMarkdownString, #29076 2017-08-23 15:53:39 +02:00
Sandeep Somavarapu
f117237ec5 Add more data to extension telemetry
- search text
- index in the list
2017-08-23 15:43:42 +02:00
Martin Aeschlimann
b14c255400 [json] add multiroot support. Fixes #32487 2017-08-23 14:33:04 +02:00
Martin Aeschlimann
00a44d37c5 [html] remove document settings on buffer close 2017-08-23 14:33:04 +02:00
Martin Aeschlimann
964028f97b [css] remove document settings on buffer close 2017-08-23 14:33:04 +02:00
Andre Weinand
87aa00a849 add Powershell '&' if necessary; fixes #33020 2017-08-23 12:33:57 +02:00
Johannes Rieken
0417a75e4f know decorations using command links v2, #29076 2017-08-23 12:23:39 +02:00
Sandeep Somavarapu
a50744bf6e Fix #32558 2017-08-23 12:15:29 +02:00
Johannes Rieken
eb4e09ba69 Revert "know decorations using command links, #29076"
This reverts commit 94c4b25a47.
2017-08-23 11:54:45 +02:00
Johannes Rieken
94c4b25a47 know decorations using command links, #29076 2017-08-23 11:50:58 +02:00
Johannes Rieken
001cff3e78 know hover providers using command links, #29076 2017-08-23 11:50:46 +02:00
Benjamin Pasero
e8f7ac78b7 💄 2017-08-23 11:08:29 +02:00
Johannes Rieken
156de5ea5a have MainThreadTelemetry instead of fake telemetry service 2017-08-23 10:38:02 +02:00
Johannes Rieken
de13fec877 fix #32961 2017-08-23 09:22:28 +02:00
Benjamin Pasero
aa79bd40dd Support themable active tab border (fixes #29333) 2017-08-23 09:13:39 +02:00
Sandeep Somavarapu
feded35e7a Fix #32949 2017-08-23 09:00:05 +02:00
Joao Moreno
58b855dd61 git: focus editor when opening file/diff from editor title 2017-08-23 08:36:25 +02:00
Benjamin Pasero
d112d08fa2 update distro for new icons 2017-08-23 07:37:53 +02:00
Benjamin Pasero
e243bad3f2 set background color for code icon on linux 2017-08-23 07:37:19 +02:00
Yu Zhang
1c6f2f9a80 🐛 include setext heading levels (Markdown) (#32987)
* 🐛 include setext heading levels

* 📝 typo

* 💚 use `===`
2017-08-22 19:17:15 -07:00
Matt Bierner
949b9f1a79 Support inferred TS/JS project per root
Fixes #30414
2017-08-22 17:26:33 -07:00
Andrii Melekhovskiy
8d9778b191 Fix typo in Markdown Preview security warning message (#32989) 2017-08-22 17:05:28 -07:00
Matt Bierner
af5593d495 Fix double quote imports 2017-08-22 17:02:23 -07:00
Andre Weinand
ba6592ff57 improve quoting args; fixes #21635 2017-08-23 01:20:10 +02:00
Ramya Rao
7afecae3d9 show progress indicator for implementation cmd (#32838)
* show progress indicator for implementation cmd #31666

* Move progressService to DefinitionAction
2017-08-22 15:02:01 -07:00
Matt Bierner
b469304568 Use async for releaseNotesEditor 2017-08-22 11:45:25 -07:00
Daniel Imms
5bb04d68fc Merge pull request #32900 from Microsoft/amqi/native
Integrate native module for WindowsShellHelper
2017-08-22 11:41:59 -07:00
Amy Qiu
d517a01fc3 Address feedback 2017-08-22 11:28:17 -07:00
Amy Qiu
1de6defc38 Strongly type windowsProcessTree 2017-08-22 11:01:36 -07:00
Amy Qiu
47790b2157 Clean up imports 2017-08-22 10:46:39 -07:00
Amy Qiu
665b0d0083 Use dynamic import for WindowsShellHelper 2017-08-22 10:39:30 -07:00
Sandeep Somavarapu
c0b509ed0b Fix #32631
Make tree view data providers disposable
On main tree views disposed
- Deregister and dispose data providers
2017-08-22 19:06:24 +02:00
Alex Dima
55413ced76 Remove watchdog for now 2017-08-22 18:50:00 +02:00
Alexandru Dima
ff932b9ae5 Merge pull request #25286 from JD342/master
Implement smooth scrolling feature
2017-08-22 18:44:31 +02:00
Alex Dima
835e76458a * more windows tests for the physical mouse wheel classifier;
* adopt the classifier;
2017-08-22 18:39:38 +02:00
Benjamin Pasero
e6c6e4f000 dropping multiple folders: open workspace 2017-08-22 18:38:10 +02:00
Benjamin Pasero
0c59c951f4 speed up config editing by disabling save participants 2017-08-22 18:12:41 +02:00
Johannes Rieken
9d87288c87 remove unused overload, #29194 2017-08-22 17:50:33 +02:00