Maxime Mangel
Maxime Mangel
Generating an hyperlink should be doable now that https://github.com/microsoft/vscode-languageserver-node/issues/503 has been fixed. The things, I don't know how to do is how to get the type information from the tips....
I tried several time to look into this issue but I just don't know how to do it. In order to generate a `showDocumentation` command we need the assembly name....
If I understand this issue correctly then I cannot reproduce it. https://user-images.githubusercontent.com/4760796/185075163-4e103871-ddb8-46fa-b1fa-1d24fa45a920.mp4 I think it can be close now.
@Krzysztof-Cieslak Sorry I missed the part about the subdirectory
Yes, you got it right. On the next picture, I underlined in red the symbol I am referring to. 
*Thinking aloud* Hum, but if the whole range is `"{ PropA = propA }"` I wonder why we don't have everything the same color. Here we have some light blue,...
Hello @jcmrva, by workspace do you mean a VSCode workspace? If yes, you can disable an extension for a specific VSCode workspace [Documentation](https://code.visualstudio.com/docs/editor/extension-marketplace#:~:text=If%20you%20don't%20want,after%20you%20disable%20an%20extension.) This means that you can disable Ionide...
@piaste Do you have `webpack-dev-server` installed globally ? Removing the `hot: true` do not work for me. Can you please, try with this version: https://github.com/SAFE-Stack/SAFE-BookStore/pull/198
Can you please try to remove the global webpack ? We need to launch the `webpack-dev-server` with the `hot: true` or `-- hot` option set. Otherwise, it will not start...
@piaste Do you see `[WDS] Hot Module Replacement enabled.` in your console ? And also, do you have any error in the network panel ?