jbevain / EmojiVS

GitHub emojis in Visual Studio
https://visualstudiogallery.msdn.microsoft.com/88575465-8486-4c5a-8406-05e8d1d5b09d
MIT License
90 stars 13 forks source link

Preventing from CompletionController triggering in interactive/FSI #10

Closed hmemcpy closed 3 years ago

hmemcpy commented 9 years ago

When triggering completion (Ctrl-Space) in the F# Interactive window, this would cause an error with out of range index. Changing to Document role to prevent it.

This shows again that FSI should have its own content type.

jbevain commented 8 years ago

I can't repro, I'm on 2015U1. Does it still repro? Maybe it would be better to fix the exception than disabling emojis in the F# Interactive WIndow.

hmemcpy commented 8 years ago

Can't say I tried it recently... but what use would it be in the F# (or any) interactive window anyway?

jbevain commented 8 years ago

I agree it doesn't make a lot of sense, it just seems that it's hiding the real issue.