ionide Questions
5
Solved
I have installed VS Code version 1.8.1. Machine is Windows 7, 64 bit. While installing ionide-fsharp extension, I am getting error "end of central directory record signature not found". It seems ve...
Collinsia asked 8/1, 2017 at 6:52
11
Solved
In my VS Code set up I see the output/FSI frame below the main text editor pane like this:
whereas I would love it to appear to the right in the side-by-side view like it does on the images in t...
Convalesce asked 18/4, 2016 at 18:59
3
Solved
When I open a Fake build script in Visual Studio Code, like this:
> dotnet new -i fake-template
> dotnet new fake
> dotnet tool update fake-cli
> code build.fsx
I see this error messag...
Lundberg asked 16/3, 2021 at 23:38
0
I'm completely new to dotnet and vscode so I might be missing something trivial. I just want to get F# running in VSCode on my Mac. I first tried installing dotnet from brew:
brew cask install dot...
Hoover asked 14/12, 2019 at 14:38
1
Solved
I am new to VS code/F# and I am trying to build a F# console app (on both Windows workstation and on my Linux computer).
I installed the Ionide extension together with FAKE.
The code I am conside...
Jeffryjeffy asked 21/6, 2018 at 8:26
0
F# interactive in Visual Studio Code (with Ionide) has syntax highlighting by default on Windows 10. I just installed a Linux distro, and VSCode + Ionide doesn't show syntax highlights in the inter...
Gwenny asked 4/6, 2018 at 18:16
1
I'm starting using VS code with F# and dotnet core. I've installed ionide extension but file formatting for F# is not working. How did you get it working in vs code?.
Flashboard asked 26/9, 2017 at 8:3
0
I am just beginning with FSharp and am trying to work in VSCode on my mac. I've followed all the install instructions here https://github.com/dotnet/netcorecli-fsc/wiki/.NET-Core-SDK-1.0.1
However...
Benzidine asked 26/4, 2017 at 22:12
0
Getting this internal error in PROBLEMS window and Auto Complete is not working.
file: 'file:///startup'
severity: 'Error'
message: 'internal error: BuildFrameworkTcImports: no resolution of 'FS...
Acotyledon asked 3/3, 2017 at 12:12
1
Solved
I have a problem when using Fsi in VSCode. I've been having this issue since 1.7 and it persists in the current releases of 1.8.
If I use alt + enter to send a code selection to VSCode it works, b...
Repeater asked 18/1, 2017 at 8:50
1
Given a simple F# console app:
[<EntryPoint>]
let main argv =
printfn "Hello world"
Console.ReadLine() |> ignore
0
What do I need to do to start the console app up in the same manner...
Duclos asked 12/9, 2016 at 21:26
1
After I have installed Ionide for Visual Studio Code, how do I begin using it (eg. syntax highlighting, autocompletion)? What settings do I have to change?
Evilminded asked 19/3, 2016 at 17:38
1
© 2022 - 2024 — McMap. All rights reserved.