Shane Hofstetter

Results 9 comments of Shane Hofstetter

I'm currently experiencing the same issue with a rails 5.2 app and devise_token_auth version 1.0.0. When I receive a 304 response the auth headers are completely missing and therefore i...

Hi @idlira ! Thanks for reporting this, good suggestion, I did think about changing this already but didn't find the time yet. PR is welcome ofc :)

Hi @attilahorvath, Yeah I'm afraid the current implementation of using a regex to detect the translate statement is a bit limited. I found a way to make it work with...

@gencer Thanks for the report. I can actually confirm this, in your example the extension returns a valid empty result, which should make vscode call the next completion provider (solargraph),...

The update may bring some improvements yes, but its not resolved, at least on my machine. Problem may be related to this https://github.com/Microsoft/vscode/issues/27042

So it seems if I remove the trigger characters (which made the completion provider the most specific and thus blocked solargraph) it works nicely, but one has to apply the...

@renius since version 0.0.6 you can enable the setting `railsI18n.loadAllTranslations` (may need a vs code restart) which will then load all translation files configured in `I18n.load_path` (this is where rails...

Hi @andreasciamanna, you are right, the query param is mostly not supported at the moment (only on issues), and this would be a great addition. As for implementation I think...

Hi @andreasciamanna, I just noticed that the text property was added only recently which was not included in v1.3.2, I just published a new version 1.4.0 - please try updating...