Skip to content

Commit 96b93b3

Browse files
Update dependencies
1 parent 4a2fbf0 commit 96b93b3

File tree

3 files changed

+6
-10
lines changed

3 files changed

+6
-10
lines changed

paket.dependencies

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ source https://nuget.org/api/v2
22

33
git https://github.com/ionide/ionide-vscode-helpers.git master build:"build.cmd", OS: windows
44
git https://github.com/ionide/FsAutoComplete.git keywords build:"build.cmd LocalRelease", OS: windows
5-
git https://github.com/fsprojects/Forge.git master build:"build.cmd", OS: windows
5+
git https://github.com/fsprojects/Forge.git master build:"build.cmd Build", OS: windows
66

77
git https://github.com/ionide/ionide-vscode-helpers.git master build:"build.sh", OS: mono
88
git https://github.com/ionide/FsAutoComplete.git keywords build:"build.sh LocalRelease", OS: mono
9-
git https://github.com/fsprojects/Forge.git master build:"build.sh", OS: mono
9+
git https://github.com/fsprojects/Forge.git master build:"build.sh Build", OS: mono
1010

1111
git https://github.com/ionide/ionide-fsgrammar.git
1212

paket.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ GIT
2828
build: build.sh LocalRelease
2929
os: mono
3030
remote: https://github.com/fsprojects/Forge.git
31-
(486a27ae69ba34888a918d5caedce38164d696da)
32-
build: build.cmd
31+
(fadd3d88d1e8e9de6b0e3f991165fd174edbae63)
32+
build: build.cmd Build
3333
os: windows
34-
(486a27ae69ba34888a918d5caedce38164d696da)
35-
build: build.sh
34+
(fadd3d88d1e8e9de6b0e3f991165fd174edbae63)
35+
build: build.sh Build
3636
os: mono
3737
remote: https://github.com/ionide/ionide-fsgrammar.git
3838
(c8fea8dc0a224a2ceb2371bc5e941157aca3de9e)

release/package.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,6 @@
7676
"command": "fsi.SendFile",
7777
"title": "FSI: Send File"
7878
},
79-
{
80-
"command": "ff.Show",
81-
"title": "F# Formatting: Show"
82-
},
8379
{
8480
"command": "webpreview.Show",
8581
"title": "Ionide: Show Web View"

0 commit comments

Comments
 (0)