Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/ionide/ionide-vscode-helpers

Common helpers for VS Code plugins
https://github.com/ionide/ionide-vscode-helpers

Latest bindings for VSCode.LanguageServer.fs (#50)

* get building again

* updates bindings for vscode-languageserver

fixes #49

8e81bc03f11f07b8e0811b3d4598eadc78f32f2f authored over 1 year ago
Improve InputBoxOptions.validateInput definitions (#47)

Fix https://github.com/ionide/ionide-vscode-fsharp/issues/1783

7da920c71e4f94240a55aabb555327ebef4b653d authored over 2 years ago
align definitions with more recent languageserver

8d2fca6c1d49172bdd50b3fcdd6a5d66019dffd0 authored over 2 years ago
update documentselector type

a127f70932265b80df94c40b6fc62c1d8abf3f79 authored over 2 years ago
Fix output race condition in Process.exec (#46)

9782d1800417c64c810d269e98ad2f17443f6dab authored over 2 years ago
bump vscode types

6ed5341be68452af4f93f7c6e462cdfb58dd0464 authored almost 3 years ago
fix a couple errors that didn't appear in editor

c307f41dff3ca1f68b6327c3945e361323667300 authored almost 3 years ago
update vscode api and debug apis

a777115a179019a320e553f37bb7a5902706deb1 authored almost 3 years ago
update proposed api with more recent versions

16eceef34bcee50f441f6727eed94c8bb9a136f5 authored over 3 years ago
use yarn berry

a6bf4eccdcd9bae43025b0280f899eaa47ecbea8 authored over 3 years ago
update FAKE deps

d5cb5c1eb2607abb5fbf0e4a28649daddf5ea8b1 authored over 3 years ago
pass through options as noted by Alfonso

f863e4134b0cf9e13415a754a64e0f1b330fa612 authored over 3 years ago
fix wrong overload chosen (#44)

5afa130a6985c2de3b87e72ce69db2189fe64f25 authored over 3 years ago
solidify process spawning logic by taking an array of args (#43)

ea394008dd8b55dfaef6745560e110f28f1503f0 authored over 3 years ago
have the overlapping proposed IExports inherit from thier matching base interfaces

257c0efaf39c1f17eeccad5dd909feb7b3b4b43f authored over 3 years ago
fix import declarations for top-level types

0710a641e1587b8398b73173010556ba03bb393f authored over 3 years ago
Add proposed VsCode API as well

23fbf270bb91b5ba25bb36225743512fdfe70d22 authored over 3 years ago
update vscode typings (#39)

* update vscode defs

* update for new shapes

* use latest ts2fable

58d7e3899a0402f86f4f52c0315152f5d44e6753 authored over 3 years ago
fix: signature of provideTextDocumentContent (#37)

* fix: signature of provideTextDocumentContent

* fix: Promise replaced by U2

3c6cc652db8f2d58d54636595679149904f93c31 authored almost 4 years ago
fix: signature of TreeDataProvider.getChildren (#36)

568c6b3a50b68571f0d48bea3987c5b8032fa504 authored almost 4 years ago
fix: add ctor to ThemeIcon (#38)

1785f5d95f495ab09a85131f22fcebcc3707a7c4 authored almost 4 years ago
Fix: webpack is only called after first compilation when watching

-> Requires `--runWatch` instead of `--run`

f9cfaa474910164482c2f5ae4a2fc1e54aa4ec72 authored about 4 years ago
Simplify FableClean Target

c17435ca95c2aa9d41dcc3c8e873d1b06e9d5740 authored about 4 years ago
Make webpack optional

webpack checks imports for correctness -- but only if that import is
used. See previous commit.
...

9aaa4e58982422ba74d95697aebd100491f77e1f authored about 4 years ago
Revert previous commit "Remove webpack"

Fable compiler doesn't check imports for correctness. But webpack does.
-> Use webpack for some ...

0c94ab383b85830f9b0eb3f7bb21e631a572564d authored about 4 years ago
Remove webpack

Before fable 3, webpack was used for compilation to js.
But with Fable 3, webpack is only used f...

bc0408b40d90ab308cc7c304305ad5067ebcf7c7 authored about 4 years ago
Add Clean & Watch

Remove scripts from package.json

81b3b4786f821564f7c2d7cc3cce1b8dfb6783aa authored about 4 years ago
Update build script for fable 3

b825ea97726061c413f97b907856d6d65a361f26 authored about 4 years ago
Fix fable compile error

954410eb939cf0632c6380cb0bc7037c120b9cca authored about 4 years ago
Update to fable 3

based on https://github.com/MangelMaxime/fulma-demo/pull/43

build script isn't updated yet.
Use...

0fadc13ca89080e87d00c10c980fd91bea33aa6c authored about 4 years ago
Update paket

1afe6286639587ad9fff4759a9b16a76c846ee32 authored about 4 years ago
Add SnippetString option for CompletionItem.insertText (#34)

d446548df92f3691acce437f4313437e7a88976d authored over 4 years ago
Fix ws

f171b77b07a9b8649a7d0012657b9e3438e1a4d1 authored over 4 years ago
Update `paket.dependencies` options

Add framework restriction
Disable packages folder

6e63e926e1af0c425134640bf2c4d5c154681fcb authored over 4 years ago
Fix: `Process.onExit` isn't called after process finished

07f19e3864b245a80ce169dec4108ec13a8188d7 authored over 4 years ago
Replace JS type names with .Net names

Remove unused opens

565c7f2654dafca7a54fe71c5ca252c8356139b2 authored over 4 years ago
Adjust name process (reserved identifier)

02ed9a8d0751759904a832f4761ed12ad66ced07 authored over 4 years ago
Fix Showdown

6fae8155fe9c4d23053d369d62ee7bec4972e1e6 authored over 4 years ago
Replace Func<...> with F# function type

Using `Func<...>` delegate doesn't work any more in fable:
Func is treated as single value. To h...

09695d4a26a09f6515d72ff1876d180da6148c5e authored over 4 years ago
Fix Helpers

Remove Promise module -> Fable.Promise

b4ac3ef19219287039a8be45c094be83367176c1 authored over 4 years ago
Fix Axios

c0c5ae883b24cd1a060dd0c2cfd2487fe88fc226 authored over 4 years ago
Fix VSCode.LanguageServer

Remove a couple of test & access functions for erased unions
(like `U2`):
Newer Fable compilers ...

e4fe7b28642076c8b03365ba9d1c68fd0dc992ba authored over 4 years ago
Fix VSCode

3a60c3e464b99605d4764336a3d0839f6a59ecbe authored over 4 years ago
Fix VSCodeDebugger

313fe91d2142942c613fb79f4bd5026dd4596a2f authored over 4 years ago
Update dependencies

e5587f9888d46b56c95adf6df74b0396cfcd2d47 authored over 4 years ago
Move to dotnet tool for FAKE & Paket

b3212946dcf50304a31a8eb11bf5cf32c26b342a authored over 4 years ago
correct type: type name DocumentSeletor -> DocumentSelector (#32)

5e4c28c79ed565497cd481fac2f22ee2d8d28406 authored over 4 years ago
Update Fable.Import.VSCode.fs

548cbeabd39efaf622588f057b11a0ce21329080 authored over 4 years ago
Update Fable.Import.VSCode.fs

04ea0e33def49df18d6325c101c428bf02ab5440 authored over 5 years ago
Update Fable.Import.VSCode.fs

Add TypeProvider API

c03aa3c520916ee68e82462dbf83cd064b1431e4 authored over 5 years ago
add Task api (#30)

be3ff3c7c454525fee4bb9c36a3811e403a19f0b authored over 5 years ago
Add showCollapseAll option (#29)

62d91a99f69ea42f68a828fdc8032ab29a611d3f authored over 5 years ago
Update Fable.Import.VSCode.LanguageServer.fs

2c171bb4ccab0db3b1704389cdc736f9a23682d9 authored over 5 years ago
Update Fable.Import.VSCode.fs

6060f38c942d1d8e8ca4dac0013142a523d1bfe6 authored over 5 years ago
Add SelectionRange Provider

b801e2035beed738753b58bd9dd12afd047aa0d7 authored over 5 years ago
Allow to theme StatusBarItem color (#28)

602376e081bf04c823b9b9463c69f02bb642460a authored over 5 years ago
Create Fable.Import.Showdown.fs

af96a42db5a5f518d66c50f46ad903955360028e authored over 5 years ago
Add `vscode-languageclient` bindings

c5522135cfc49af5c153a20a1135c8141f31bde1 authored over 5 years ago
Paket updates

f041c2098754e57da9712014f97593e1d15ad4db authored over 5 years ago
Add ImplementationProvider

50c364c2e88acc2fec7094bfd3be0973cb2826aa authored almost 6 years ago
Add cancelable to ProgressOptions

a21ef6964d5f530b26b94971c9e9bb1fd1b24b18 authored almost 6 years ago
Add Notification to ProgressLocation

3a1c83289cbd1df0cf086883ccba2c29d79e8fdb authored almost 6 years ago
Add DocumentSymbol API

09039c5d511db4a04fa2f579c075b7dffc26762f authored almost 6 years ago
Update README.md

7851c257ab024118cc1aea9398ac795a8eefa535 authored almost 6 years ago
Create CODE_OF_CONDUCT.md

5499bfda678b850ffbeb3f37f7915511bf15b644 authored almost 6 years ago
Add webview API (#27)

c9dd571b1d198c06069f7f459cc663ad4b6da0b0 authored almost 6 years ago
Add the new visibility events and properties for treeview (#26)

5b9d9885047511700df326841e05c289e5d23a2c authored about 6 years ago
Update spawnWithShell helper

Updates spawnWithShell helper to use VSCode Terminal API - provides common UX across all platforms.

22572ed1a772fae2b99a346a391e4a2b2a060c43 authored over 6 years ago
Add DiagnosticTag (#25)

472e725da9c0bff61fe10c42c891f39fd2d23b91 authored over 6 years ago
Update Helpers.fs

ce5c778ec42d2738c6d5c13d08f663a819e0e37b authored over 6 years ago
Update deps to latest (#23)

889bd15245e8c2406a985b62d237816e908bfb05 authored over 6 years ago
Add the new treeview API (#24)

e6459be7d4a187407b4fd02588857cd5aea0fcb6 authored over 6 years ago
Add theme icon to TreeItem (#22)

* Add ThemeIcon to TreeItem

* Disable unusedDeclarationsAnalyzer

b29ea4d6097e754731b444cc88a038950197ed82 authored almost 7 years ago
Add axios proxy config (#21)

2329ccc4d0c5d86bbd754c8ba9afcd473ec33b61 authored almost 7 years ago
Return more info in Process onExit (#20)

6eb3892d22f5c7c9bdc92cc85dee5e78c5c39277 authored almost 7 years ago
Fix typo

771740b1b8be6479841e44804e311f42646d5345 authored almost 7 years ago
Updated paket.bootstrapper.exe to address TLS 1.0 and 1.1 deprecation (#19)

039192b97c6032495ab13e9c0ea5ea84c973cdbe authored almost 7 years ago
A few changes around configuration (#18)

450da450957b58efbb7a04ef636e445c5c4a03d2 authored almost 7 years ago
exclude null and empty string produces by split (#17)

5dda913d8d1b3fbc4c1d050a4978b78675cd766c authored about 7 years ago
Update Fable.Import.VSCode.fs

10e55d68bae753918e8f4b64da996f672ef3aae4 authored about 7 years ago
Update Fable.Import.VSCode.fs (#15)

Invert StatusBarAlignment Left & Right

11d7d87768c2f58aca02df55def8f3d37da27222 authored about 7 years ago
Update Fable.Import.ws.fs

0d42cf3c346f814f6519d89228996661b2b9fd41 authored about 7 years ago
Add TypeDefinition provider

a1e4612f55d20ac40b13a3cabd25ea6173afe0f5 authored about 7 years ago
Add save/open dialog API

bbc00708d6222fd0f9aa6f11c22b3a7dc7c90944 authored over 7 years ago
Added MarkdownString to match VSCode type definitions. (#16)

a325444b9162e9f7bdf5ad9f5d7a1868cdfb7edc authored over 7 years ago
add WorkspaceConfiguration.update (#14)

381544e5fc0c30ec2ad9663a1b5222fc0aee2f6a authored over 7 years ago
Fable 1.2 (#13)

87fd2b0e2fb6e5b909fc607f7239f73abd8dcd07 authored over 7 years ago
Add window.onDidChangeVisibleTextEditors, fix Disposable.from (#12)

84f4fb08ebc2b8eab40c851cb046e440c0646c2b authored over 7 years ago
Theme color & few other things (#11)

* Better type for Promise.all

* Add ThemeColor & more decoration types

* Add a few more de...

c0bc1380af0177ece475578b8bcadfc0bf5b3cc4 authored over 7 years ago
Add debug API and WorkspaceFolder

42949401319091b80cd8038524335a54491e4fe1 authored over 7 years ago
Add spawnWithShell

6d4ce4e6562e3c715b6a6939b2fd709c17609ead authored over 7 years ago
Add DecorationOptions.renderOptions (#10)

And related types

8b48fce57e26b22996b3a08498a695a83d78246d authored over 7 years ago
the first argument is the uri of the requested document (#9)

65e5ac7aad0817d7264d8a17d0c87e2a6ad75446 authored over 7 years ago
add treeItem collapsible state (#8)

* add treeItem collapsible state

from https://github.com/Microsoft/vscode/blob/4b20d3e9bf9f01...

528c10844aa32b6d84e3bb98a6bbd5b7e89923ad authored over 7 years ago
Update Fable.Import.VSCode.fs

6e8ce2b8385bc78b070972aa603990ce6dcae361 authored over 7 years ago
Update API

7ae8824950760c981f482f668b6a27ef8a3d6ba4 authored over 7 years ago
Update Tree view API

fb26fca595b4135baa344ae10b2f03968fed9a6b authored over 7 years ago
Update Fable.Import.VSCode.fs

00f13f6336bf67b5cb1ced243fd028857a64afea authored almost 8 years ago
Update Fable.Import.VSCodeDebugger.fs

086251a17a4eee9f1ee4b493b6d350ede105c22d authored about 8 years ago
Update Fable.Import.VSCodeDebugger.fs

4e6b3d67e3976202c4e0a991937295a23ae376d1 authored about 8 years ago