Skip to content

Commit 29fd819

Browse files
authored
paket dependencymanager install locations
added the most common places
1 parent 66b56ba commit 29fd819

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

docs/content/fsi-integration.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,18 @@ In general, the process will explicitly list the folders it is currently checkin
2828
error FS3216: Package manager key 'paket' was not registered in [C:\Program Files\dotnet\sdk\5.0.100\FSharp; C:\Program Files\dotnet\sdk\5.0.100\FSharp\], []. Currently registered: nuget
2929
```
3030

31+
The locations to copy `FSharp.DependencyManager.Paket.dll`
32+
33+
Dotnet SDK:
34+
- Windows `C:\Program Files\dotnet\sdk\version number\FSharp`
35+
- macOS `/usr/local/share/dotnet/sdk/<version number>/FSharp`
36+
- Linux `/home/user/dotnet/sdk/<version number>/FSharp`
37+
38+
Visual Studio:
39+
- For Editor Support `C:\Program Files\Microsoft Visual Studio\<version number>\Community\Common7\IDE\CommonExtensions\Microsoft\FSharp`
40+
- For Fsi Window Support `C:\Program Files\Microsoft Visual Studio\<version number>\Community\Common7\IDE\CommonExtensions\Microsoft\FSharp\Tools`
41+
42+
3143
### Passing the folder of the extension as --compilertool flag
3244

3345
Use the `--compilertool` flag when invoking F# Interactive or refer to the documentation of the host process.

0 commit comments

Comments
 (0)