I installed the Ionide-fsharp (1.9.1) package in VSCode (1.2.1) and started writing some example scripts from fsharpforfunandprofit.com. I expected to have autocomplete in the VSCode editor, but it does not seem to work: 
I also set the System's PATH variable to point to "C:\Program Files (x86)\Microsoft SDKs\F#\4.0\Framework\v4.0" as described on the Ionide web site:

Am I missing something, or autocomplete is not possible in VSCode when editing F# scripts?
setbefore the rest of the command.set PATH=%PATH%;C:\Program Files(x86)\Microsoft SDKs\F#\Framework\v4.0code .and everything works fine, so long as I can dofsibefore opening vscode it works.