Ecosyste.ms: OpenCollective

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

github.com/ionide/ionide-vscode-fsharp

VS Code plugin for F# development
https://github.com/ionide/ionide-vscode-fsharp

Only use log levels that exists (#783)

* Replace debug with log as debug seem to be very special

* Only log to levels that exists

56de86f6daca1d473e71d51de8c22a46dfd2f2bb authored almost 7 years ago
Bump version to 3.19.0

4b153f4900ee52c8179dcd93a828b31ec2fef029 authored almost 7 years ago
Fix #773 --no-prompt project directory. (#780)

e987647da2799bc9590c7180de9a489396761fa2 authored almost 7 years ago
Related to #753 (#756)

* Related to #753

* Fix root resolution

* fix generating ionide logs on windows

* Only ...

7d6dfe10c49f3baf77a940f818a0350af1a4b86a authored almost 7 years ago
Fix code outline for fsx files starting with `namespace global` (#769)

* Fix code outline for fsx files starting with `namespace global`

* Use ReferenceEquals inste...

aa28d42629ec0e80627152ca87077270534c82aa authored almost 7 years ago
Put the ;; on the next line when sending code to FSI when there's a comment (this will have false positives if there's a // inside a string, but that should be harmless) (#772)

875e67799d928219a77684b3e326ffc9a9c9a851 authored almost 7 years ago
Reflect the log levels on the dev console

aa036fba6f20cfe7224446fd8971da0c4f33eeea authored almost 7 years ago
Avoid infinite restore loops

488a12d3f11ec4522e0e2097b309a05d33fb2766 authored almost 7 years ago
Bump version to 3.18.2

c105a250eadde5589870e3f61f4c615a63e97352 authored almost 7 years ago
Update helpers

665dff3ad334caf88ea7dd6357863ab681e8b5db authored almost 7 years ago
If a restore failed don't enter an infinite loop

6af0186f457e8f205ce7b54a32de7f289c4c6e24 authored almost 7 years ago
Keep the Api

fcb9c6c1a792d53e8e00cac75aedc1cd713ced31 authored almost 7 years ago
Remove debug messages

255e2cd921d71050d3bb9a7b14ab44be57361f7c authored almost 7 years ago
Tweak silentcd & friends in FSI (#766)

b0031310cbe1814ad85896412a9d9b300bc91cf7 authored almost 7 years ago
Bump version to 3.18.1

9a992913672c804c1ab83a90e9b16cf63172cf5b authored almost 7 years ago
Update FSAC

e2ea8a27b4738dd53c69f239a7a36223d14a9324 authored almost 7 years ago
Fix forge path quotting.

20cb9ee91bb804e3b4bb1117dda28fe180e9ceb9 authored almost 7 years ago
Try to fix Forge

88265d01463489b78c9e242d8cbcd57c6be71977 authored almost 7 years ago
Remove notify printfn (#758)

Fixes #751

32832bc4b98fecfebacff1756dceeebdbd3ad6b8 authored almost 7 years ago
Bump version to 3.18.0

f1b4063279633cd47a5ca5e93df347f0656ab907 authored almost 7 years ago
Remove Expecto integration

c4e4e8ba6800beae3914c28036e6690ab53c2ee5 authored almost 7 years ago
Update FSAC version - lower memory usage

f017fedfcb7d576980e54baf519412cc7816eec0 authored almost 7 years ago
Support spaces in arguments to forge (#729)

82616a99065def730b5ed2bdac3d49ee5090ef53 authored almost 7 years ago
Add troubleshooting help for MSB4126 (invalid solution configuration). Resolves #725 (#745)

20c3ba5e1514c40baf958fdf09e4617cc0641547 authored almost 7 years ago
Swap order (#733)

f64c58901851ed7b2d88f3c485b2d3082011b3c1 authored almost 7 years ago
Bump version to 3.17.3

5f3ee79075570cf51ccba6e3bd0d6d2ae9b1e678 authored almost 7 years ago
Update dependencies

f5c9718b09be39f5cb969d1b749844bff4d08f4b authored almost 7 years ago
Support for F# SDK 10.1 (#732)

4ed3b82d82c3cd3362c421aa4fe043a179228ff4 authored almost 7 years ago
Update dependencies

a41cb9df9b5137d1edafbad5aff6696e191b6446 authored almost 7 years ago
Bump version to 3.17.2

b3f29255d21f603df12ea4be8af56edccc0b304e authored almost 7 years ago
Fix startup strategy

b16dac0f63b91562fb95c20b37988415b7560de0 authored almost 7 years ago
Update Forge

3b39a56cc093cd3e722efcfc5df2c89a1560ed27 authored almost 7 years ago
Pin paket version

0a67cb8d4d390ff71ac8b745ec02d5165b07065e authored almost 7 years ago
Magic mode bootstrapper, 5.142.0

34dfb966cc025b7e806169cabd7f17970bb6b4cd authored almost 7 years ago
Bump version to 3.17.1

41c10013ebf06406c7a1c960ebc770db19ca6478 authored almost 7 years ago
Update to latest FCS

55600735352abd4752238f04a8ec08fa5b810238 authored almost 7 years ago
Bump version to 3.17.0

08c27cc4565612522f208ab4a911d40b5d79682f authored almost 7 years ago
Add JSON schema for WebSharper config file (#716)

eb2d0f206922c7752a8816b876df838fc4bc0006 authored almost 7 years ago
Bump version to 3.16.0

03e0cf661d135e89d7228c61db9eaf3c0f28406b authored almost 7 years ago
Add diagnostics commands (toggle mode + get infos) (#694)

* Add diagnostics commands (toggle mode + get infos)

* Add VSCode version

* Remove diagnos...

12c263901638e7f01ceba5e786c911df1a8dd8a9 authored almost 7 years ago
Make CodeOutline 🌟🌟🌟 (#707)

* Show code outline only on F# files

* Make CodeOutline 🌟🌟🌟

* Outline only appear on F# fi...

cc9914adacdc8353650a81bbea5f0843b9249daa authored almost 7 years ago
Use rename when replacing PascalCase literals (#708)

If a literal is already in used and the liter suggests to replace it with
a PascalCase variant ...

ebc15af4934914b5f569c352afb391c569d8c4a3 authored almost 7 years ago
Line lens replaces code lens when code lens is enabled

7742fc440df585016293b31866bbbdf0ac6c7888 authored about 7 years ago
Do not default line lens to replace code lens - only replaces when explicitly set

ad8921f05cd6786dec44897d55d078a790cdf45c authored about 7 years ago
Bump version to 3.15.8

6a51606e88b02c26b8ce0b5b7951aecd3c557eaa authored about 7 years ago
Small workaround + update dependencies

28eebd883a7449a216263b32471828aa62b8ecc5 authored about 7 years ago
Fix run Expecto tests unquoted project file path bug. (#684)

* Fix #680.

* PR upgrades.

929a1b5faf4e3b1b6cdd01baa1dd274958235e49 authored about 7 years ago
Bump version to 3.15.7

23897e3f0aac1e85ca2066137f228c12b0bb9b2b authored about 7 years ago
Set cwd in debugger

0edd4e79bc060fc46b15802311e198cf294a35b8 authored about 7 years ago
Update FSAC

8d96afeac36ef00f26d8db4ef4178a04c94a247f authored about 7 years ago
Add an icon to fsx files menu for "Send to FSI"

Also add an icon and a command to run a F# script

08402263eda0706dbcbf7bddf083e5b71ab32e61 authored about 7 years ago
Bump version to 3.15.6

f459ed5a53da72c6c267d9af4a3688daea9ed7ee authored about 7 years ago
Tru bumping FSAC F# Core to latest

e302c73e5dbc386639a17db893c1826da5822f0a authored about 7 years ago
Bump version to 3.15.5

59fbf3de662326352a3dc7180e1734a327b48d16 authored about 7 years ago
Add project info on status bar

e66afd0097cf4205ac9783f37a94e3b1e8f6ba7c authored about 7 years ago
Bump version to 3.15.4

5affa201ac1d7cdb4bccb79c7c2d31517b14bc3d authored about 7 years ago
Fix rename QuickFix with backtick members

882b9837efa5257ff1800d6e44b1208352a7b614 authored about 7 years ago
Bump version to 3.15.3

f43267c964e14b41792e2323026ba4ca0235dfed authored about 7 years ago
Fix resolving namespaces

76b7a3af170900525e7cc5cb4a3d2b548e3117ed authored about 7 years ago
Bump version to 3.15.2

d0b03a7f55b4d03a31932aac54277261489a01a3 authored about 7 years ago
Update FSAC - fixes to autocomplete

da9c3427a311c3532d018f7cdc54d5b919ce6798 authored about 7 years ago
Update FSAC - don't provide autocomplete in comments, strings etc.

451099869f4dcc366aef8f767f490eaf2e2071a9 authored about 7 years ago
Update FSAC - fix keyword autocompletion

63c605130514da0208a8c47299b43dead06701b9 authored about 7 years ago
Fix sorting of autocomplete suggestions

111e7d977c89654b9040a22bdf5f29cfd692bfb8 authored about 7 years ago
Bump version to 3.15.1

6091084b3714886988f32cc0aaa4b2ad6282c65f authored about 7 years ago
Fix .Net Core FSAC

8e271ff25a2d53d5fbef797554f49ebf411ee670 authored about 7 years ago
Bump version to 3.15.0

25f7fe5a6b57c9ca2a0124eb3b96efd9934cf7f4 authored about 7 years ago
Update FSAC

0b86432045bb47923eab4fb711c0aa9b9d85755b authored about 7 years ago
Fix filtering

0ecf63df1ca04f031fcf7ba19831dd1f4fef28d2 authored about 7 years ago
Helpful to have the correct config logic.

212312f4895de8d26eadee94509bda0eb8115f7d authored about 7 years ago
Optionally disables parsing of project files in background on file open/save. This is a workaround for intellisense performance issues in large solutions where some projects are referenced by many other projects.

baf555cb97b4883ac42b7a140f37fe609c147a12 authored about 7 years ago
Bump version to 3.14.5

a254b71a0acf97bff394ba5c19f0e16d365731be authored about 7 years ago
Bump version to 3.14.4

29e0b6d9ec6f2b118a663d10939516686a7e0a89 authored about 7 years ago
Reverse Fable version

2c309daafd405917788e4dec1b17a0ea9ef07cab authored about 7 years ago
Additional check for fsproj

601752e4dcd987e0681eb50618182cd9f9289bc9 authored about 7 years ago
AwaitPromise

5f63acc1d3945b5a8eadfe56bf906e24d952b9d3 authored about 7 years ago
Restore projects synch

e737b779625b4115c6edef6cee2e79aee5ec2ca3 authored about 7 years ago
DOC,MNT: improved contrib docs for msbuildtools and updated fable.core to minimum working dependency

cebafdff6e6c0bc35e82c347a1eb9c42e6e6e917 authored about 7 years ago
DOC: improved instructions for getting plugin running once built

a110b2cf72641e27d2f603d7aa099a75b618eed0 authored about 7 years ago
Bump version to 3.14.3

c0922fcda5bb7e9cd589cd40336393bc630ae158 authored about 7 years ago
Add DebugProject to external API

a728641de958ca5796c50ad736d89f0b661d839f authored about 7 years ago
fix taskbar signature render (#667)

ab41ed8a096cbb687dc4140fa5d81d3917576d53 authored about 7 years ago
Update external API a bit again

d85e3425f392cfc5d579dfbae9dfec83bfe2b15c authored about 7 years ago
Bump version to 3.14.2

2139f2df555a994e1361a0b4cbe9e764c3e7105f authored about 7 years ago
Bump version to 3.14.1

c4725656cce5c8aa167db47df962f867dc8cc76e authored about 7 years ago
fix project loading stuck, if a project was failing to load (#664)

d77c1d18749ddb29d900eaed22c536b0ce93f381 authored about 7 years ago
Change external API a bit

8b050acbfe3656107f306dd745ab1fdb117143a1 authored about 7 years ago
Add event for project loaded, and expose it as an external API

2da45566b5d227d83363010d92ac058233352c3e authored about 7 years ago
Bump version to 3.14.0

78b9592108c966cefcc68a726a05b6b209cc1868 authored about 7 years ago
Add automatic project reloading and restoring

a3d14b00ada89223ede6f2df2897d57cab6e8dbc authored about 7 years ago
Bump version to 3.13.2

fda2c65d60ede165f01e4330e764bdb0b0f03d55 authored about 7 years ago
Update FSAC

38d634bf225701f1d7f8d7a75b6838466e29c5ab authored about 7 years ago
Bump version to 3.13.1

67027c596a2fb072eb431d409cb56b74ac100b9f authored about 7 years ago
Update FSAC

261ba6e42eeb756324f0b1a6d619875f0668f854 authored about 7 years ago
fix project properties page using workspace notification (#655)

dd40857c3f6739fcea3ea9e1fc013e3bda2c1927 authored about 7 years ago
fix forge project creation if choosen directory name is blank (#654)

11ff55b979fd9f7d98bbc2e6c06a1b6cff1820d1 authored about 7 years ago
send projectsInBackground fsac command only for f# files (#653)

e02fc58ed5942da26a4ee81ce434c44ad94bfc21 authored about 7 years ago
Bump version to 3.13.0

5292621aa79ee384d2ee9bd623e08b104e24ea4d authored about 7 years ago
Add config for external autocomplete

898bb66ee939cb1ce25c1a0c58c7c4440d7501f7 authored about 7 years ago
New background parsing ... again

0f79804c5efe85a3c71c1d66479205f9d1a7442a authored about 7 years ago