fable-import-vscode
v0.1.0-narumi-2
Published
Fable bindings for Visual Studio Code
Downloads
2
Readme
fable-import-vscode
Fable bindings for Visual Studio Code
Installation
$ dotnet fable add fable-core@next fable-import-vscode@next
Usage
F# project (.fsproj)
<ItemGroup>
<PackageReference Include="Fable.Core" Version="1.0.0-narumi-*" />
<ProjectReference Include="./node_modules/fable-powerpack/Fable.PowerPack.fsproj" />
<ProjectReference Include="./node_modules/fable-import-vscode/Fable.Import.VSCode.fsproj" />
</ItemGroup>