Skip to content

Commit

Permalink
temporary use ionide/FsAutoComplete#224 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
enricosada committed Oct 27, 2017
1 parent 8cf623c commit 1d916b2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion build.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ let vsceTool = lazy (platformTool "vsce" "vsce.cmd")


let releaseBin = "release/bin"
let fsacBin = "paket-files/github.com/fsharp/FsAutoComplete/bin/release"
let fsacBin = "paket-files/github.com/enricosada/FsAutoComplete/bin/release"


// --------------------------------------------------------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions paket.dependencies
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ nuget Fable.Import.Node
nuget Fable.Import.Browser
nuget FSharp.Core

git https://github.com/fsharp/FsAutoComplete.git more_fixes build:"build.cmd LocalRelease", OS: windows
git https://github.com/enricosada/FsAutoComplete.git netcore build:"build.cmd LocalRelease", OS: windows
git https://github.com/fsharp-editing/Forge.git master build:"build.cmd Build", OS: windows

git https://github.com/fsharp/FsAutoComplete.git more_fixes build:"build.sh LocalRelease", OS: mono
git https://github.com/enricosada/FsAutoComplete.git netcore build:"build.sh LocalRelease", OS: mono
git https://github.com/fsharp-editing/Forge.git master build:"build.sh Build", OS: mono

git https://github.com/ionide/ionide-fsgrammar.git
Expand Down
10 changes: 5 additions & 5 deletions paket.lock
Original file line number Diff line number Diff line change
Expand Up @@ -725,18 +725,18 @@ NUGET
System.Threading (>= 4.3) - restriction: && (< monotouch) (< net46) (>= netstandard1.3) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
System.Xml.ReaderWriter (>= 4.3) - restriction: && (< monotouch) (< net46) (>= netstandard1.3) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
GIT
remote: https://github.com/fsharp/FsAutoComplete.git
(6309c7ab78421f47c45155e559d8de099c9526d8)
remote: https://github.com/enricosada/FsAutoComplete.git
(b22acd8b98579f7c58bfdf9edcf0a8fe178ce77d)
build: build.cmd LocalRelease
os: windows
(6309c7ab78421f47c45155e559d8de099c9526d8)
(b22acd8b98579f7c58bfdf9edcf0a8fe178ce77d)
build: build.sh LocalRelease
os: mono
remote: https://github.com/fsharp-editing/Forge.git
(174f32a30a2ba48ddaf9faf1caf9119ccd4b6515)
(ac8e1922846819fc807d59257846675f8ffee3f7)
build: build.cmd Build
os: windows
(174f32a30a2ba48ddaf9faf1caf9119ccd4b6515)
(ac8e1922846819fc807d59257846675f8ffee3f7)
build: build.sh Build
os: mono
remote: https://github.com/ionide/ionide-fsgrammar.git
Expand Down

0 comments on commit 1d916b2

Please sign in to comment.