ionide / ionide-vscode-mechanic

Mechanic plugin for VS Code
https://github.com/fsprojects/Mechanic
MIT License
17 stars 4 forks source link

Fails on VSCode 1.21.0 / Windows 10 #15

Closed whitetigle closed 6 years ago

whitetigle commented 6 years ago

Hi guys! Just installed the plugin and got a failure with ouput:

 An assembly specified in the application dependencies manifest (mech.deps.json) was not found:
    package: 'FSharp.Compiler.Service', version: '17.0.1'
    path: 'lib/netstandard1.6/FSharp.Compiler.Service.dll'

What other information do you need?

forki commented 6 years ago

looks like we need to call .net publish

MangelMaxime commented 6 years ago

Ok, so we should add a new target on Mechanic repo. Perhaps we should profit of this to call publish in Release configuration ?

forki commented 6 years ago

I did that manually as quickfix @whitetigle can you please try 0.0.9?

whitetigle commented 6 years ago

sure 👍

landy commented 6 years ago

It works now

whitetigle commented 6 years ago

ok it works for me 👍

whitetigle commented 6 years ago

Great job guys! 👏